summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-08 16:43:20 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-08 16:43:20 +0200
commitea9099be0512f0475be5082ba3453fc54717f346 (patch)
treecdecda567322bb312390b4ae6e93e62b12df4897
parent87c962c47189cac2f9954c94a55e36770accfb70 (diff)
more todo, add Copying faq
-rw-r--r--res/layout/faq.xml9
-rw-r--r--res/values/strings.xml2
-rw-r--r--todo.txt13
3 files changed, 20 insertions, 4 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml
index 195acad8..8cdf7326 100644
--- a/res/layout/faq.xml
+++ b/res/layout/faq.xml
@@ -18,6 +18,15 @@
<TextView
style="@style/faqhead"
+ android:text="@string/copying_log_entries" />
+
+ <TextView
+ style="@style/faqitem"
+ android:text="@string/faq_copying"/>
+
+
+ <TextView
+ style="@style/faqhead"
android:text="@string/tap_mode" />
<TextView
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 452de786..b53bae5b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -179,4 +179,6 @@
<string name="tap_faq3">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.</string>
<string name="faq">FAQ</string>
<string name="faq_summary">frequently asked questions and some adivce</string>
+ <string name="copying_log_entries">Copying log entries</string>
+ <string name="faq_copying">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.</string>
</resources>
diff --git a/todo.txt b/todo.txt
index 69338c5f..a5f5a2ff 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,5 @@
+Ideas:
+
- Implement tabbed filebrowser with
1. tab file selection
2. tab inline file for safer storage
@@ -11,7 +13,13 @@
- finish .ovpn -> configuration importer
- depends on inline file storage, since config files can include inline files
- -
+
+- implement an encryption for profiles, so no sensitive data has be stored in plaintext
+ - encrypt/decrypt with android private storage key (+no user input required)
+
+- implement general settings dialog
+ - encyrption of profiles
+ - Speed/Transfered in notifcation bar (byte counter of managment)
Missing configuration options:
@@ -19,7 +27,6 @@ IPv6 support:
- Enable IPv6 (tun-ipv6)
- Implementing/testing IPv6 route/ifconfig/DNS Server
-
Tap support:
- People still ask how to do tap support. :(
- Put statements that tap is not supported everywhere.
@@ -29,8 +36,6 @@ Tap support:
- append mac header on send
- implement arp, possible the most difficult task ...
- need to chose right mac of receiver
-
-
Requested by users:
cipher