* Added reproduction and commented out the misbehaving code
* Fixed merge conflicts
# Conflicts:
# Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
* Implemented UI test
* Somehow merged in a non-existing UI test
* Removed DetermineEstimatedRowHeight in WillDisplay
* Revert "Removed DetermineEstimatedRowHeight in WillDisplay"
This reverts commit 431178d923c3bf642aae83331a5dc5b57c4436de.
* Removed WillDisplay with DetermineEstimatedRowHeight
* Reinstate projitems
* Added some more test scenarios
* Removed commented code
* Update Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue6472.cs
fixes#6472
* Make building easier on Windows by setting PowerShell execution policy
* Update build.cake to reference cmd as well as ps1
* remove . on instructions
* Split up Issue4597 into separate testable chunks (#6654)
* split up tests
* fix tests for ios
* comment out tests for UWP for now
* - add delay for loading from uri
- rearrage components so switch is always visible
* add retry logic to url based tests so images can load
* fix automationid binding
* remove extra file
* fix tabs
* return empty dictionary instead of null
* add warning if Element is being reparented
* fix warning message
* only fire warning if parent has inner children
* [Android] Fixes loading image form uri
* - modified Issue4597 test
* nested function is removed
* moved redundant code
* Update Xamarin.Forms.Platform.Android/Extensions/ImageViewExtensions.cs
Co-Authored-By: Pavel Yakovlev <v-payako@microsoft.com>
fixes#6313
* [Android] Fixes layout in AppCompact ButtonRenderer
* - fixes button alignment when fast changing padding
- fixes material button alignment
* refactoring
* forceLayout
* generalize force layout
* if APP check on ui test
fixes#6282
* [Android] Add disposed check to MasterDetailPageRenderer
Co-Authored-By: Felipe Silveira <transis2@users.noreply.github.com>
* Fix dispose pattern
a la #6305
* apply same set of changes to NavigationPageRenderer
fixes#3489closes#4586
* fix icon load loading and setting accessibility on menuitem
* instructions
* clean up
* Update Xamarin.Forms.Platform.Android/Extensions/AccessibilityExtensions.cs
Co-Authored-By: Pavel Yakovlev <v-payako@microsoft.com>
* Update Xamarin.Forms.Platform.Android/ResourceManager.cs
* Update Xamarin.Forms.Platform.Android/CellAdapter.cs
Co-Authored-By: Pavel Yakovlev <v-payako@microsoft.com>
* Fix load TitleIcon on non app compact
* apply valid check one more place
* automate titleicon fixes
* fix ui tests and removed _isdisposed
* toolbaritem ui test tweaks
* toolbar tweaks
* ios toolbaritem tweak
* update menuitem to read like other platforms
* retain automationid if content desc not set
* [Android] Fixes work IsClippedToBounds on (Fast Renderer) Frame
- fixes float values in Dynamic ViewGallery
* added on-screen instructions for test
* added API check
* added SetClipToOutline to ViewExtensions
* added button to toggle IsClippedToBounds
* [Controls] Add repo for issue #6368 and #6328
* [iOS] Protect against no Element from CustomRenderers bad usage
* [Controls] Drop private on sample code
* [Controls] Add repo for issue #6334
* [iOS] Give a default size to the PageContainer so Effects can use Bounds
* {UITests] Update AutomationID
fixes#6334fixes#6372
Frame and Button implement IBorderElement bot do not share the CornerRadiusProperty.
This ifx workaround that so the CSS engine is not confused. This is a workaround,
a proper, but breaking, change is required and will happen on master