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/java/se/leap/bitmaskclient/Constants.java | 4 ++++ app/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 12 insertions(+) (limited to 'app') diff --git a/app/src/main/java/se/leap/bitmaskclient/Constants.java b/app/src/main/java/se/leap/bitmaskclient/Constants.java index 5ed28806..58a92360 100644 --- a/app/src/main/java/se/leap/bitmaskclient/Constants.java +++ b/app/src/main/java/se/leap/bitmaskclient/Constants.java @@ -16,6 +16,9 @@ public interface Constants { String EXCLUDED_APPS = "excluded_apps"; String USE_PLUGGABLE_TRANSPORTS = "usePluggableTransports"; String SU_PERMISSION = "su_permission"; + String TETHERING_BLUETOOTH = "tethering_bluetooth"; + String TETHERING_WIFI = "tethering_wifi"; + String TETHERING_USB = "tethering_usb"; ////////////////////////////////////////////// @@ -55,6 +58,7 @@ public interface Constants { String EIP_ACTION_START_BLOCKING_VPN = "se.leap.bitmaskclient.EIP_ACTION_START_BLOCKING_VPN"; String EIP_ACTION_STOP_BLOCKING_VPN = "se.leap.bitmaskclient.EIP_ACTION_STOP_BLOCKING_VPN"; String EIP_ACTION_PREPARE_VPN = "se.leap.bitmaskclient.EIP_ACTION_PREPARE_VPN"; + String EIP_ACTION_CONFIGURE_TETHERING = "se.leap.bitmaskclient.EIP_ACTION_CONFIGURE_TETHERING"; String EIP_RECEIVER = "EIP.RECEIVER"; String EIP_REQUEST = "EIP.REQUEST"; 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