From 2e1c94d3f51dc6d667435b2a2bbd81a036d57bae Mon Sep 17 00:00:00 2001 From: akuma Date: Sun, 8 Sep 2019 20:40:29 +0200 Subject: New icon and text for Excluded Apps. Using PreferenceHelper. Test done. --- .../ic_shield_remove_grey600_36dp.png | Bin 0 -> 1628 bytes .../ic_shield_remove_grey600_36dp.png | Bin 0 -> 1192 bytes .../ic_shield_remove_grey600_36dp.png | Bin 0 -> 1930 bytes .../ic_shield_remove_grey600_36dp.png | Bin 0 -> 2902 bytes .../ic_shield_remove_grey600_36dp.png | Bin 0 -> 3686 bytes app/src/main/res/layout/allowed_vpn_apps.xml | 37 ++++++--------------- app/src/main/res/values/colors.xml | 2 ++ app/src/main/res/values/strings-icsopenvpn.xml | 1 - app/src/main/res/values/strings.xml | 4 ++- 9 files changed, 16 insertions(+), 28 deletions(-) create mode 100644 app/src/main/res/drawable-hdpi/ic_shield_remove_grey600_36dp.png create mode 100644 app/src/main/res/drawable-mdpi/ic_shield_remove_grey600_36dp.png create mode 100644 app/src/main/res/drawable-xhdpi/ic_shield_remove_grey600_36dp.png create mode 100644 app/src/main/res/drawable-xxhdpi/ic_shield_remove_grey600_36dp.png create mode 100644 app/src/main/res/drawable-xxxhdpi/ic_shield_remove_grey600_36dp.png (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-hdpi/ic_shield_remove_grey600_36dp.png b/app/src/main/res/drawable-hdpi/ic_shield_remove_grey600_36dp.png new file mode 100644 index 00000000..98dec84c Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_shield_remove_grey600_36dp.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_shield_remove_grey600_36dp.png b/app/src/main/res/drawable-mdpi/ic_shield_remove_grey600_36dp.png new file mode 100644 index 00000000..d4b61030 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_shield_remove_grey600_36dp.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_shield_remove_grey600_36dp.png b/app/src/main/res/drawable-xhdpi/ic_shield_remove_grey600_36dp.png new file mode 100644 index 00000000..3eae1fdc Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_shield_remove_grey600_36dp.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_shield_remove_grey600_36dp.png b/app/src/main/res/drawable-xxhdpi/ic_shield_remove_grey600_36dp.png new file mode 100644 index 00000000..c6761744 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_shield_remove_grey600_36dp.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_shield_remove_grey600_36dp.png b/app/src/main/res/drawable-xxxhdpi/ic_shield_remove_grey600_36dp.png new file mode 100644 index 00000000..ad08be94 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_shield_remove_grey600_36dp.png differ diff --git a/app/src/main/res/layout/allowed_vpn_apps.xml b/app/src/main/res/layout/allowed_vpn_apps.xml index 93327944..1219da54 100644 --- a/app/src/main/res/layout/allowed_vpn_apps.xml +++ b/app/src/main/res/layout/allowed_vpn_apps.xml @@ -9,33 +9,20 @@ android:layout_width="match_parent" tools:ignore="RtlCompat" android:layout_height="match_parent"> - + - - @color/white @color/black800 + #B33A3A + diff --git a/app/src/main/res/values/strings-icsopenvpn.xml b/app/src/main/res/values/strings-icsopenvpn.xml index b390ecec..b552715a 100755 --- a/app/src/main/res/values/strings-icsopenvpn.xml +++ b/app/src/main/res/values/strings-icsopenvpn.xml @@ -486,5 +486,4 @@ External Authenticator Configure External Authneticator not configured - diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e794c75c..e685cff5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -32,7 +32,7 @@ Passwords do not match User message About - Select Apps + Exclude apps from VPN Try again: Server math error Incorrect username or password It must be at least 8 characters long @@ -111,4 +111,6 @@ LEAP depends on donations and grants. Please donate today if you value secure communication that is easy for both the end-user and the service provider. Remind me later Donate + Be careful of excluding apps from VPN. This will reveal your identity and compromise your security. + -- cgit v1.2.3