summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Xaml convert on add (#273)Stephane Delcroix10-75/+113
2016-08-02[Android] Add null check to prevent crashes when long clicking a text entry i...Paul DiPietro3-0/+59
2016-07-26[Android] Fix focus/unfocus behavior on both Picker renderers (#264)Paul DiPietro2-1/+9
2016-07-25[XamlC] fix a bug in the debugging code introduced last week (#267)Stephane Delcroix2-8/+14
2016-07-21[XamlC] Fix the getter of getters (#263)Stephane Delcroix4-2/+74
2016-07-18[8.1/UWP] ListView allows selection with enter key (#241)Paul DiPietro1-0/+11
2016-07-18Add workaround for bugzilla 37792 (#181)Vincent Costel1-1/+8
2016-07-18Android Custom Font support (#236)Roy1-23/+54
2016-07-18[Win] Setting TabbedPage.BarTextColor works (#244)Samantha Houts9-69/+220
2016-07-18Prevent FormsAppCompatActivity from loading fragments we don't use on restart...E.Z. Hart3-0/+52
2016-07-18[XamlC] correctly resolve override of virtual event handlers (#247)Stephane Delcroix3-1/+52
2016-07-18[Android] Null reference exception fix (#252)Toni Petrina1-7/+13
2016-07-18ixed issues where you could not force rotation with a NavigationPage on iOS. ...ytn3rd1-0/+34
2016-07-18Fixes issue when setting NavigationPage.SetHasBackButton after page has navig...Stefan de Vogelaere1-0/+2
2016-07-18[Android] Add dialog null check for AppCompat Picker OnClick (#257)Paul DiPietro1-15/+17
2016-07-18Fix for NullReferenceException when ItemSource has item removed and a… (#258)Praga Siva1-2/+5
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix10-14/+179
2016-07-18Windows image loader error handling (#260)E.Z. Hart24-38/+244
2016-07-18[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method ...Paul DiPietro1-3/+0
2016-07-18Ensure BindingContext is properly passed to CreateDefault in UWP ListView (#259)Jason Smith3-4/+42
2016-07-18Revert "[Xaml] allow the Previewer to provide their own Xaml files for any type"Stephane Delcroix3-23/+2
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any typeStephane Delcroix3-2/+23
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho3-15/+113
2016-07-12Update docs for PoppedToRootEventArgs (#253)Rui Marinho2-7/+12
2016-07-12[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro3-0/+79
2016-07-11Restore incorrectly renamed InvalidateMeasure method (#251)E.Z. Hart2-17/+2
2016-07-11Added PoppedToRootEventArgs to track popped pages when calling PopToRoot (#229)Johan Karlsson6-3/+111
2016-07-11Fix DatePicker dialog regression (#249)Paul DiPietro1-4/+13
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts8-9/+154
2016-06-30[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)Rui Marinho3-1/+245
2016-06-28[iOS] Default BarTextColor/BarBackgroundColor will no longer override values ...beta-2.3.1-pre1Samantha Houts3-13/+63
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart9-32/+234
2016-06-24[UITest] Update to 1.3.8, remove old projects (#240)Rui Marinho26-1170/+13
2016-06-22[Controls] Fix use of internal extension methods (#237)Rui Marinho8-31/+26
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho2-2/+8
2016-06-17[Android] Take in account status bar padding on master when using split beha...Rui Marinho2-1/+5
2016-06-17Fix 39802 (#217)Rui Marinho3-37/+67
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts103-517/+3436
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro3-0/+73
2016-06-16[UWP] MasterDetailControl will no longer null out the TCS before it is used. ...Samantha Houts3-7/+43
2016-06-16[IOS] Update the current region of the MKMapView when visibility is changed (...Rui Marinho3-0/+92
2016-06-16[Core] Don't use the fixed LayoutConstraint when using uneven rows (#213)Rui Marinho1-0/+4
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart4-25/+107
2016-06-16[WinRT] Add base platform as inner proxy navigation to Application, Fix back ...Rui Marinho2-0/+8
2016-06-16[iOS] Call UpdateLeftBarButtonItem when page is removed (#209)Rui Marinho3-2/+101
2016-06-16[UWP] Escape key returns ActionSheet result (#208)Paul DiPietro3-0/+57
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart90-419/+793
2016-06-16Fixing parentheses in project reference (#225)E.Z. Hart1-2/+2
2016-06-15[Android] Fix Api18 usage on PinchGesture (#218)Rui Marinho1-3/+3
2016-06-14Fixed typos in ContentPage.xml (#222)Mike Norman1-1/+1