summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart11-2/+299
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro3-10/+105
2017-03-27[Docs] Fix docs Scrollview IOS Specific (#843)Rui Marinho2-33/+78
2017-03-27Fix 53427; Change default UAP styling for a label (#837)kingces951-1/+1
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts3-0/+59
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho4-10/+24
2017-03-24Bz53803 Android app crashes during initialization due to invalid cast of tool...BradChase20111-2/+10
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight896-3/+197
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a L...Shane Neuville2-2/+102
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho9-8/+71
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts4-35/+131
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts5-1/+70
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart20-66/+991
2017-03-23[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)Rui Marinho79-2526/+1814
2017-03-22[Android] Fix NRE on Picker (#834)Rui Marinho1-1/+1
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix4-0/+96
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix6-0/+113
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts4-11/+78
2017-03-22Add gesture disposed check to FrameRenderer (#829)E.Z. Hart1-0/+7
2017-03-21[C] fix NIE in Span (#828)Stephane Delcroix2-105/+68
2017-03-21iOS renderers now properly look up the ImageSourceHandler for FileImageSource...James Clancey4-18/+37
2017-03-21[C] fix BP DeclaringType in TextElement[CStephane Delcroix1-1/+1
2017-03-21Convert Android maps to GetMapAsync call (#824)Jason Smith1-28/+37
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart4-3/+121
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight896-10/+195
2017-03-20[WinRT/UWP] Open Picker dropdown when calling Focus (#762)Paul DiPietro3-0/+58
2017-03-20UWP MapRenderer NRE and Location fixes (#811)Ethan Dennis1-9/+19
2017-03-20[Core] Fix internal children clear logic (#820)wplong116-5/+101
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-17null check effects before clearing (#821)kingces951-1/+1
2017-03-16Remaining XAML API summaries. (#813)Mike Norman7-19/+21
2017-03-16Set the transitioning delegate. (#819)Daniel Williamson1-0/+1
2017-03-16Resource loading (#815)Stephane Delcroix15-33/+137
2017-03-16Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816)kingces953-4/+11
2017-03-16Internal-only boilerplate for Xaml.Internals docs. (#817)Mike Norman7-27/+27
2017-03-15[test] passing test for 53318 (#818)Stephane Delcroix3-0/+67
2017-03-15Bug 53224; Disable Cell if Command IsEnabled false (#812)kingces951-1/+2
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context actions...Vitaly Knyazev3-1/+84
2017-03-14Update create-nuget.batChris King1-1/+3
2017-03-14Fix MasterDetailPage event cycle (#754)adrianknight893-12/+75
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro15-4/+1072
2017-03-14[Win] Labels will now wrap when inside horizontally infinite layouts (#639)Samantha Houts3-0/+103
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts4-139/+252
2017-03-10add helper bat fileChris King1-0/+8
2017-03-09[C] move the Font proxying into FontElement (#799)Stephane Delcroix1-0/+1
2017-03-09Fixed a redundant check that caused a massive slowdown on UWP. (#788)BradChase20113-2/+3
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interface...kingces95108-554/+362
2017-03-08PlatformConfiguration parameters and summaries. (Docs) (#805)Mike Norman5-85/+85
2017-03-08VSTS support (#803)Rui Marinho15-16/+20
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFas...Rui Marinho8-94/+327