* fix the flyout header to size based on content opposed to a fixed height
* update storeshell
* added height slider into storeshell
* resize header if underlying measure changes
* unsubscribe
* Add tests for #6132 and #6130
* [Android] Fix EnableZoomControl BP name and fix helper methods
fixes#6132fixes#6130
* Update Xamarin.Forms.Controls.Issues.Shared.projitems
* fix background image type
* additional abi fixes
* updated 4915 to test nav icon
* uwp fixes
* Update Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
* [Controls,Shell] Add automation properties to FlyoutIcon
* [iOS] Set accessibility properties from flyout icon on ShellPageRenderer
* [Android] Add accessibility features to Shell flyout icon
* [Android] Add accessibility to shell toolbar and button items
* [Controls] Add uitest for issue #5132
* [Controls] Fix uitest android
* [Controls] Use new types
* [UItests] Only run on iOS and Android
Co-Authored-By: rmarinho <me@ruimarinho.net>
* [Controls] Add scrollview to test page
* [Android] Set icon AutomationId using NavigationContentDescription
* [Android] Restore code on AutomationPropertiesProvider
* [Android] Set help text or AutomationID for toolbar navigation content description
* Update Xamarin.Forms.Platform.Android/Renderers/ShellToolbarTracker.cs
* add tab bar and promote implicit tabs to same tabbar
* - remove parent
* remove tab bar from flyout
* Update Xamarin.Forms.Core/Shell/ShellItemCollection.cs
Co-Authored-By: PureWeen <shane94@hotmail.com>
* Apply round corners shape based on radius
* update gallery
* apply to SmallComponentShape
* add color scheme back
* basic fixes
* - make corner radius default the same
- reapply theme on ios so corner is changeable
- force set ios border width to size
* fix border width for default and remove extra call to bgcolor
* fix loading for lollipop
* cache
* fix some loading behavior
* requested changes
* cache fixes
* API 19 fix
* fix sizeof and use lazy
* add better management over requests to same key
* add caching validity checks
* remove remove and fire and forget put
* synchronous put
* add disposed check for bitmap data
* max memory
* [Android] Unseal FastRenderers
* [Android] Flip experimental flag to legacy flag
* Flip flag for testing both renderers & set up custom renderers for testing
* Undo build arg change
This reverts commit 8447fec03b4dff16d8ca96544ec83159670b80d7.
* Fix whitespace
* restore workaround for #2520
* Only use workaround for fast renderers (crashes legacy)
fixes#5724
* Initial code to get unifiied image handling
- not yet tested
- still using FileImageSource in some areas
* Updated the button renderers and added tests for Android
* Updated a few more of the Android renderers
- also added an `IsEmpty` property to the ImageSource to indicate if this source actually contains data that can be used to try and load an image
- added a few more "tests"
- includes the changes for #4916
* A few more changes
* Keep the default page for the sample app
* Changing everything to ImageSource and going from there
- Android, iOS, UWP and WPF are compiling
- GTK, Mac and Tizen are not yet finished
- Added a new interface for UWP to return an IconElement in addition to ImageSource (for app bar buttons)
- not tested yet, nor are there any tests
* Renamed the property to be more useful
* All of Android is now async
- still only minimal tests
- also removed the bits that are in https://github.com/xamarin/Xamarin.Forms/pull/4948
* Update Xamarin.Forms.Platform.cs
* A few fixes to whitespace and nameof()
* Updated iOS and UWP wirth async image sources
* A few fixes and WPF support
* A few fixes for Android after the big merge
* Updated a few more loaders:
- ios
- macos
- tizen
- gtk
* Fix a few things after the merge
* - cast type to FileImageSource
* fix setting of title content if icon doesn't load
* fix IButtonLayoutManager to return correct control
* remove cast and add pack api
* - fix timing issues with layout/invalidation
* - remove aggresive element invalidations for now
* first set of api changes
* obsolete old apis and create new ones for ImageSource
* obsolete messages and static ordering fix
* add tests
* switch default on windows to show images on tabs
* - XStatic obsolete fix
* fix NPC test and bring back alert check on uwp
Fixes#3207Fixes#4689
* Add gallery for reproing expanding DataTemplate content;
Allow ItemContentView on Android to expand with content;
Allow ItemContentView on iOS to expand with content;
Fixes#5647
* Improve instructions
Fixes#5721Fixes#5521
* Apply suggestions from code review
Co-Authored-By: hartez <hartez@users.noreply.github.com>
* Clear binding contexts before recycling cells/viewholders.
* Avoid LINQ exception
If the back button in UWP is pressed, but there's nothing in the backstack, the `Last()` LINQ query will throw `System.InvalidOperationException: 'Sequence contains no elements`
This change avoids that, and just returns false that Forms didn't handle the event.
* Change to use LastOrDefault
* propagate bindingcontext
* - add exception message and fix poorly named xaml file
* add ui test automation
* - fix unit test to represent new code
* - changed from ui test to unit test
* - propagate visual, parent, bc to titleview
* - style fixes