aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-03-24 12:12:25 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-26 00:49:01 -0600
commit63a395125aa40ab9f30f3479d8e005306a16bd78 (patch)
tree81c21b7d379fb7894998c82a2de576f48ef79ff1 /ui/src/main/res/xml/preferences.xml
parentstrings: update Russian translate (diff)
downloadwireguard-android-63a395125aa40ab9f30f3479d8e005306a16bd78.tar.xz
wireguard-android-63a395125aa40ab9f30f3479d8e005306a16bd78.zip
Introduce realtime log viewer
This contains a share button and a save button, the former using a custom content provider. Co-authored-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/xml/preferences.xml')
-rw-r--r--ui/src/main/res/xml/preferences.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml
index 4668fab4..06d7ac7c 100644
--- a/ui/src/main/res/xml/preferences.xml
+++ b/ui/src/main/res/xml/preferences.xml
@@ -8,7 +8,10 @@
android:summaryOff="@string/restore_on_boot_summary_off"
android:title="@string/restore_on_boot_title" />
<com.wireguard.android.preference.ZipExporterPreference />
- <com.wireguard.android.preference.LogExporterPreference />
+ <Preference
+ android:key="log_viewer"
+ android:title="@string/log_viewer_title"
+ android:summary="@string/log_viewer_pref_summary" />
<CheckBoxPreference
android:defaultValue="false"
android:key="dark_theme"