* [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
* First run at removing async void image update methods
Consistent error logging and IsLoading on Android,iOS,UWP
Move error logging into image handlers for better messages
Add demo of custom ImageRenderer error handling
Update docs
Make the test smaller so the results don't get pushed offscreen
Fix namespace error
* Update error handling for fast image renderer
* Update 37625 test to use image we control
* Add java disposed check to avoid ObjectDisposedException in async operations
* Add disposed checks to legacy renderer; null check element before SetIsLoading
* Check disposed on GetDesiredSize for fast renderer
Use local disposed member where possible for disposed check
* Check for disposal after async handlers in iOS
* Add disposal checks after async methods in Windows
* Reset linker settings on project; reduce redundant casts in ImageViewExtensions