From 95c6b88e12eb69d5fd4d214ee5192e7ef1b1d189 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 14 Jul 2022 11:48:17 +0100 Subject: [PATCH 01/18] updating use case screen copy --- vector/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index eed6269e65..d96f2089f6 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -1899,13 +1899,13 @@ ${app_name} is also great for the workplace. It’s trusted by the world’s most secure organisations. Who will you chat to the most? - We\'ll help you get connected. + We\'ll help you get connected Friends and family Teams Communities - Not sure yet? You can %s - skip this question + Not sure yet? %s + Skip this question Looking to join an existing server? Connect to server From e3708be04eef5cffbb0568ef8c8eaa19c2d65857 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 14 Jul 2022 11:57:50 +0100 Subject: [PATCH 02/18] updating server url selection copy --- vector/src/main/res/values/donottranslate.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/values/donottranslate.xml b/vector/src/main/res/values/donottranslate.xml index 862a1f8367..0a96fd704b 100755 --- a/vector/src/main/res/values/donottranslate.xml +++ b/vector/src/main/res/values/donottranslate.xml @@ -20,8 +20,8 @@ Welcome back! - Choose your server - What is the address of your server? Server is like a home for all your data. + Select your server + What is the address of your server? This is like a home for all your data Server URL You can only connect to a server that has already been set up Want to host your own server? From d8d0d6f2d9fc502a179a34e3385c2f830612f393 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 14 Jul 2022 12:11:41 +0100 Subject: [PATCH 03/18] removing the server url footer text --- ...fragment_ftue_server_selection_combined.xml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/vector/src/main/res/layout/fragment_ftue_server_selection_combined.xml b/vector/src/main/res/layout/fragment_ftue_server_selection_combined.xml index 7e856ba896..afe7a06183 100644 --- a/vector/src/main/res/layout/fragment_ftue_server_selection_combined.xml +++ b/vector/src/main/res/layout/fragment_ftue_server_selection_combined.xml @@ -97,7 +97,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:hint="@string/ftue_auth_choose_server_entry_hint" - app:layout_constraintBottom_toTopOf="@id/chooseServerEntryFooter" + app:layout_constraintBottom_toTopOf="@id/actionSpacing" app:layout_constraintEnd_toEndOf="@id/chooseServerGutterEnd" app:layout_constraintStart_toStartOf="@id/chooseServerGutterStart" app:layout_constraintTop_toBottomOf="@id/titleContentSpacing"> @@ -111,25 +111,13 @@ - - + app:layout_constraintHeight_percent="0.03" + app:layout_constraintTop_toBottomOf="@id/chooseServerInput" />