* [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
* Speed up ViewUITests and hopefully reduce flakiness
* Make focus tests work even when keyboard pops up
* Move Date/Time picker tests to the end so they can't break the other bubbling tests
Add delay before trying to dismiss dialogs so they can fully appear
* Fix accidental triggering of Picker when removing focus from Entry
* Bump up number of tests before restart
* Test case to reproduce the issue
* Set proper height/width values in measure for layouts; fixes#5765
* More descriptive test name
* Avoid unnecessary FromPixel calls
* Remove double include
fixes#5765fixes#5782
* Add CheckBox class and Renderer
* Add CheckBoxCell class
* Add Control Gallery for CheckBox and CheckBoxCell.
Add stubs only for Android for now.
* Update to fast renderer for Android, Implement Checked and Unchecked Colors!
* Initial UWP implementation, no colors yet.
* Add iOS implementation for checkbox. It's not pretty, but it is a start!
* Updates from Frank
* Code cleanup with frank
* Finalize iOS checkbox!!! it is a circle!
* Fix WPF build and Add a checkbox!!!
* Cell Renderers and macOS
* UWP switchcell
* Update CheckBox Cell on ios/android with colors
* Remove all instances of CheckBoxCell per demand
* Added UITests and UnitTests
* Changed colors to TintColor which makes sense. Added a IsChecked visual state property and a sample!
* checkbox cleanup, tint color fixes, and material
* uwp fix when changing TintBrush
* add checkbox to visual controls page
* formatting fix
* formatting fix
* formatting fix
* convert to tabs
* formatting
* checkbox tabs
* roll back formatting changes to WPFResources
* android renderer overrides
* uwp fix and sizing fix ios
* mask checkbox
* use a single image for ios inatead of always drawing new ones
* wpf fix
* rename to color and add css interfaces
* missing wpf file
* designer hack
* fix wpf for ios builds
* assembly info
* fix default tint color and infinite crash
* [iOS] fixes change checked state from control
simplification
added to dynamic galery
* [iOS material] fix crash when dispose
* [UWP, WPF] fix vertical alignment
* [Android] fixes does not change size when the reduction HeightRequest
* Update Xamarin.Forms.Material.iOS/MaterialCheckboxRenderer.cs
Co-Authored-By: Samantha Houts <samhouts@users.noreply.github.com>
* [Android] TabStop support
* alphabetize gallery, fix color update when disabled, unsubscribe from event in dispose
* cleanup assembly info
* fix assembly attributes
* remove assembly info
* pr comments
* couple of more dispose fixes
* One Last Dispose
* fix api 19 call to ClipToOutline
* Apply ImageButton.Padding on UWP like other platforms
For #4879
* Apply ImageButton.Padding on UWP like other platforms
For #4879
* Apply ImageButton.Padding on UWP like other platforms
For #4879
* don't use obsolete property after rebasing to 4.0
fixes#4879
* Add automated test for CollectionView single selection bound item
* Make SelectedItem Two-Way
* Multiple selection test page
* Bindable SelectedItems implementation
* Add automated test
* Simplify null checks
* Add Preserve attribute so linker doesn't break test
* Make multi-item select test smaller so it passes UITests on smaller screens
* Clearer list-to-string method
* Clear native selection on iOS when SelectedItem set to null
fixes#6158fixes#5832
* 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
* Fix: memoryleak when Navigation.RemovePage is used
The leak occurs in a MasterDetailPage.Detail = NavigationPage(ContentPage) scenario if the ContentPage has ToolBarItems. (ToolBarItems create a strong dependency therefore the ViewController of the NavigationPage must be explicitly disposed)
* + unit test
* fix issue attribute
* 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
* Reproduction
* Automate test
* Handle null element in SetupElement in the SelectableItemsViewRenderer
Fixes#5949
* Add manual test instructions
* Fix build errors
* [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
* 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
* Automated test for issue
* Fix empty view swapping for Android (fixes#5535)
* Remove private modifier
* Account for null Flags when setting flags for test
* Fix rebase issue
* DataTemplateSelector working on Android for ItemTemplate and EmptyTemplate
* Demonstrate DataTemplateSelector working with EmptyViewTemplate
* Handle DataTemplateSelector on iOS CollectionView
* Add UI test
Fixes#4826
* Temporarily patching EditorRenderer to get tests running
* Add test for binding errors;
Fix binding errors on Android;
* Fix binding errors for iOS
* Add flag setting to allow UI test to run
* Fix rebase errors
* Enable "treat warnings as errors"
* Remove unnecessary for loop
* Remove properties which already exist in base class
* Make property hiding explicit and obsolete hiding property
* Move Treat Warnings as Errors setting to props file
* Fix weird quotation changes in Xamarin.Forms.Build.Tasks.csproj
* Scrub empty WarningsAsErrors tags
* Remove unused variable
* Fix TearDown method hiding in UI tests
* Fix Id member hiding in test for Bugzilla32871
* Fix RootPage member hiding in Bugzilla51503
* Fix RooPage member hiding in Issue1483
* Disable warnings for deprecated OpenGL calls
* Fix member hiding in test view models
* Fix RootPage member hiding in Issue1931
* Fix Id member hiding in Bugzilla42620
* Fix AutomationId member hiding in Bugzilla57114
* Fix Layout member hiding in Bugzilla40911
* Remove unused variables from Bugzilla31114
* Remove unused variable
* Fix various unused variable warnings
* Disable warning to leave example code for reference
* Fix unused variable from macOS test
* Remove unused members
* Fix unused variable warnings
* Fixed unused property warnings
* Fix warnings for unused code
* Disable 'await' warning
* Remove unused variable
* Adding pragma directives for await warnings
* Remove member hiding
* Turn off global "Treat warnings as errors" in other platforms
* Use MarkerId instead of obsolete Id member
* Fix await warnings in WPF GeocoderBackend
* Add missing await
* Disable warning for unused event
* - locate activity
* get tests to run
* - fix and force core gallery to work against default
* - fix check if control already disposed
* - fixing what automationid assigns to
* - input transparent fixes
* - fix sandbox back
* - set default visual back to default
* Update Xamarin.Forms.Material.Android/MaterialStepperRenderer.cs
* Update Xamarin.Forms.Material.Android/MaterialSliderRenderer.cs
* - fix core gallery ui tests to find container
* - ui test tweak
* - fix background color on pickers
* - suggested changes
* - suggested fix
* IMAGE https://github.com/xamarin/Xamarin.Forms/issues/5204
* Updated "no image source" behavior - return base value
* Added test case
* Updated test case number
* fixed file name
* [MacOS] Move ImageRenderer to use NSImageView
* [Macos,iOS] Fix sharing coding
- fixes#4933
* Grid size incorrect when using with Image #4990
* Unit Test for Grid size incorrect when using with Image #4933
* Grid size incorrect when using with Image #4933
* Unit Test for Grid size incorrect when using with Image #4933
* Implemented Core and iOS
* Implemented Android
* Supressed platform specific obsolete warnings for now
* Implemented UWP
* Make selected page on UWP not rely on title
* Review feedback
* Removed references to (now) obsolete members
* Review feedback fixes
* Code review feedback
* Changed obsolete msg to reflect right XF version
* Apply suggestions from code review
Co-Authored-By: jfversluis <github@geraldversluis.nl>
fixes#3478
* [Visual] remove visual flag and tidy up code
* - added basic loading ui test
* change material namespaces to be Xamarin.Forms.Material.<Platform>
* api 19 fixes
* fix casing on resources
* [Android] [Material] Refactored the Stepper on Android #5011
- reuse code between default and material
- added material stepper
* [Android] [Material] Using the "Fast" renderer style for the stepper #5011
- switched the button style to the outlined buttons
* [Android] [Material] Adding the tab stops support (#5000)
* [Android] [Material] Switching back to a traditional renderer for now to get tabstops working
* [Material] [iOS] Added a Material stepper for iOS
* [Material] [Android, iOS] Addressed the PR feedback
* [Material] Remove private
* Update MaterialStepperRenderer.cs
* Update StepperRendererManager.cs
* Fixed the merge issues
* add steppers to visual gallery
* The material stepper buttons now resize to fit the available space.
* Update Xamarin.Forms.Controls/ControlGalleryPages/VisualGallery.xaml
Co-Authored-By: mattleibow <mattleibow@live.com>
* [Material] [Stepper] Don't set the background color for steppers
- we still need to decide on the logic behind the coloring of outline buttons
* Fixed the Android accessibility
* Change UI tests to not use a Text search for locating stepper controls