From f557975d72b64d7ed13c53c153b40c0fb5522757 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 26 Nov 2021 10:58:56 +0100 Subject: disable location entries that are not supporting current transport, show hint in GatewaySelectionFragment and an option to disable bridges --- app/src/main/res/layout/f_gateway_selection.xml | 15 +++++++++++++++ app/src/main/res/values/strings.xml | 4 ++-- app/src/main/res/values/untranslatable.xml | 1 - 3 files changed, 17 insertions(+), 3 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/f_gateway_selection.xml b/app/src/main/res/layout/f_gateway_selection.xml index 643ae988..8ab2b1c3 100644 --- a/app/src/main/res/layout/f_gateway_selection.xml +++ b/app/src/main/res/layout/f_gateway_selection.xml @@ -56,6 +56,21 @@ android:text="@string/gateway_selection_manually" android:layout_gravity="bottom" /> + + VPN settings Use UDP if available UDP can be faster and better for streaming, but does not work for all networks. - - + Only locations supporting bridges are currently selectable. + Disable bridges diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml index ec795f57..8c478b33 100644 --- a/app/src/main/res/values/untranslatable.xml +++ b/app/src/main/res/values/untranslatable.xml @@ -48,7 +48,6 @@ %1$s could not connect to %2$s. Do you want to try to connect automatically with best location? Try best location %1$s doesn\'t support bridges to circumvent VPN filtering. Do you want to choose a different location or disable bridges? - Disable bridges Choose different location Connection Insecure You are connected to the recommended location -- cgit v1.2.3