* [Core] Add GetHandlerForObject and GetHandlerTypeForObject to Registrar
These new methods first try to use IReflectableType in order to support
dynamic objects. If that fails, GetType is used.
* [Platforms] Switch to query the Registrar using GetHandlerForObject
This enables dynamic objects to be used as renderers and other
points of extensibility.
* Take into account dynamic type info when comparing cell renderers
* Fix null renderer object type
* Update Registrar`1.xml
* Update Registrar`1.xml
* Add repro for 58645
* [iOS] Check for null before clearing element renderer
* [iOS] Remove unnecessary code
renderer.SetElement(null); == descendant.ClearValue(Platform.RendererProperty);
* [iOS] Clarify comment, use preferred method of clearing renderer from Element
* How about we make the test work?
Sounds like a good idea to me.
* Repro and fix for iOS
* Automated tests
* Fix for Android
* Update issue number
* Alternate version of test which I hope will work on iOS 8
* trying yet another variation of the test which will hopefully work on iOS 8
* Add repro
* [iOS] Set IgnoreContainerArea when no Nav Bar
* [Android] Layout bar and page at the same time
* Add custom renderer to turn off transitions
* Fix test case number
* Remove superfluous category set
* Fix test automation, add TabbedPage
* making sure the UITableViewCell SelectionStyle proxies up when wrapped in ContextActionCell and with recycling mode
* corrected coding style, tabs instead of spaces. Removed stub for UITest.
* Setting up repros
* Tests for all combos of opacity, background color, and InputTransparent
* Make InputTransparent work correctly for Layouts on Windows
* Prevent low opacity from making Layouts implicitly input transparent
* Real target values in TransparentOverlayTests
* Allow layouts with transparent backgrounds to be clickable
* Fix gesture bubbling behavior for layouts
* Fix spacing
* Remove dead code and usings
* Fix spacing
* Add missing using directive
* Adjust transparent overlay test to work with iOS quirks
* Fix spacing
* Fix bugs caused by not filtering ACTION_CANCEL in MotionEventHelper
* Attempting to fix the tests on iOS (where UI tests can't see the buttons)
* Remove extra lines
* Another attempt to get tests working on iOS
* Another attempt to get iOS UI tests working for transparent overlays
* Repro 57114 with UI test; fix for 57114 on iOS
* Repro/UI test for Windows
* Add helpful comment for posterity
* Remove stray TODO
* Only do ShouldReceiveTouch on mobile
* Explicitly require wrapped UIView to have gesture recognizers
* [Controls] Add repo for bugzilla 39802
* [iOS] Make ContextCell hide the gap when we aren't using a separator
* [Controls] Update test
* [iOS] Only fix height if separator is hidden.
* [iOS] Only fix if it's a ListiView
* [Android] Fix separator showing when using Grouping
* Update Bugzilla39802.cs
* make OnShouldReturn protected
There are situations where we don't want to dismiss the keyboard when return key is pressed.
Making OnShouldReturn protected will let custom renderers to disable ResignFirstResponder behaviour.
* added virtual keyword to OnShouldReturn
* 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
* [All] Normalize Obsolete attributes.
Make sure we include the version in which the member was deprecated and
consistent instructions for working around the deprecation, if
applicable.
* Update docs
* Bug 51536, initial height is incorrect when cell has context actions or ListView is in recycle mode
* Improved fix for iOS uneven height cell layout
* Fixed indentation and added test case for issue 44525
* Fixed indentation for test case
* Added 1px room, this will fix Bugzilla31330 test, renamed test case to 51536
* Updated shared project file