From ca894477a344dd91162f0468e6161e588d682e33 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 2 Jun 2018 12:23:38 +0530 Subject: Preferences: Move version pref to top and add icon Signed-off-by: Harsh Shandilya --- app/src/main/res/values/strings.xml | 6 +++--- app/src/main/res/xml/preferences.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 192d444c..430c8423 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -76,9 +76,9 @@ Unable to rename tunnel: %s Successfully renamed tunnel to ā€œ%sā€ WireGuard for Android v%s" - Using kernel module implementation v%s - Using unknown kernel module implementation - Using Go userspace implementation v%s + Kernel module backend v%s + Unknown kernel module version + Go userspace backend v%s Export tunnels to zip file Unable to export tunnels: %s Saved to %s diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 680e8137..589e9df8 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,5 +1,6 @@ + - -- cgit v1.2.3-59-g8ed1b