From 87bdccc31f5fcd10e697d30225105ca40114582c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 2 Jan 2020 22:57:50 +0100 Subject: add new strings for tethering --- app/src/main/res/values/strings.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b52e34dd..f8e6b887 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -105,6 +105,14 @@ Background data connections will hibernate when your phone is inactive. Always-on VPN Open Android System Settings + VPN Hotspot + Share your VPN + Please make sure that you have enabled tethering in the %s first! + system settings + Share your VPN with other devices via: + Wifi hotspot + USB tethering + Bluetooth tethering Do not show again To enable always-on VPN in Android VPN Settings click on the configure icon [img src] and turn the switch on. To protect your privacy optimally, you should also activate the option \"Block connections without VPN\". -- cgit v1.2.3 From 47f463122392963d81c3e12c7ffbb0443bead6ce Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 31 Jan 2020 17:59:46 -0600 Subject: add UI in navigation drawer to enable/disable ipv6 firewall and to show/hide experimental features --- app/src/main/res/values/strings.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f8e6b887..9b6f3125 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -106,8 +106,11 @@ Always-on VPN Open Android System Settings VPN Hotspot - Share your VPN - Please make sure that you have enabled tethering in the %s first! + Firewall + Requires root permissions + Show experimental options + Hide experimental options + Please make sure to enable tethering in the %s first! system settings Share your VPN with other devices via: Wifi hotspot -- cgit v1.2.3 From 9a4f9c7ae3cf070ef08bff6abcc0a8d7bae52202 Mon Sep 17 00:00:00 2001 From: cyberta Date: Fri, 31 Jan 2020 19:10:09 -0600 Subject: improve wording for IPv6 Firewall --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b6f3125..b5fc2fa2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -106,7 +106,7 @@ Always-on VPN Open Android System Settings VPN Hotspot - Firewall + Block IPv6 Requires root permissions Show experimental options Hide experimental options -- cgit v1.2.3