From bf521eb07050ee8b86f0dc75c92d29c1e26ad5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Mon, 17 Dec 2018 13:31:49 -0500 Subject: [PATCH 1/2] Update Uno, add workarounds for missing styles. --- .../cs/AppUIBasics.Shared/ControlExample.xaml | 3 + .../cs/AppUIBasics.Shared/Styles.xaml | 290 ++++++++++-------- .../AppUIBasics.Wasm/AppUIBasics.Wasm.csproj | 4 +- 3 files changed, 165 insertions(+), 132 deletions(-) diff --git a/Samples/XamlUIBasics/cs/AppUIBasics.Shared/ControlExample.xaml b/Samples/XamlUIBasics/cs/AppUIBasics.Shared/ControlExample.xaml index c7c57a01..9a594523 100644 --- a/Samples/XamlUIBasics/cs/AppUIBasics.Shared/ControlExample.xaml +++ b/Samples/XamlUIBasics/cs/AppUIBasics.Shared/ControlExample.xaml @@ -51,6 +51,8 @@ + diff --git a/Samples/XamlUIBasics/cs/AppUIBasics.Shared/Styles.xaml b/Samples/XamlUIBasics/cs/AppUIBasics.Shared/Styles.xaml index f8ab4c96..1239f14f 100644 --- a/Samples/XamlUIBasics/cs/AppUIBasics.Shared/Styles.xaml +++ b/Samples/XamlUIBasics/cs/AppUIBasics.Shared/Styles.xaml @@ -36,8 +36,14 @@ 0 - - + + + + + + + + @@ -93,6 +99,137 @@ + + + + + - @@ -463,4 +472,25 @@ + + + diff --git a/Samples/XamlUIBasics/cs/AppUIBasics.Wasm/AppUIBasics.Wasm.csproj b/Samples/XamlUIBasics/cs/AppUIBasics.Wasm/AppUIBasics.Wasm.csproj index 613ea1e6..75dd2e12 100644 --- a/Samples/XamlUIBasics/cs/AppUIBasics.Wasm/AppUIBasics.Wasm.csproj +++ b/Samples/XamlUIBasics/cs/AppUIBasics.Wasm/AppUIBasics.Wasm.csproj @@ -31,8 +31,8 @@ - - + + From fcc75c01bdb6c434174d1fe909effe7bdf331cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Mon, 17 Dec 2018 14:17:00 -0500 Subject: [PATCH 2/2] Disable keystore if alias is not present. --- .../cs/AppUIBasics.Droid/AppUIBasics.Droid.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Samples/XamlUIBasics/cs/AppUIBasics.Droid/AppUIBasics.Droid.csproj b/Samples/XamlUIBasics/cs/AppUIBasics.Droid/AppUIBasics.Droid.csproj index 3a7cfabd..ebefd93a 100644 --- a/Samples/XamlUIBasics/cs/AppUIBasics.Droid/AppUIBasics.Droid.csproj +++ b/Samples/XamlUIBasics/cs/AppUIBasics.Droid/AppUIBasics.Droid.csproj @@ -21,8 +21,9 @@ True ..\AppUIBasics.Shared\Strings Uno0001 - true - ..\..\..\..\build\nventive.keystore + false + true + ..\..\..\..\build\nventive.keystore $(nventivekeystore_pwd) $(nventivekeystore_alias) $(nventivekeystore_aliaspwd)