* [UWP]Add required info for .net native when using AccessibilityView on UWP
* [UWP] Add reference to xaml assembly
* [UWP] Change rd.xml to be a embeded resource
* [UWP] Move code to the right place
* [UW]Only specify namespace we need
* More parameter descriptions in parameter-complete push.
* More paremeter descriptions.
* Remainder of parameter docs for Xamarin.Forms namespace
* Straggler paramter complete file.
* Marked all internal parameters as internal in docs.
* Parameter summary complete
* Update Docs
* Unsubscribe from IDefinition.SizeChanged event when set via indexer
* added bounds and null check to preserve original exception
* index check for negative values
* Split up the various forms of Activity1 so the code is manageable
* Update access to Insights key for FormsApplicationActivity
* Remove conditional compilation symbol
* Repro of modal-over-map-crash issue
* Automated test for maps modal crash
* Generate Ids for all Renderer Views on Android
* Add Ids for PageContainer and PageRenderer
* Remove TODO comment
* Verify fast renderers aren't disposed before querying Id
* [Android] Concatenate Name/HelpText better
Also remove some parameters that were added to workaround an issue that
no longer exists.
* Add repro
* Listen to Stephane
he's usually right
* oops, didn't save
* Repro
* Allow context menu actions on ViewCells with tap gestures
* Make context menu test work for iOS
* Make the ActivateContextMenu option work for items with small text
* 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
* [macOS] ScrollView's content are showing at End.
* [macOS] ScrollView's content are showing at End. (Style Cleanup)
* [macOS] ScrollView's content are showing at End. (Style Cleanup again)
* [XamlC] Allow Properties and BP of generic types
* try hard to convince the compiler that the variable is initialized
* Update MethodDefinitionExtensions.cs
* 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
* Add repro for 53179
* Update Android packages to 25+
* Turn off linker to debug
* [Android] Only remove PageContainer < API 25
* Revert "Update Android packages to 25+"
This reverts commit ece252261d709213ad3a3c02c5fd37556bdb093f.
* Revert "Turn off linker to debug"
This reverts commit fdffff71386f1a4b186b89b7421d875e696b7bc7.
* Update test automation
* Add explanatory comment
* Fix test case number