From c3246060f53c0b751975278da98ad81fc982c6bc Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 2 Jun 2018 18:19:42 +0200 Subject: Preferences: add log exporter Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 10 +++++++--- app/src/main/res/xml/preferences.xml | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 91e3fb0a..192d444c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -39,9 +39,6 @@ Error bringing down tunnel: %s Please obtain root access and try again Error bringing up tunnel: %s - Unable to export tunnels: %s - Saved to %s - Zip file will be saved to downloads folder Generate (auto) (generated) @@ -51,6 +48,10 @@ Imported ā€œ%sā€ Interface Listen port + Export log file + Unable to export log: %s + Saved to %s + Log file will be saved to downloads folder MTU Name Peer @@ -79,4 +80,7 @@ Using unknown kernel module implementation Using Go userspace implementation v%s Export tunnels to zip file + Unable to export tunnels: %s + Saved to %s + Zip file will be saved to downloads folder diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 78483f6b..680e8137 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -6,7 +6,8 @@ android:summary="@string/restore_on_boot_summary" android:title="@string/restore_on_boot_title" /> - + +