diff options
author | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
commit | 1f3ea57ee9f0cabdcfd2b585f16bf754984a669d (patch) | |
tree | a40f9151d8bd58ec0c39835168f268101d5a4104 /res/xml/vpn_ipsettings.xml | |
parent | 63e466054c2f1d66e4618ac4d73208751f1e5bd1 (diff) |
Version 0.4
fixes iusse #1
fixes iusse #2
fixes iusse #3
Diffstat (limited to 'res/xml/vpn_ipsettings.xml')
-rw-r--r-- | res/xml/vpn_ipsettings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/res/xml/vpn_ipsettings.xml b/res/xml/vpn_ipsettings.xml index 79356e69..a018321f 100644 --- a/res/xml/vpn_ipsettings.xml +++ b/res/xml/vpn_ipsettings.xml @@ -40,8 +40,12 @@ </PreferenceCategory> <PreferenceCategory android:title="Routing" > <CheckBoxPreference - android:defaultValue="true" - android:dependency="usePull" + android:title="Ignore pushed routes" + android:key="routenopull" + android:summary="Ignore routed pushed by the server." + + /> + <CheckBoxPreference android:disableDependentsState="true" android:key="useDefaultRoute" android:summary="Redirects all Traffic over the VPN" |