summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-04[UWP] Make sure to update back button on tabbedpage appears (#1028)Rui Marinho1-0/+1
2017-07-04[iOS] Fix for disposing a map causing a null reference (#1027)Damian Karzon1-2/+5
2017-06-29[XamlC] update cecil to .10-b6Stephane Delcroix4-10/+10
2017-06-28Add disposed check to EnsureLongClickCancellation (#1016)E.Z. Hart3-0/+62
2017-06-28[UWP] Fixes for usage of XF with .net native toolchain (#1024)Rui Marinho3-2/+7
2017-06-28[Xaml] Dispose string reader as soon as we're done with them (#1022)Stephane Delcroix1-2/+4
2017-06-27Use built-in Nunit method for waiting;E.Z. Hart1-5/+5
2017-06-27Dismiss alert in 57749 test so it doesn't impede later iOS testsE.Z. Hart1-1/+2
2017-06-27Docs param push 2 (#1018)Mike Norman186-980/+81144
2017-06-26Fix (hopefully) for occasional failures in PropertyChangeBindingsOccurThrough...E.Z. Hart1-5/+6
2017-06-26Fix DefinitionCollection index check order (#1017)Jason Smith1-1/+1
2017-06-26Unsubscribe from IDefinition.SizeChanged event when set via indexer (#1014)juliuszint1-1/+4
2017-06-26[UWP] Make sure to update HitTestVisible when IsEnable changes (#1015)Rui Marinho3-0/+54
2017-06-26[Android] Dispose check before setting properties on Button (#1013)Samantha Houts1-27/+37
2017-06-26UITest (#1012)kingces952-0/+341
2017-06-23ControlGallery Android Activity cleanup (#1011)E.Z. Hart10-310/+287
2017-06-23Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart4-6/+55
2017-06-23Parameter complete push for docs. (#1009)Mike Norman48-207/+209
2017-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts3-8/+276
2017-06-22[XamlC] Allow overriding the assembly resolver and whether to compile (#1003)Frank A. Krueger1-15/+28
2017-06-22Breaking; Make Grid.AddHz/Vt span ortho dim (#984)kingces952-10/+182
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart19-29/+153
2017-06-22Fix possible crash on API 21+ at launch when using Holo theme and FormsApplic...Jimmy Garrido1-10/+14
2017-06-22[UWPP] Bug 56843; LayoutUpdated > SizeChanged; Native View Embed (#980)kingces951-1/+1
2017-06-22[iOS] Issue warning to console when MasterDetailPage is pushed onto Navigatio...adrianknight891-0/+4
2017-06-22[Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#...Samantha Houts5-33/+96
2017-06-22Remove debug outputs (#1008)Paul DiPietro2-2/+0
2017-06-22[iOS] decoupling UpdateText() on LabelRenderer (#950)Stephane Delcroix3-16/+81
2017-06-22Allow Context Actions on ViewCells with TapGestures (#985)E.Z. Hart9-20/+179
2017-06-22[iOS/Android] Fixes "jumping" when navigation to a page with a NavigationBar ...Samantha Houts5-12/+193
2017-06-21[macOS] ScrollView's content are showing at End. (#993)BradChase20113-25/+73
2017-06-21[test] passing test for 32896Stephane Delcroix1-0/+29
2017-06-21Allow multiple tap gestures to fire simultaneously on iOS (#964)E.Z. Hart3-3/+129
2017-06-21[XamlC] Allow Properties and BP of generic types (#995)Stephane Delcroix9-57/+201
2017-06-21[C] reset the BindingContext on template change (#998)Stephane Delcroix7-1/+76
2017-06-21[iOS] workaround a weird iOS behavior. (#987)Stephane Delcroix2-14/+22
2017-06-20[iOS] Proxy UITableViewCell SelectionStyle when wrapped (#1002)David Ortinau4-0/+90
2017-06-20[iOS] Picker no longer allows arbitrary text to be typed with keyboard (#996)Samantha Houts3-0/+32
2017-06-20[Android] Change modifiers on NavigationPageRenderer's navigation methods (#1...adrianknight892-6/+3
2017-06-20Align Layout transparency behavior between Android, iOS, Windows (#935)E.Z. Hart18-126/+466
2017-06-20[iOS] Allow Forms gestures on custom renderers for controls which already hav...E.Z. Hart10-5/+286
2017-06-16Parameter complete drive and change to Trigger.xml (#992)Mike Norman8-139/+140
2017-06-15Fix test for 57317 on iOSE.Z. Hart2-3/+21
2017-06-14Provide better exception for bad INotifyCollectionChanged index bounds (#948)kingces951-0/+5
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ...Rui Marinho4-2/+104
2017-06-14[WinRT/UWP] Update ZIndex on LowerChild/RaiseChild (#981)Paul DiPietro3-0/+123
2017-06-14Fix crash when modifying ContextActions on Android (#982)Alexander Hardwicke3-1/+56
2017-06-14Fixed some broken links, added/updated examples in trigger-related docs (#989)Mike Norman6-22/+161
2017-06-14bug 40161; force layout of centered image in abs layout (#967)kingces953-1/+145
2017-06-14[Android] Fix NullPointerException following RemovePage call (#933)Samantha Houts3-8/+100