aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-02-07 19:19:20 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-02-17 21:14:09 +0100
commit6e2b630900f9de56f4ae1f2915f7b1ba3c1f90ed (patch)
tree53694268b30823c8973d6ae280ed766f4b44b974 /app/src/main/res
parentwg: bump commit (diff)
downloadwireguard-android-6e2b630900f9de56f4ae1f2915f7b1ba3c1f90ed.tar.xz
wireguard-android-6e2b630900f9de56f4ae1f2915f7b1ba3c1f90ed.zip
GoBackend: integrate into app
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml17
-rw-r--r--app/src/main/res/xml/preferences.xml2
2 files changed, 1 insertions, 18 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7140bb7b..7de33f15 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -39,23 +39,6 @@
<string name="listen_port">Listen port</string>
<string name="mtu">MTU</string>
<string name="name">Name</string>
- <string name="not_supported_message" tools:ignore="TypographyQuotes"><![CDATA[
- <p>Your Android device does not <em>currently</em> have the WireGuard kernel module. Please
- talk to the manufacturer of your Android device or the author of your device&rsquo;s ROM
- about including the WireGuard kernel module.</p>
-
- <p>Fortunately, we are in the process of implementing support for WireGuard in a way that
- will work on all devices, without any need for the kernel module. This means that while you
- may not be able to use WireGuard today, you will very likely be able to use WireGuard in
- several weeks. Things are looking up!</p>
-
- <p>Sorry for the wait. In the mean time, you may stay up to date on the latest project news
- by <a href="https://lists.zx2c4.com/mailman/listinfo/wireguard">subscribing to our mailing
- list</a>. General information about the project is available at
- <a href="https://www.wireguard.com/">WireGuard.com</a>.</p>
- ]]></string>
- <string name="not_supported_title">WireGuard not installed</string>
- <string name="ok">OK</string>
<string name="peer">Peer</string>
<string name="persistent_keepalive">Persistent keepalive</string>
<string name="pre_shared_key">Pre-shared key</string>
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 17fd4fc8..b032bea7 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -5,5 +5,5 @@
android:key="restore_on_boot"
android:summary="@string/restore_on_boot_summary"
android:title="@string/restore_on_boot_title" />
- <com.wireguard.android.preference.ToolsInstallerPreference />
+ <com.wireguard.android.preference.ToolsInstallerPreference android:key="tools_installer" />
</PreferenceScreen>