summaryrefslogtreecommitdiff
path: root/res/xml/vpn_obscure.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-30 18:26:01 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-30 18:26:01 +0200
commitc3a13c133484e0750786b33ced635cbb2c642904 (patch)
treeabbc6ebdf42a04b952a496146c538bd43f50036a /res/xml/vpn_obscure.xml
parent73f914bdc1a681f827ed2375820c2d171e31bb0b (diff)
- new Icon :)
- Obscure settings - version 0.4.5 - quick launch
Diffstat (limited to 'res/xml/vpn_obscure.xml')
-rw-r--r--res/xml/vpn_obscure.xml59
1 files changed, 43 insertions, 16 deletions
diff --git a/res/xml/vpn_obscure.xml b/res/xml/vpn_obscure.xml
index 09b237f2..718f1920 100644
--- a/res/xml/vpn_obscure.xml
+++ b/res/xml/vpn_obscure.xml
@@ -2,41 +2,68 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="Obscure Settings" >
+ <ListPreference
+ android:entries="@array/verb_entries"
+ android:entryValues="@array/verb_values"
+ android:key="verblevel"
+ android:persistent="false"
+ android:summary="%s"
+ android:title="Log verbosity level" />
+
<CheckBoxPreference
android:key="useRandomHostname"
- android:summary="adds 6 random chars in front of hostname"
- android:title="Random Host Prefix" />
+ android:persistent="false"
+ android:summary="@string/random_host_summary"
+ android:title="@string/random_host_prefix" />
<CheckBoxPreference
android:key="useFloat"
- android:summary="Allows authenticated packets from any IP" />
+ android:persistent="false"
+ android:summary="Allows authenticated packets from any IP"
+ android:title="Allow floating server" />
+ <!--
<CheckBoxPreference android:key="setmtu" android:title="Set custom MTU" />
- <EditTextPreference
+ <EditTextPreference
android:dependency="setmtu"
android:defaultValue="1500"
android:title="MTU" />
+ -->
+
+ <!--
+ Shaping works only on outgoing packet, so it is rather uninteresting :(
<CheckBoxPreference
+ android:persistent="false"
android:key="useBWShaping"
- android:title="Use bandwidth shaping" />
+ android:title="bandwidth shaping"
+ android:summary="Limit Bandwidth of the VPN"/>
<EditTextPreference
android:key="shaperLimit"
- android:title="Bandwidth in byte/s" />
+ android:dependency="useBWShaping"
+ android:title="Bandwidth in KByte/s" />
+ -->
- <CheckBoxPreference
+
+ <!--
+ <CheckBoxPreference
android:defaultValue="true"
android:key="enableReplayProtection"
android:title="Replay Protection" />
- <CheckBoxPreference
- android:summary="Specify custom options. Use with care!"
- android:title="Enable Custom Options"
- android:key="enableCustomOptions"/>
+ -->
+ <PreferenceCategory android:title="@string/custom_config_title" >
+ <CheckBoxPreference
+ android:key="enableCustomOptions"
+ android:persistent="false"
+ android:summary="@string/custom_config_summary"
+ android:title="@string/custom_config_title" />
- <EditTextPreference
- android:dependency="enableCustomOptions"
- android:dialogMessage="@string/custom_option_warning" />
- android:key="customOptions"
- android:title="Custom Options" />
+ <EditTextPreference
+ android:dependency="enableCustomOptions"
+ android:dialogMessage="@string/custom_option_warning"
+ android:key="customOptions"
+ android:persistent="false"
+ android:title="Custom Options" />
+ </PreferenceCategory>
</PreferenceScreen> \ No newline at end of file