From 421141e64541a0c6f30b11304209f90545926a4b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 18 Jun 2012 00:27:03 +0200 Subject: Add a status message which shows the status of the connecting/connected VPN --- res/values/strings.xml | 13 +++++++++---- res/xml/general_settings.xml | 10 ++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index f7c9817f..423ad066 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,6 +24,7 @@ 1194 Location folder can\'t be read! + Select Cancel No Data LZO Compression @@ -32,6 +33,7 @@ Client Certificate Key PKCS12 File CA Certificate + Select Nothing selected Copyright © 2002–2010 OpenVPN Technologies, Inc. <sales@openvpn.net>\n @@ -55,7 +57,6 @@ All your precious VPNs Type PKCS12 Password - Select… Select… Nothing Selected Use TLS Authentication @@ -212,6 +213,10 @@ Network Status: %s The CA cert is usually returned from the Android Keystore. Specify a seperate certificate if you get certificate verification errors. Select - No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail. - - + No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail. + Shows the log window on connect. The log window can always be accessed from the notification status. + Show log window + Keep the notification displayed after the connection is established to show traffic statistics. + Show Traffic Statistics + + \ No newline at end of file diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml index 74c8965f..2da80cc6 100644 --- a/res/xml/general_settings.xml +++ b/res/xml/general_settings.xml @@ -11,5 +11,15 @@ android:key="useCM9Fix" android:summary="@string/owner_fix_summary" android:title="@string/owner_fix" /> + + \ No newline at end of file -- cgit v1.2.3