Setup sandbox app inside our project (#5264)
authorShane Neuville <shane94@hotmail.com>
Mon, 18 Feb 2019 11:30:08 +0000 (04:30 -0700)
committerRui Marinho <me@ruimarinho.net>
Mon, 18 Feb 2019 11:30:08 +0000 (11:30 +0000)
commitde1a5bae64a53ca3239956e50ff7f261310e5ad3
tree9d99fe602dcb74e7fc64e5d797f07d7cf2120cdb
parentee511d8781788bc58cf0d257bfc12458a5dc85db
Setup sandbox app inside our project (#5264)

* [Visual] Material Pickers and setup sandbox app

* Fixed the ambiguous types for UWP
89 files changed:
Xamarin.Forms.Sandbox.Android/Assets/AboutAssets.txt [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/MainActivity.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Properties/AndroidManifest.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/AboutResources.txt [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/layout/Tabbar.axml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/layout/Toolbar.axml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-anydpi-v26/icon.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-anydpi-v26/icon_round.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-hdpi/icon.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-hdpi/launcher_foreground.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-mdpi/icon.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-mdpi/launcher_foreground.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xhdpi/icon.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xhdpi/launcher_foreground.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xxhdpi/icon.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xxhdpi/launcher_foreground.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xxxhdpi/icon.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/values/colors.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Resources/values/styles.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/Xamarin.Forms.Sandbox.Android.csproj [new file with mode: 0644]
Xamarin.Forms.Sandbox.Android/proguard.cfg [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/App.xaml [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/App.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/LargeTile.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/LargeTile.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/LargeTile.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SmallTile.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SmallTile.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SmallTile.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SplashScreen.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/SplashScreen.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square150x150Logo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square150x150Logo.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square150x150Logo.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-16.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-256.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.altform-unplated_targetsize-48.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.targetsize-16.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.targetsize-256.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Square44x44Logo.targetsize-48.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/StoreLogo.backup.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/StoreLogo.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/StoreLogo.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Wide310x150Logo.scale-100.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Wide310x150Logo.scale-200.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Assets/Wide310x150Logo.scale-400.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/MainPage.xaml [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/MainPage.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Package.appxmanifest [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Properties/Default.rd.xml [new file with mode: 0644]
Xamarin.Forms.Sandbox.UWP/Xamarin.Forms.Sandbox.UWP.csproj [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/AppDelegate.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Entitlements.plist [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Info.plist [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Main.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/Default-568h@2x.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/Default-Portrait.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/Default-Portrait@2x.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/Default.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/Default@2x.png [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Resources/LaunchScreen.storyboard [new file with mode: 0644]
Xamarin.Forms.Sandbox.iOS/Xamarin.Forms.Sandbox.iOS.csproj [new file with mode: 0644]
Xamarin.Forms.Sandbox/App.StartHere.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox/App.cs [new file with mode: 0644]
Xamarin.Forms.Sandbox/Xamarin.Forms.Sandbox.csproj [new file with mode: 0644]
Xamarin.Forms.sln