summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-06 18:13:09 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-06 18:13:09 +0200
commit7c020349d214a942293047954ce45aab04cc6420 (patch)
tree8cd65adb7b37b6c968f39112ba03c3fe5e2f5c3a /res
parent581062c8b9629a5d52b555d13b573b12394fafda (diff)
Add ability to send the log (closes issue #9)
protect fd over unix socket
Diffstat (limited to 'res')
-rw-r--r--res/menu/logmenu.xml9
-rw-r--r--res/values/strings.xml6
2 files changed, 13 insertions, 2 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml
index b8fd286b..1ab982d8 100644
--- a/res/menu/logmenu.xml
+++ b/res/menu/logmenu.xml
@@ -19,4 +19,11 @@
android:showAsAction="ifRoom|withText"
android:title="@string/show_connection_details"
android:titleCondensed="@string/info"/>
- </menu> \ No newline at end of file
+ <item
+ android:id="@+id/send"
+ android:icon="@android:drawable/ic_menu_share"
+ android:showAsAction="ifRoom|withText"
+ android:title="@string/send_logfile"
+ android:titleCondensed="@string/send"/>
+
+</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5b635ff9..b6411a8e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -167,5 +167,9 @@
<string name="route_not_cidr">Cannot make sense of %1$s and %2$s as IP route with CIDR netmask, using /32 as netmask.</string>
<string name="route_not_netip">Corrected route %1$s/%2$s to %3$s/%2$s</string>
<string name="keychain_access">Cannot accces the Android Keychain Certificates. If you restored a backup of the app reselect the certificate</string>
- <string name="version_info">Version: %s</string>
+ <string name="version_info">Version: %s</string>
+ <string name="could_not_write_log">Could not write log contents to file</string>
+ <string name="send_logfile">Send Logfile</string>
+ <string name="send">Send</string>
+ <string name="ics_openvpn_log_file">ICS Openvpn log file</string>
</resources>