From 87c962c47189cac2f9954c94a55e36770accfb70 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 8 May 2012 16:34:47 +0200 Subject: Add FAQ Dialog, will be filled with more Items later --- README.txt | 2 +- res/layout/faq.xml | 36 ++++++++++++++++++++++++++++++ res/values/strings.xml | 8 ++++++- res/values/styles.xml | 15 +++++++++++++ res/xml/main_headers.xml | 6 +++++ src/de/blinkt/openvpn/AboutPreference.java | 14 ------------ todo.txt | 14 +++++++++++- 7 files changed, 78 insertions(+), 17 deletions(-) create mode 100644 res/layout/faq.xml delete mode 100644 src/de/blinkt/openvpn/AboutPreference.java diff --git a/README.txt b/README.txt index 8be3c682..62c0caac 100644 --- a/README.txt +++ b/README.txt @@ -3,4 +3,4 @@ This is my first Android project, so some things my be done in a completely stup I am for example not really sure if it was a good idea to use the Preferences Framework for the preferences. -See also the file todo.txt for idea/not yet implemented features \ No newline at end of file +See also the file todo.txt for ideas/not yet implemented features. \ No newline at end of file diff --git a/res/layout/faq.xml b/res/layout/faq.xml new file mode 100644 index 00000000..195acad8 --- /dev/null +++ b/res/layout/faq.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 1ed40d9e..452de786 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -172,5 +172,11 @@ Send Logfile Send ICS Openvpn log file - Copied log entry to clip board + Copied log entry to clip board + Tap Mode + Tap Mode is not possible with the non root VPN api. Therefore this application cannot provide tap support + Again? Are you kidding? No tap mode is really not supported and sending more mail aksing 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 have to implement also ARP and possible 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 adivce diff --git a/res/values/styles.xml b/res/values/styles.xml index 7ae97cd1..2c627bff 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -24,6 +24,21 @@ ?android:attr/textAppearanceMedium true + + + + +