From 66de8cd43c6fdb1a2cfef0f518ae5780f230c067 Mon Sep 17 00:00:00 2001 From: Kyle Baley Date: Tue, 24 Oct 2017 22:11:41 -0500 Subject: [PATCH 1/6] Update project list in mac build script --- cli-mac/build-bits.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cli-mac/build-bits.sh b/cli-mac/build-bits.sh index a7712b831..8b4917144 100755 --- a/cli-mac/build-bits.sh +++ b/cli-mac/build-bits.sh @@ -3,12 +3,15 @@ # List of microservices here needs to be updated to include all the new microservices (Marketing, etc.) projectList=( - "../src/Services/Catalog/Catalog.API" - "../src/Services/Basket/Basket.API" - "../src/Services/Ordering/Ordering.API" - "../src/Services/Identity/Identity.API" "../src/Web/WebMVC" "../src/Web/WebSPA" + "../src/Services/Identity/Identity.API" + "../src/Services/Catalog/Catalog.API" + "../src/Services/Ordering/Ordering.API" + "../src/Services/Basket/Basket.API" + "../src/Services/Location/Locations.API" + "../src/Services/Marketing/Marketing.API" + "../src/Services/Payment/Payment.API" "../src/Web/WebStatus" ) From 954717b65dc55d5043d32dec4feb6ef716f2be00 Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 25 Oct 2017 15:47:35 +0100 Subject: [PATCH 2/6] Removed unneeded reference. --- .../eShopOnContainers.Droid/eShopOnContainers.Droid.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Droid/eShopOnContainers.Droid.csproj b/src/Mobile/eShopOnContainers/eShopOnContainers.Droid/eShopOnContainers.Droid.csproj index 8ccb42d53..46eefe5c2 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Droid/eShopOnContainers.Droid.csproj +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Droid/eShopOnContainers.Droid.csproj @@ -161,7 +161,6 @@ ..\..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\monoandroid\System.Net.Http.Primitives.dll True - From 03e61fae9debcd4679f8479b2422781faa22587b Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 25 Oct 2017 16:31:25 +0100 Subject: [PATCH 3/6] Added a Style to define the margin on Entry controls on the SettingsView. Fixes #387 --- .../Views/SettingsView.xaml | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/SettingsView.xaml b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/SettingsView.xaml index dffc8c746..9314fb9fb 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/SettingsView.xaml +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/SettingsView.xaml @@ -65,6 +65,20 @@ Value="True" /> + + + +