* Add Horizontal and Vertical Scrollbar Visibility option to the CollectionView
* bump gitinfo
* make requested changes
* Add Android implementation
* use ScrollBarVisibility.Default instead of 0 and other requested changes
fixes#6053
- fixes#5046
* Fixed#5046 - Button CornerRadius doesn't work in explicit style
* Added Unit Test
* Requested changes from PR
* Moved UnitTest to Xamarin.Forms.Xaml.UnitTests
* Update Xamarin.Forms.Xaml.UnitTests/ButtonCornerRadius.xaml.cs
Co-Authored-By: Stephane Delcroix <stephane@delcroix.org>
* Do not add ButtonCornerRadius in csproj
* removed dangling changes in ButtonUnitTest.cs
* [ios] fix safeareas and use marging to offset flyout
* android fixes for margin
* [iOS] frame size and inset fixes
* android fix header offset
* Update Xamarin.Forms.Platform.iOS/Renderers/ShellTableViewController.cs
Co-Authored-By: Pavel Yakovlev <v-payako@microsoft.com>
* top offset fixes
* add mask back in for scrolling header
* fix NRE when FlyoutHeader is null
* tweak Bugzilla26993Test
* Clear global routes on unit tests and process global routes in the right place
* - route with current item in case shellSection is null
* inset ui test fix
* Fix ColorFilter for API 19
* add missing file
* Updated Color to have ToHex() method. Created Unit tests to ensure method is working as expected.
* Updated ToHex() use uint values. Updated unit tests for ToHex.
fixes#6003
* shell appearing and disappearing events
* life cycle UI tests and fixes
* - fix appearing on shell content to only fire when page gets created
- fix navigated to only fire after shell content is appearing
* OnNavigatedOnlyFiresOnce
fixes#6486
Commit 491947606d
introduced this change :
* [GTK] Don't recreate the toolbar on each change
However when changing page, toolbar needs to be recreated.
* Implement CollectionView grouping for iOS
* Add grouping UI tests
* Fix invalidcast when source is not INotifyCollectionChanged
* Remove old TODO comments
* Apply suggestions from code review
Co-Authored-By: Stephane Delcroix <stephane@delcroix.org>
* IsGroupingEnabled -> IsGrouped
* Update empty source workaround
* Fix incorrect group counting for empty collections
* Iron out all section counts; remove unsavory empty view workaround;
* Fix crash when filter is null
* Handle sections for add/remove to/from empty sources; check for empty sources when handling sections;
* Prevent random test failures for test 5793
* Remove now-unnecessary size check on transition from empty to non-empty source
* Update Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/CollectionViewGrouping.cs
Co-Authored-By: Samantha Houts <samhouts@users.noreply.github.com>
* 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
* 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