From c3a13c133484e0750786b33ced635cbb2c642904 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 30 Apr 2012 18:26:01 +0200 Subject: - new Icon :) - Obscure settings - version 0.4.5 - quick launch --- res/drawable/icon.png | Bin 4780 -> 4823 bytes res/drawable/openvpnlogo.png | Bin 6484 -> 0 bytes res/values/arrays.xml | 49 ++++++++++++++++++++++------------- res/values/strings.xml | 7 +++++ res/values/styles.xml | 4 +++ res/xml/vpn_headers.xml | 5 ++-- res/xml/vpn_obscure.xml | 59 +++++++++++++++++++++++++++++++------------ 7 files changed, 87 insertions(+), 37 deletions(-) delete mode 100644 res/drawable/openvpnlogo.png (limited to 'res') diff --git a/res/drawable/icon.png b/res/drawable/icon.png index 15a39dae..badc6da5 100644 Binary files a/res/drawable/icon.png and b/res/drawable/icon.png differ diff --git a/res/drawable/openvpnlogo.png b/res/drawable/openvpnlogo.png deleted file mode 100644 index 74afd1db..00000000 Binary files a/res/drawable/openvpnlogo.png and /dev/null differ diff --git a/res/values/arrays.xml b/res/values/arrays.xml index f4651fd2..98f244bc 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1,32 +1,45 @@ + - Certificates - PKCS12 File - Android Certficate - Username/Password - Static Keys + Certificates + PKCS12 File + Android Certficate + Username/Password + Static Keys - - - certs - pkcs12 - keystore - userpw - statickeys + + certs + pkcs12 + keystore + userpw + statickeys - - 0 1 - Unspecified + Unspecified - 0 1 - + - + + 0 + 1 + 2 + 3 + 4 + 5 + + + 0 - No Logging + 1 - Default logging + 2 - More verbose logging + 3 + 4 + 5 - Debug logging + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a2135a3..58137810 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -104,4 +104,11 @@ Cannot parse the IPv4 address Cannot parse the custom routes Leave empty to query on demand + OpenVPN Shortcut + Connect to VPN + Profile specified in shortcut not found + Random Host Prefix + adds 6 random chars in front of hostname + Enable Custom Options + Specify custom options. Use with care! diff --git a/res/values/styles.xml b/res/values/styles.xml index 59010fd4..7ae97cd1 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -32,4 +32,8 @@ ?android:attr/textAppearanceSmall + + + \ No newline at end of file diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index dd942832..f755dc8c 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -19,13 +19,12 @@ android:title="Authentication" /> - +
+ + + android:persistent="false" + android:summary="@string/random_host_summary" + android:title="@string/random_host_prefix" /> + android:persistent="false" + android:summary="Allows authenticated packets from any IP" + android:title="Allow floating server" /> + + + - - + --> + + - - android:key="customOptions" - android:title="Custom Options" /> + + \ No newline at end of file -- cgit v1.2.3