platform/upstream/xamarin-forms.git
2017-04-10 kingces95Do not emit implict_op if from/to are same type (#862)
2017-04-07 Stephane Delcroix[Xaml] Set the TargetProperty on ServiceProvider (...
2017-04-07 Samantha Houts[Internal] Normalize Obsolete attributes (#860)
2017-04-06 kingces95Fix 52962; Cont refresh even when pullToRefresh is...
2017-04-06 Stephane DelcroixMore Xaml generic support (#857)
2017-04-06 Stephane Delcroix[Xaml[C]] supports 'using:' xmlns declarations (#851)
2017-04-06 Stephane DelcroixFix 54334 (#855)
2017-04-06 App BureauetOnResume assumed that _application had been set (#859)
2017-04-06 E.Z. HartFix NRE when RecycleElement is on and list is scrolled...
2017-04-06 adrianknight89[iOS] ActivityIndicator should not disappear when used...
2017-04-06 James ClanceyAdded Section indexes when FastScrolled is enabled...
2017-04-06 Rui MarinhoAndroid fastrenderers (#845)
2017-04-05 Stephane Delcroix[Xaml] updating the unittests project to cecil .10...
2017-04-03 Mike NormanEarly april doc bugs (#854)
2017-03-31 Jimmy GarridoHide alert window before setting result (#848)
2017-03-30 Stephane Delcroix[XamlC] update cecil to 0.10.0-beta5
2017-03-29 E.Z. HartAlign iOS, Android, Windows handling of tap gesture...
2017-03-27 Paul DiPietro[WinRT/UWP] Enable selection in password entry (#677)
2017-03-27 Rui Marinho[Docs] Fix docs Scrollview IOS Specific (#843)
2017-03-27 kingces95Fix 53427; Change default UAP styling for a label ...
2017-03-27 Samantha Houts[iOS] Prevent NRE when page is switched on Appearing...
2017-03-24 Rui Marinho[Android]Refactor to use a extension method to get...
2017-03-24 BradChase2011Bz53803 Android app crashes during initialization due...
2017-03-24 adrianknight89[iOS] Platform specifics to control ScrollView content...
2017-03-24 Shane NeuvilleSetup a ConditionalWeakTable in ListProxy to hold weak...
2017-03-24 Rui Marinho[Android] Still look for the normal drawable on resourc...
2017-03-24 Samantha Houts[iOS] Don't skip row height estimation for grouped...
2017-03-23 Samantha Houts[Android] ScrollView can now consume Effects (#836)
2017-03-23 E.Z. HartUI tests for InputTransparent and fixes for Android...
2017-03-23 Rui Marinho[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)
2017-03-22 Rui Marinho[Android] Fix NRE on Picker (#834)
2017-03-22 Stephane Delcroix[XamlC] accept assignment of Object from unboxed value...
2017-03-22 Stephane Delcroix[C] Make sure all children are parented (#831)
2017-03-22 Samantha Houts[iOS/Win] Label will not unnecessarily expand (#827)
2017-03-22 E.Z. HartAdd gesture disposed check to FrameRenderer (#829)
2017-03-21 Stephane Delcroix[C] fix NIE in Span (#828)
2017-03-21 James ClanceyiOS renderers now properly look up the ImageSourceHandl...
2017-03-21 Stephane Delcroix[C] fix BP DeclaringType in TextElement[C
2017-03-21 Jason SmithConvert Android maps to GetMapAsync call (#824)
2017-03-20 E.Z. HartMake Entry completed behavior on UWP/WinRT match Androi...
2017-03-20 adrianknight89[iOS] Use UIButtonType.System for Button and utilize...
2017-03-20 Paul DiPietro[WinRT/UWP] Open Picker dropdown when calling Focus...
2017-03-20 Ethan DennisUWP MapRenderer NRE and Location fixes (#811)
2017-03-20 wplong11[Core] Fix internal children clear logic (#820)
2017-03-18 kingces95Adopt iOS status bar visibility defaults (#822)
2017-03-17 kingces95null check effects before clearing (#821)
2017-03-16 Mike NormanRemaining XAML API summaries. (#813)
2017-03-16 Daniel WilliamsonSet the transitioning delegate. (#819)
2017-03-16 Stephane DelcroixResource loading (#815)
2017-03-16 kingces95Add internal XF.Registrar.RegisterAll b/c previewer...
2017-03-16 Mike NormanInternal-only boilerplate for Xaml.Internals docs....
2017-03-15 Stephane Delcroix[test] passing test for 53318 (#818)
2017-03-15 kingces95Bug 53224; Disable Cell if Command IsEnabled false...
2017-03-14 Vitaly KnyazevBug 51536, initial iOS cell layout is incorrect when...
2017-03-14 Chris KingUpdate create-nuget.bat
2017-03-14 adrianknight89Fix MasterDetailPage event cycle (#754)
2017-03-14 Paul DiPietro[WinRT/UWP] Fix Opacity behavior with ProgressBar ...
2017-03-14 Samantha Houts[Win] Labels will now wrap when inside horizontally...
2017-03-14 Samantha Houts[iOS] ViewCells will respond to ForceUpdateSize in...
2017-03-10 Chris Kingadd helper bat file
2017-03-09 Stephane Delcroix[C] move the Font proxying into FontElement (#799)
2017-03-09 BradChase2011Fixed a redundant check that caused a massive slowdown...
2017-03-09 kingces95Add [EditorBrowsable(EditorBrowsableState.Never)] to...
2017-03-08 Mike NormanPlatformConfiguration parameters and summaries. (Docs...
2017-03-08 Rui MarinhoVSTS support (#803)
2017-03-08 Rui Marinho[Android] Small performance fixes to ListViewRenderer...
2017-03-08 Samantha Houts[Android] Add null checks to ActivityIndicator (#804)
2017-03-07 kingces95Remove InternalsVisibleTo from Core to XF.Platforms...
2017-03-07 BradChase2011Fixed issue where errant "." were appearing on droid...
2017-03-07 indydawgyUWP MapRenderer fixes. (#724)
2017-03-07 Paul DiPietro[UWP] Set SearchBar's AutoMaximizeSuggestionArea to...
2017-03-07 Paul DiPietro[UWP] Adjust AutoSuggestBox's TextBoxStyle style name...
2017-03-07 Paul DiPietro[UWP] Add width check for Detail on MDP to prevent...
2017-03-06 Jimmy Garrido[UWP] Improve toolbar consistency on MasterDetailPage...
2017-03-06 Stephane Delcroix[C] ITextElement and TextElement (#789)
2017-03-06 E.Z. HartUsing IUIActionSheetDelegate (#800)
2017-03-03 Rui Marinho[Nuget] Remvoe fix dependency on MonoDroid70 (#798)
2017-03-03 Paul DiPietro[WinRT/UWP] Do not allow IsPresented use in Split mode...
2017-03-03 Samantha Houts[Android] Don't crash if Control is accessed in Effect...
2017-03-03 Paul DiPietro[WinRT/UWP] Make TextBox better respect background...
2017-03-03 Joris VergeerFix for nullreferenceexception when a TabbedPage is...
2017-03-03 Jimmy Garrido[Android] Fix NavigationPage.BarTextColorProperty on...
2017-03-03 Jimmy GarridoThrow exception when ViewCell View is null (#752)
2017-03-03 Stephane Delcroix[C] move the Font proxying into FontElement
2017-03-03 E.Z. HartFix for Android Visibility/Opacity crash (#785)
2017-03-03 Stephane Delcroix[Core] Share BP across IFontElement implementors (...
2017-03-02 Stephane Delcroixremove files committed by accident
2017-03-02 Stephane Delcroix[Xaml] Fallback to App.Current for DynResources (Previe...
2017-03-01 Rui Marinho[Docs] Fix formatting (#795)
2017-03-01 Stephane Delcroix[C] support more color format in ColorTypeConverter...
2017-03-01 Mike NormanRemaining API docs for XF.Core (#794)
2017-03-01 Stephane Delcroix[XamlC] update to cecil 0.10.0-b4 to better symbol...
2017-02-28 Rui Marinho[Controls] Remove dependency on Components (#790)
2017-02-28 Stephane Delcroix[docs] fix Pages docs
2017-02-28 Stephane Delcroix[docs] build Pages doc in make docs
2017-02-27 Stephane Delcroix[Xaml] no longer require a ServiceProvider for Trigger...
2017-02-24 Stephane Delcroix[Xaml] decorate markup and value providers to speed...
2017-02-23 Rui Marinho[Controls] Fix build of test case
2017-02-23 Paul DiPietroAdd Preserve attribute
2017-02-23 Paul DiPietro[C] Update SelectedItem prior to event invoke
next