From 551ee22aafae99c1f0802ec48f43d448cc77db37 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 22 Jul 2021 15:31:08 +0200 Subject: first implementation of the gateway button, started to remove labels from EipFragment, implement method to get the avearage load of a location as an enum value --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 22696c12..b6bdafa8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -155,7 +155,8 @@ Location with best connection Automatic Your traffic is currently routed through: - + Finding best connection… + Reconnecting… Starting bridges for censorship circumvention… Stopping bridges. Using bridges for censorship circumvention. @@ -181,5 +182,4 @@ Hide connection details %s has no internet connection. Please check your WiFi and cellular data settings. - -- cgit v1.2.3 From 5c4c3cde26fafbd763e4a879dc46ca959b1a7d27 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 30 Jul 2021 15:46:40 +0200 Subject: draft gateway selection UI according to simlpy secure's proposals --- app/src/main/res/values/strings.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b6bdafa8..7c0c46f0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -152,9 +152,12 @@ No permissions to install app. Select location %s will find the best connection for you. - Location with best connection + Use recommended location Automatic - Your traffic is currently routed through: + Your traffic is currently routed through: + Your traffic will be routed through: + Your traffic is automatically routed through the best location: + Your traffic will be automatically routed through the best location. Finding best connection… Reconnecting… Starting bridges for censorship circumvention… -- cgit v1.2.3 From a6cd31ae8624f830454adc627ac3a6be323a5333 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 21 Nov 2021 19:36:46 +0100 Subject: implement new gateway selection UI, using same UX principles as for desktop --- app/src/main/res/values/strings.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7c0c46f0..9d62cc3b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -153,11 +153,10 @@ Select location %s will find the best connection for you. Use recommended location + Recommended + Manually select + Automatically use best connection. Automatic - Your traffic is currently routed through: - Your traffic will be routed through: - Your traffic is automatically routed through the best location: - Your traffic will be automatically routed through the best location. Finding best connection… Reconnecting… Starting bridges for censorship circumvention… -- cgit v1.2.3