From 3228b17f43b232116c192728438954c4c1412ec3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 21:09:02 +0100 Subject: make location button icon tint color configurable, use white tint for riseupvpn --- app/src/main/res/layout/v_location_button.xml | 5 +++++ app/src/main/res/values/attrs.xml | 4 ++++ app/src/main/res/values/colors.xml | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml index 3779a964..7f16a6b1 100644 --- a/app/src/main/res/layout/v_location_button.xml +++ b/app/src/main/res/layout/v_location_button.xml @@ -18,6 +18,7 @@ android:scaleType="fitCenter" android:src="@drawable/ic_web" android:layout_gravity="center" + app:tint="@color/colorLocationButtonTint" /> @@ -77,6 +80,7 @@ android:src="@drawable/ic_bridge_36" android:visibility="gone" tools:visibility="visible" + app:tint="@color/colorLocationButtonTint" /> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 5631e3f3..2bf4d8ce 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -9,6 +9,7 @@ + @@ -22,4 +23,7 @@ + + + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index c1039f70..792db1ee 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -41,7 +41,8 @@ @color/black800 @color/black800 @color/white - + @color/black800 + @color/black800_high_transparent #B33A3A -- cgit v1.2.3 From 247c0b5eca6ee988ead3e66f1d9ea990385d315e Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 21:34:53 +0100 Subject: use 'recommended location' or the location name instead of 'select location' in the location button --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c32e0d3c..9f1e73b1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -152,7 +152,7 @@ Update failed. No permissions to install app. Select location - Use recommended location + Recommended location Recommended Manually select Automatically use best connection. -- cgit v1.2.3 From e4335df262cf9604195c62301ab3b48a2eeddca6 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 22:11:31 +0100 Subject: fix string: 'Use bridges' instead of 'Using bridges' --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9f1e73b1..f927cae0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -128,7 +128,7 @@ Donate Using an obfuscated connection. Trying an obfuscated connection. - Using Bridges + Use Bridges Circumvent VPN filtering Be careful of excluding apps from VPN. This will reveal your identity and compromise your security. -- cgit v1.2.3 From 14a2c58d8b666b9707df534306a15784e253f415 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 23:30:33 +0100 Subject: disable bridges UI switch if UDP preference is enabled --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f927cae0..741633bd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,4 +196,5 @@ You may be leaking information to your internet provider or local network. You have no working Internet connection. Once you get it back, you will be automatically connected to %1$s is blocking all internet traffic. + Disabled while UDP is on. -- cgit v1.2.3 From 83685da4414d38d2be2bf7441d274aa2f693e0d2 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 23:35:19 +0100 Subject: improve snowflake description --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 741633bd..c5f021f3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -185,7 +185,7 @@ %s has no internet connection. Please check your WiFi and cellular data settings. Censorship circumvention Use Snowflake - Circumvent blocking of the provider\'s configuration server. + Protect configuration process against censorship. VPN settings Use UDP if available UDP can be faster and better for streaming, but does not work for all networks. -- cgit v1.2.3