diff options
author | Parménides GV <parmegv@sdf.org> | 2013-07-19 06:26:12 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-07-19 06:26:12 +0200 |
commit | 5239e2fc0d070026ba851118a8f54fae6df827b3 (patch) | |
tree | e7b47f27b67f518f88bff9d4fade9113698fd3be /todo.txt | |
parent | 5cbcbba9df34916009b05cc17b721638afa62478 (diff) | |
parent | 8addeb2ced0db9979877e51347f076c3bf0b33b2 (diff) |
Merge branch 'feature/refactor-clean-legacy' into develop
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/todo.txt b/todo.txt deleted file mode 100644 index a8da2103..00000000 --- a/todo.txt +++ /dev/null @@ -1,35 +0,0 @@ -Ideas: - -- Do cert+key+ca => p12 inside the app, import directly to keystore - -- general settings dialog - - encryption of profiles - -- Give the notification a nice speed bar - -- The app https://play.google.com/store/apps/details?id=org.proxydroid - has a nice feature: auto connect. Run a profile if a specified - network is available (a user defined WIFI profile and/or "WIFI/2G/3G" - and/or "WIFI" and/or "2G/3G" - selection of more than one network type - is possible) - -- Copy/Duplicate an existing profile (to create a new one with nearly - exact settings) - -- implement an encryption for profiles, so no sensitive data has be stored in plain text - - encrypt/decrypt with android private storage key (+no user input required) - -Bugfixes: - - startpath file explorer - - hibernate when screen off and < 50 kB min - -Missing configuration options: - -Tap support: -- Actually it is possible to emulate tap with tun device, a minimal implementation would have to do: - - generate random mac - - strip macs header on receive - - append mac header on send - - implement arp, possible the most difficult task ... - - need to chose right mac of receiver - |