* create an actual logical child structure for page to use for propagation
* JustTheLogicalChildren
* only iterate over ActuallyLogicalChildren
* fix naming
* reuse ChildrenNotDrawnByThisElement
* testing
* fix unit test
* 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>
* 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
* [Shell] Allow queryParams navigation
Allow uri navigation with queryParams. queryParams can be applied
to:
- the ShellContent (if inherited)
- the Content (or inflated ContentTemplate) of the ShellContent
- the BindingContext of the Content
those 3 can inherit an interface and handle the queryParams, or
the types can be decorated with some [QueryProperty] attributes.
Attributes are handled on the 3 typesL ShellContent, actual content,
or bindingcontext.
- fixes#4596
* syntax errors
* Address formatting comments
* [Core] add check when setting BindingContext on page to self
* [Core] fix navigation for non templated item
* [Shell] The glorious Shell
* set the flag for the test
* remove the FastRenderer flag
* [Android] If we were disposed earlier Element can be null and Control was disposed
* [Controls] Seems part of #2520 was solved so we don't need this
* [iOS] Fix NRE on the ScrollviewTracker
* add missing constructor for RenderWith
* [Core] propagate visual/flow through shell
* use interlock increment
* hide IDataTemplateController
* [Android] Fix TableViewModelRenderer dispose
* [Core] propagate visual/flow direction through shell hierarchy
* [Android-Gallery] removed some left in settings changes that effect UI Tests
* [iOS,Droid,Core] Code formatting
* [iOS,Core] Last minute style refactoring