From ef264f51e7b57e771ce4339261d2bb918580ecc9 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 5 May 2012 02:33:46 +0200 Subject: Version 0.4.7 with more route checking and fix of the tmp-dir bug :( closes issue #6 --- res/layout/basic_settings.xml | 1 - res/layout/vpn_list_item.xml | 2 +- res/menu/logmenu.xml | 19 ++++++++++++------- res/menu/vpn_context.xml | 3 +-- res/values/strings.xml | 12 +++++++++++- 5 files changed, 25 insertions(+), 12 deletions(-) (limited to 'res') diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index e19ec148..6d4b8cc1 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -168,7 +168,6 @@ android:layout_marginLeft="8dip" android:layout_marginRight="8dip" android:hint="@string/pw_query_hint" - android:inputType="textPassword" /> diff --git a/res/layout/vpn_list_item.xml b/res/layout/vpn_list_item.xml index 75da3cf5..16d7d5bd 100644 --- a/res/layout/vpn_list_item.xml +++ b/res/layout/vpn_list_item.xml @@ -23,7 +23,7 @@ - - + - - - \ No newline at end of file + android:titleCondensed="@string/cancel"/> + + \ No newline at end of file diff --git a/res/menu/vpn_context.xml b/res/menu/vpn_context.xml index 477c6a8a..239f1577 100644 --- a/res/menu/vpn_context.xml +++ b/res/menu/vpn_context.xml @@ -18,9 +18,8 @@ \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 53483b80..cf8cc5c8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -115,7 +115,6 @@ Enable Custom Options Specify custom options. Use with care! Route rejected by Android - Cannot make sense of %s and %s as IP and CIDR netmask, assuming second address is peer address of remote. Using /32 netmask for local IP. Disconnect clear log Cancel Confirmation @@ -156,4 +155,15 @@ " On some custom ICS images the permission on /dev/tun might be wrong, or the tun module might be missing completly" Opening tun interface failed badly. "Error: " + Clear + info + Show connection details + Last interface configuration from Openvpn: + Local IP: %1$s/%2$d + DNS Server: %s + DNS Domain: %s + Routes: %s + Cannot make sense of %1$s and %2$s as local IP with CIDR netmask, assuming second address is peer address of remote. Using /32 netmask for local IP. + Cannot make sense of %1$s and %2$s as IP route with CIDR netmask, using /32 as netmask. + Corrected route %1$s/%2$s to %3$s/%2$s -- cgit v1.2.3