summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Map renderer extensibility (#844)jcmanke4-37/+65
2017-04-11Marking exposed plumbing internal only in the docs. (#863)Mike Norman51-365/+365
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix3-9/+58
2017-04-11Implicit impl of controller ifaces (#807)kingces95117-1496/+2156
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido4-28/+63
2017-04-11Spell correction of FromattedString (#864)Anders Rasmussen1-1/+1
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces955-0/+13
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix7-17/+140
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts71-118/+120
2017-04-06Fix 52962; Cont refresh even when pullToRefresh is disabled (#810)kingces951-8/+9
2017-04-06More Xaml generic support (#857)Stephane Delcroix7-87/+106
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix4-0/+87
2017-04-06Fix 54334 (#855)Stephane Delcroix9-9/+257
2017-04-06OnResume assumed that _application had been set (#859)App Bureauet1-2/+2
2017-04-06Fix NRE when RecycleElement is on and list is scrolled quickly (#856)E.Z. Hart1-6/+0
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight894-6/+76
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey4-7/+92
2017-04-06Android fastrenderers (#845)Rui Marinho51-592/+2247
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-04-03Early april doc bugs (#854)Mike Norman4-167/+6
2017-03-31Hide alert window before setting result (#848)Jimmy Garrido1-1/+1
2017-03-30[XamlC] update cecil to 0.10.0-beta5Stephane Delcroix4-10/+10
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