* Update repro to include header/footers with bound props
* [Android] Clear renderers of ListView header/footers
And don't call `RemoveAllViews`, because that causes the ObjectDisposedExceptions.
* [Packages] Update UITest and consolidate packages
* [Controls] Remove old packages
* [UITest] Try fix UITests iOS11
* [UITests] Use back instead of custom class
* [Xaml] Chain op_implicit for OnPlatform (if needed)
For OnPlatform<T>, if a conversion for T to the destination type exists,
first convert OnPlatform<T> to T, the T to the dest type
Also unify the way we look for op_implicit operators
* [Xaml] only apply the double opImplicit if a flag is set
* [C] allow conversion on parameter
* Prevent Android app crashes on configuration restarts when flags are set
* Update UI test
* Fix typos
* Don't prevent FastRenderers flag from being set
* Repro
* Fail test if tap command is executed more than once.
* Update error message
* Handle context actions and taps without breaking selection
* Fix 58833 test
* Prevent InnerGestureListener from swallowing clicks and preventing selection
* Repro for 57515
* Add gestures category to appropriate tests
* Test notes
* Restore the tap gesture handling
* Better test name
* Simplify InnerGestureListener constructor; handle OnDown only if listening
* OnInterceptTouchEvent for IsEnabled handling
* Fix incorrect class filter in TapGestureHandler
* Restore MotionEventHelper
* Add IsEnabled check on OnTouchEvent
* Reinstate pinch gestures
* Checkpoint (trying to figure out how to handle button elevation)
* Rip out elevation ordering in DefaultRenderer
* Working version of pinch-to-zoom test
* Clean up lazy initializers, remove unnecessary members
* One fewer Java.Lang.Object
* Fix issue number; clean up notes and issue number changes
* Remove conditional
* Restore correct issue number
* Automate all the options for 58833 test
* Remove unnecessary automation ID
* Formatting cleanup; reinstate gesture detector dispose checks
* Updating Xamarin UI test version to avoid iOS crashes; update test to open iOS context actions
* Attempting to get 58833 test running on all iOS versions
* Fix broken test for 57910 when using FormsApplicationActivity
* Fix NRE when removing a page during OnAppearing using FormsApplicationActivity
* Update 45926 test to work correctly with FormsApplicationActivity
* Update 32830 test so it doesn't crash on FormsApplicationActivity
* Longer wait before refreshing appearing messages (to work with FormsApplicationActivity)
* Fix input transparency issue with old FrameRenderer
* Remove extraneous using directive
* Just ignore test 32830 on FormsApplicationActivity
* [Controls] Add missing directive
* [Nuget] Update UITest packages
* [UITest] Fix failing tests by scrolling to results first
* [PagesGallery] Remove iOS7 storyboard
* Revert "[UITest] Fix failing tests by scrolling to results first"
This reverts commit 54eba70cf04d155998c1436e1320e02984864bca.
* [Controls] Move results labels on 51773 to the top
* Add repro for 44886
* [UWP] Fire ListItemClicked when Selection changes
This will automatically set the value on the renderer and prevent the double event from firing.
* Clean up repro
* Update test case for delection scenario
* [Core] Allow ListView item deselection
* [UWP] Send events when item is deselected, too
* Test works better when you DO something.