summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Expand)AuthorFilesLines
2017-09-15[UITests] Update packages, fix failing test (#1140)Rui Marinho1-2/+2
2017-09-14Revert PR #762 (#1134)Paul DiPietro2-39/+0
2017-09-14[Android] Fix NRE when page is being disposed (#1118)Rui Marinho2-0/+50
2017-09-14[UWP] ListView ItemSelected event will fire only once on selection changed (#...Samantha Houts2-0/+91
2017-08-29Fix NRE when removing multiple pages in NavigationPageRenderer (#1108)E.Z. Hart1-4/+11
2017-08-15[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed exc...Samantha Houts2-0/+168
2017-08-15[iOS] Prevent ListView HasUnevenRows crash when template w/container Element ...Samantha Houts2-0/+141
2017-08-15[Android] Fix missing shadow on Button fast renderer (#1034)Rui Marinho2-0/+44
2017-08-15Avoid exception when removing a page from navigation during Appearing handler...E.Z. Hart2-0/+74
2017-08-10Add check to avoid running AppCompat-specific tests on pre-AppCompatE.Z. Hart4-2/+25
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart1-0/+3
2017-08-10Repro 58406; apply effects to fast renderers on Android (#1077)E.Z. Hart6-4/+70
2017-07-26Add missing compiler directiveE.Z. Hart1-0/+2
2017-07-26Temporarily ignore intermittently failing testE.Z. Hart1-0/+1
2017-07-24when closing the Picker by tapping outside or hitting done, verify the source...David Ortinau2-0/+31
2017-07-24Disallow scrolling in ScrollView when IsEnabled set to False (#1049)E.Z. Hart2-0/+139
2017-07-24[core] Prevent canonicalization of '*.[.]' and '-0' (#1035)kingces952-0/+184
2017-07-24[Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033)Samantha Houts2-0/+66
2017-07-19[Android] Handle fragment removal inside of the RemovePage method (#1053)E.Z. Hart2-0/+87
2017-07-17Remove unused parameter from testE.Z. Hart1-1/+1
2017-07-06Don't run Android-only test on other platformsE.Z. Hart1-3/+1
2017-06-28Add disposed check to EnsureLongClickCancellation (#1016)E.Z. Hart2-0/+57
2017-06-27Dismiss alert in 57749 test so it doesn't impede later iOS testsE.Z. Hart1-1/+2
2017-06-26[UWP] Make sure to update HitTestVisible when IsEnable changes (#1015)Rui Marinho2-0/+50
2017-06-26UITest (#1012)kingces952-0/+341
2017-06-23Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart2-0/+47
2017-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts2-0/+225
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart2-0/+87
2017-06-22[Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#...Samantha Houts2-0/+51
2017-06-22Allow Context Actions on ViewCells with TapGestures (#985)E.Z. Hart2-0/+105
2017-06-22[iOS/Android] Fixes "jumping" when navigation to a page with a NavigationBar ...Samantha Houts2-0/+146
2017-06-21Allow multiple tap gestures to fire simultaneously on iOS (#964)E.Z. Hart2-0/+86
2017-06-20[iOS] Proxy UITableViewCell SelectionStyle when wrapped (#1002)David Ortinau2-0/+71
2017-06-20[iOS] Picker no longer allows arbitrary text to be typed with keyboard (#996)Samantha Houts2-0/+23
2017-06-20Align Layout transparency behavior between Android, iOS, Windows (#935)E.Z. Hart7-91/+411
2017-06-20[iOS] Allow Forms gestures on custom renderers for controls which already hav...E.Z. Hart2-0/+111
2017-06-15Fix test for 57317 on iOSE.Z. Hart1-3/+4
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ...Rui Marinho2-0/+101
2017-06-14[WinRT/UWP] Update ZIndex on LowerChild/RaiseChild (#981)Paul DiPietro2-0/+116
2017-06-14Fix crash when modifying ContextActions on Android (#982)Alexander Hardwicke2-0/+54
2017-06-14bug 40161; force layout of centered image in abs layout (#967)kingces952-0/+141
2017-06-14[Android] Fix NullPointerException following RemovePage call (#933)Samantha Houts2-0/+84
2017-06-13Fix possible crash on iOS when using ContextActions (#973)Jimmy Garrido2-0/+96
2017-06-13[A] Check Visibility for tab's page appearing (#963)Paul DiPietro2-0/+113
2017-06-12Prevent double dimiss of modal view controller when webview opens image picke...E.Z. Hart2-0/+63
2017-06-08Update View Enabled property when IsEnabled changes (#968)E.Z. Hart2-1/+67
2017-06-01Simplify UI test for issue 35132E.Z. Hart1-8/+7
2017-06-01[UWP] Correctly calculates height of Master Page content (#953)Samantha Houts2-0/+53
2017-05-31[Android] Correctly size content after toggling soft keyboard in Resize mode ...E.Z. Hart2-0/+189
2017-05-26[Controls] Fix test error 38731 (#936)Rui Marinho1-5/+9