* Fix input for decimal/float/double and nullable
This commit fixes the input of decimal/float/double and their
nullable equivalents in different cultures.
Issue #7996
* Update UI test
Makes the UI test more understandable. It shows now a label with the actual resolved binding value. In the entry you can now see the value you provided.
* Fix unit test
* Fix more unit tests
Co-authored-by: Gerald Versluis <gerald@verslu.is>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
* Fix additional scenarios with nested defined routes
* - pick better starting point for uri matching
* - fix merge
* - formating changes and more accurate test fix
* Fix NRE if user immediately completes Deferal
Made the deferral flow more linear and easy to follow
Moved the navigation parts of Shell out to a separate class
* - Shell Section Fixes
* - fix unit test name
* - fix spelling
* - fix return value
* Propagate BC to Brush childrens
* Added Brush unit test to check if propagate the bc correctly
* Added another repro sample
* Fix the issue
* Added brush parent unit test
* Fix issue removing items in CarouselView
* Added instructions to the core gallery sample
* Apply the same fix using List and groups
* Updated sample
* Added Unit Test
* Fixed crash after removing item
* Fix vertical column measurement when star column coefficient is < 1
Fixes#12292; Fixes#12363
* Fix vertical text layout issues with StackLayouts in Grids
Fixes#12462, Fixes#12175, Fixes#12001
* Check Point
* Shell Navigating Deferal Token
* - fix PopToRoot and add to store
* - fix animations
* - clean up code
* Update Xamarin.Forms.Core/Routing.cs
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
* Update Xamarin.Forms.Core/Routing.cs
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
* - fix formatting
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
fixes#10638
* First stab at RadioButtonGroup attached property and Templated RadioButton
* RadioButtonGroupController assigning group names
* Added updates for RadioButtonGroupController on selection change
* More galleries!
* Content property propagation
* Ignore renderers if using templated views on UWP
* Apply text/font properties to Content
* Make RadioButton template parts constants
* Cache renderer availability lookup
* Add TemplateView check to CreateRenderer on iOS
* Handle Checked RadioButton GroupName changes
* Update WPF renderer
* Update macOS and Tizen renderers
* Add more unit tests, make RB Value updates propagate to RBG
* Remove Text property, updated examples; throw Exception when Content is not Text and non-Text Content is not supported
* Prevent Content exceptions in demo pages
* Colors -> Brushes
* Add default ControlTemplate example
* Set up flags for Core Gallery test pages
* Switch Android back to ToString for Content
* Back to ToString where necessary, and using the WrapperControl for UWP
* Add comment for Content
* Log a nice warning if folks try to use View as Content and it's not supported
* Add experimental flags for drag and drop tests
* Fix crashes due to missing brush experimental flag
* Make control templates from styles work alongside default templates
* Catch up on which flags are still a concern
* Fix infinite loop in platform tests
* Attempt to fix occasionaly GroupableItemsViewController disposed crash
* Make webview visible so we can verify it loaded in UI test screen shots
* Fix merge
Co-authored-by: Rui Marinho <me@ruimarinho.net>