From c916abb6d015496cceb38c65d6912ec4454251cd Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 16 Apr 2013 12:33:30 +0200 Subject: Remove unused string, update logmenu --- res/menu/logmenu.xml | 4 ++-- res/values/strings.xml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index 4c4f132b..1c0551ed 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -11,8 +11,8 @@ android:id="@+id/cancel" android:icon="@android:drawable/ic_menu_close_clear_cancel" android:showAsAction="ifRoom|withText" - android:title="@string/cancel_connection" - android:titleCondensed="@string/cancel"/> + android:title="@string/cancel_connection_long" + android:titleCondensed="@string/cancel_connection"/> Specify custom options. Use with care! Route rejected by Android Disconnect + Disconnect VPN clear log Cancel Confirmation Disconnect the connected VPN/cancel the connection attempt? @@ -95,7 +96,6 @@ "Error: " Clear info - Show connection details Opening tun interface: Local IPv4: %1$s/%2$d IPv6: %3$s MTU: %4$d DNS Server: %1$s, Domain: %2$s @@ -115,7 +115,6 @@ Again? Are you kidding? No, tap mode is really not supported and sending more mail asking if it will be supported will not help. A third time? Actually, one could write a a tap emulator based on tun that would add layer2 information on send and strip layer2 information on receive. But this tap emulator would also have to implement ARP and possibly a DHCP client. I am not aware of anybody doing any work in this direction. Contact me if you want to start coding on this. FAQ - Frequently asked questions and some advice Copying log entries To copy a single log entry press and and hold on the log entry. To copy/send the whole log use the Send Log option. Use the hardware menu button if not visible in the GUI. Shortcut to start @@ -128,7 +127,6 @@ Authentication/Encryption File Explorer Inline File - Import Error importing File Could not import File from filesystem [[Inline file data]] @@ -215,7 +213,6 @@ Use the <img src=\"ic_menu_add\"/> icon to add a new VPN Use the <img src=\"ic_menu_archive\"/> icon to import an existing (.ovpn or .conf) profile from your sdcard. Be sure to also check out the FAQ. There is a quick start guide. - Convert remote-tls format from OpenVPN 2.2 to 2.3 format Routing/Interface Configuration The Routing and interface configuration is not done via traditionell ifconfig/route command but by using the VPNService API. This results in a different routing configuration than on other OSes. The configuration only consists of the IP of the tunnel interface and the networks that should be routed over this interface. Especially no peer partner address or gateway address is needed. Special routes to reach the VPN Server (for example added when using redirect-gateway) are not needed either. The application will consequently ignore these settings when importing a configuration. The app ensures with the VPNService API that the connection to the server is not routed through the VPN tunnel. Since only specifing networks to be routed via tunnel is supported extra routes not pointing to the tunnel cannot be supported either. (e.g. route x.x.x.x y.y.y.y net_gateway). The show information button in the log windows show the current configuration of the VPNService network configuration. Do not fallback to no VPN connection when OpenVPN is reconnecting. -- cgit v1.2.3