[Shell] refactor of processing uris (#5852)
authorShane Neuville <shane94@hotmail.com>
Thu, 11 Apr 2019 04:54:50 +0000 (22:54 -0600)
committerSamantha Houts <samhouts@users.noreply.github.com>
Thu, 11 Apr 2019 04:54:50 +0000 (21:54 -0700)
commit58662a10b4569a9f8fc753fc6364b87d1bd29829
tree7aca6a1508a71bdfbb5f7890470858e6c0c398ac
parenta58f4d7e974e7cc94cb1dda84559ddd27b804f21
[Shell] refactor of processing uris (#5852)

fixes #5790
17 files changed:
Xamarin.Forms.Core.UnitTests/ShellTestBase.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/ShellTests.cs
Xamarin.Forms.Core.UnitTests/ShellUriHandlerTests.cs [new file with mode: 0644]
Xamarin.Forms.Core.UnitTests/Xamarin.Forms.Core.UnitTests.csproj
Xamarin.Forms.Core/Routing.cs
Xamarin.Forms.Core/Shell/BaseShellItem.cs
Xamarin.Forms.Core/Shell/IShellController.cs
Xamarin.Forms.Core/Shell/IShellItemController.cs
Xamarin.Forms.Core/Shell/IShellSectionController.cs
Xamarin.Forms.Core/Shell/Shell.cs
Xamarin.Forms.Core/Shell/ShellItem.cs
Xamarin.Forms.Core/Shell/ShellNavigationState.cs
Xamarin.Forms.Core/Shell/ShellSection.cs
Xamarin.Forms.Core/Shell/ShellUriHandler.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Properties/AndroidManifest.xml
Xamarin.Forms.Sandbox.Android/Xamarin.Forms.Sandbox.Android.csproj
Xamarin.Forms.Sandbox/MainPage.xaml