summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-20[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on ...Paul DiPietro8-1/+335
2016-10-20[Android] Add Platform Specific features for setting TabbedPage swipe paging ...Paul DiPietro10-2/+603
2016-10-20Fix ProgressBar renderer (#439)adrianknight891-5/+7
2016-10-20[WinRT] Fix back button not showing if current page has no title (#438)Jimmy Garrido1-1/+1
2016-10-20[C] fix TranslateTo for easing going outside of (0,1) (#414)Stephane Delcroix1-1/+1
2016-10-20[iOS] Entry should correctly update Text when typing aid is used (#401)adrianknight891-0/+6
2016-10-20Check for Actionbar at UpdateActionBar method. (#366)gleblebedev1-0/+4
2016-10-20Remove unnecessary string replace in Color.FromHex (#477)Philippe Leybaert1-1/+1
2016-10-19Fix UITest for b#42832 (#471)Jimmy Garrido1-2/+1
2016-10-17[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is Se...Jimmy Garrido3-7/+69
2016-10-15[A] Prevent crash in event when renderer is null in Layout call. (#457)Jason Smith1-2/+2
2016-10-15[Win] Update certs (#460)Rui Marinho7-34/+14
2016-10-14[A] Better fix for BZ44129 (#453)Jason Smith1-2/+4
2016-10-12[Android App Compat] Can opt out of sending Appearing/Disappearing events on ...Samantha Houts8-8/+455
2016-10-12[A]Don't crash when emptying/populating TabbedPage.ItemsSource (#427)Jason Smith3-1/+59
2016-10-12[Android] Fix possible NRE when detaching NavigationPageRenderer (#415)Rui Marinho1-3/+3
2016-10-12Modified type cast to appropriate type (#447)ckrempp911-2/+2
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart3-40/+57
2016-10-12[XamlG] Fully qualify method names (#417)Stephane Delcroix4-10/+49
2016-10-11Update docsSamantha Houts4-1346/+1343
2016-10-11[iOS] Tapping on ListView with two fingers should not crash (#379)adrianknight891-1/+3
2016-10-11Add reproduction for 41153 (#428)Samantha Houts2-0/+100
2016-10-11Clear cached CultureInfo and TimeZoneInfo on app resume (#423)adrianknight891-0/+3
2016-10-11OnIdiom support for Desktop (UWP) (#420)Philippe Leybaert1-1/+5
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