From f743921f5812cd7f6c6b681382d60508ed02a4a9 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 18 May 2012 00:06:49 +0200 Subject: - Make Ipv6 support complete (minus tun-ipv6 warning) - Implement byte counter support in the log window - Fix spelling of secret (closes issue #22) - Replace "quot; with ", no idea what went wrong there (closes issue #21) --- res/xml/vpn_headers.xml | 14 ++++++++------ res/xml/vpn_ipsettings.xml | 41 +++++++++++------------------------------ res/xml/vpn_routing.xml | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 36 deletions(-) create mode 100644 res/xml/vpn_routing.xml (limited to 'res/xml') diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index c299d2a5..3762d445 100644 --- a/res/xml/vpn_headers.xml +++ b/res/xml/vpn_headers.xml @@ -2,27 +2,29 @@
+ android:tag="BasicSettings" + android:title="Basic Settings" />
+
-
-
+ android:title="@string/use_pull" /> - + android:title="@string/ipv6_address" /> + - - - - - - \ No newline at end of file diff --git a/res/xml/vpn_routing.xml b/res/xml/vpn_routing.xml new file mode 100644 index 00000000..ce19a500 --- /dev/null +++ b/res/xml/vpn_routing.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3