summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-11[Windows] Fix crash when toggling IsPassword on multiple Entry controls (#405)Jimmy Garrido1-7/+7
2016-10-11Full feature compatibility with WPF's Colors class (#393)adrianknight893-6/+2225
2016-10-11Merge branch 'adrianknight89-ios-scrolltoposition'Stephane Delcroix3-1/+55
2016-10-11[WinRT] Fix MDP and TabbedPage Appearing/Disappearing (#387)Paul DiPietro5-0/+100
2016-10-11Temporarily disabling 39489 UITest on iOS (#445)E.Z. Hart1-0/+2
2016-10-10[Nuspec] Include MacOS (#436)Rui Marinho1-27/+27
2016-10-10[Core] Set IVT to MacOSRui Marinho1-0/+1
2016-10-06[UITest] Update to UItest beta 5, fix class naming (#413)Rui Marinho9-15/+12
2016-10-06[A] Prevent blank page from appearing when MainPage is switched (#421)Samantha Houts4-3/+45
2016-10-04Update ToolbarVisibility to TitleVisibility in PhoneResources (#416)E.Z. Hart1-1/+1
2016-10-04Unhook drawer listeners so MDP renderer and pages can be collected (#412)E.Z. Hart6-1/+255
2016-10-04[A] PanGestureRecognizer will consistently send Started/Move event (#389)Samantha Houts3-10/+123
2016-10-04Fixed bug 43993 by removing call to base ViewWillAppear (#333)adrianknight891-7/+4
2016-10-04Merge branch 'ios-scrolltoposition' of https://github.com/adrianknight89/Xama...Stephane Delcroix3-0/+54
2016-10-04Fix tests on IOS10 [Do not merge] (#373)Rui Marinho20-163/+181
2016-10-03Tab children should be cast to Page (#398)adrianknight891-1/+1
2016-10-03Make CreateNativeControl virtual instead of abstract (#406)Jason Smith1-2/+5
2016-10-03Set UserVisibleHint for new fragment to true (#411)E.Z. Hart1-2/+2
2016-09-30Set AndroidCodeGenTarget to XAJavaInterop1 (#404)E.Z. Hart1-0/+3
2016-09-30[A] Check for ViewStates.Gone in AppCompat TabbedPageRenderer (#365)Paul DiPietro1-5/+8
2016-09-30[WinRT] Fix regression on ListView selection with enter key (#402)Paul DiPietro1-8/+6
2016-09-30AppCompat should now be able to set title bar visibility programmatic… (#350)adrianknight893-8/+59
2016-09-30[Android] InputTransparent and IsEnabled fixes on visual elements (#344)adrianknight891-25/+19
2016-09-30Fix indentationJason Smith1-6/+6
2016-09-30[Android] Forward appearing / disappearing methods only for the last item on ...adrianknight891-3/+8
2016-09-30[iOS] Keep our native property listener around the same time we keep our prox...Rui Marinho6-28/+91
2016-09-30[Windows] Fix Device Style inheritance (#324)Neil McAlister1-0/+45
2016-09-27Add .bak extension to .gitignore (#388)Paul DiPietro1-1/+2
2016-09-27[Win] Will arrange native children of custom renderers (opt-in) (#322)Samantha Houts9-1/+245
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix8-280/+446
2016-09-27Reuse Handler when invoking on main thread (#383)E.Z. Hart1-1/+8
2016-09-27Don't unsubscribe/resubscribe the listener to the same INPC (#384)E.Z. Hart1-1/+8
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart15-121/+127
2016-09-27[UWP/WinRT] ListView UI virtualization works without explicit height on Cell/...Samantha Houts5-2/+129
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart8-34/+140
2016-09-26[Xaml] allow compatible arguments for x:Factory (#382)Stephane Delcroix1-6/+21
2016-09-26[C] specify type and default value for native bindings (#376)Stephane Delcroix3-23/+38
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix30-81/+534
2016-09-23do not compile winrt stuffs on macStephane Delcroix1-8/+8
2016-09-23fix docsStephane Delcroix1-0/+17
2016-09-23[Xaml] fix buildStephane Delcroix1-0/+1
2016-09-23[Controls] Link only SDK so we don't brake the sample (#372)Rui Marinho1-1/+1
2016-09-23using internal Clamp methodAdrian Knight1-17/+2
2016-09-23[Xaml] Xaml native views and bindings for WP8.1 (#363)Stephane Delcroix1-1/+7
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix12-222/+249
2016-09-22[XamlC] supports enum and consts in x:Static (#369)Stephane Delcroix8-88/+168
2016-09-23iOS ScrollView should not scroll out of place on scrolling to elementAdrian Knight3-0/+69
2016-09-21Implement dispose pattern correctly to support derived classes (#364)E.Z. Hart4-22/+59
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho33-107/+131
2016-09-16Android BeginInvokeOnMainThread() should not possibly block. (#343)Atsushi Eno1-3/+1