summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2016-09-16Format MapRenderer according to project code style (#362)E.Z. Hart1-195/+243
2016-09-15[Android] Fix failing UITests (#356)Rui Marinho2-4/+19
2016-09-15do not disable warning (#357)Stephane Delcroix1-2/+2
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho92-1985/+233
2016-09-13Revert "Revert "[Android] Fix warnings (#346)""Rui Marinho3-10/+7
2016-09-13Update docsJason Smith2-4/+62
2016-09-13Revert "[Android] Fix warnings (#346)"Rui Marinho3-7/+10
2016-09-13[Android] Fix warnings (#346)Rui Marinho3-10/+7
2016-09-13[iOS] ViewCells with Accessories will be properly laid out again (#338)Samantha Houts4-5/+88
2016-09-13[A] Fix regression on NavAnimationInProgress (#341)Paul DiPietro1-3/+1
2016-09-13[iOS] - Revert setting the frame for ViewCell to try to hide the gap between ...Rui Marinho2-6/+3
2016-09-13Revert "[C] Prevent enabling a Button via setting a Command (#308)"Rui Marinho3-58/+3
2016-09-12Android AppCompat: Don't do NavigationPage menu updates for disposed page (#331)Jani Lirkki1-0/+3
2016-09-12After Label.FormattedText property changed need invoke UpdateText method (#335)Mikhail1-1/+1
2016-09-12[C] Prevent enabling a Button via setting a Command (#308)Paul DiPietro3-3/+58
2016-09-08[iOS] Adjust Started/Ended hooks in pickers for iOS 10 (#339)Paul DiPietro3-8/+8
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix6-85/+184