summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-02-07 23:40:38 +0100
committerArne Schwabe <arne@rfc2549.org>2013-02-07 23:40:38 +0100
commit811436bea4925a657ce8a986c64513f76a5f2aa5 (patch)
tree3d1f879c07e3a249444d68c9614ea64a74b8a5e8 /res
parentb6386e685176add87a06943d34bf01d8cd1dbea4 (diff)
First working version of OpenVPN 3 Core (still much left to do
--HG-- branch : ovpn3
Diffstat (limited to 'res')
-rw-r--r--res/xml/general_settings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index 5b4726d3..37035816 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
-
<CheckBoxPreference
android:defaultValue="true"
android:key="netchangereconnect"
@@ -26,6 +25,12 @@
android:key="restartvpnonboot"
android:summary="@string/onbootrestartsummary"
android:title="@string/onbootrestart" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="ovpn3"
+ android:summaryOn="Use the C++ OpenVPN3 library"
+ android:summaryOff="Use OpenVPN 2.3"
+ android:title="OpenVPN 3 Core"/>
<PreferenceCategory android:title="Device specifics Hacks" >
<CheckBoxPreference