summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-07 13:17:22 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-07 13:17:22 +0200
commit379ae9173874ebe7d3811f0fde9b75221c349386 (patch)
treedbc1ad467dd76b12b6ca1afce05a70169bd57bb4
parent783d3c00b61894fe4e34c46f25ee3ece28dbd2de (diff)
Keep track of ideas/todos
-rw-r--r--README.txt6
-rw-r--r--todo.txt29
2 files changed, 32 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 059d45e7..8be3c682 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,6 @@
-This is my first Android project, so some things my be done in a completly stupid way.
+This is my first Android project, so some things my be done in a completely stupid way.
-I am for example not really sure if it was a good idea to use the Preferences Framework for the preferences \ No newline at end of file
+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
diff --git a/todo.txt b/todo.txt
index a15bf1f5..0b58dc57 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1 +1,28 @@
-- VPN List as ListFragment with Context Menu \ No newline at end of file
+- Implement tabbed filebrowser with
+ 1. tab file selection
+ 2. tab inline file for safer storage
+
+ - implement security notice fragment
+ - explain plain text storage of all data except for android keystore
+ - explain even more insecure of storage on sd card
+
+- implement a small app that can do cert+key+ca => p12 or suggest an app on the market
+ - Implementation in ICS OpenVpn would require SD_WRITE permission which I would like to avoid
+
+- finish .ovpn -> configuration importer
+ - depends on inline file storage, since config files can include inline files
+ -
+
+Missing configuration options:
+
+IPv6 support:
+- Enable IPv6 (tun-ipv6)
+- Implementing/testing IPv6 route/ifconfig/DNS Server
+
+
+Requested by users:
+cipher
+mtu-link
+auth
+
+