0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00
OpenVPN for Android
Go to file
Arne Schwabe 7ad69e6450 - Make Ipv6 support complete (minus tun-ipv6 warning)
- Implement byte counter support in the log window
- Fix spelling of secret (closes issue #22)
- Replace "quot; with ", no idea what went wrong there (closes issue #21)
2012-05-18 00:06:49 +02:00
assets Add the minivpn to repository to avoid copying it around. 2012-05-09 13:17:37 +02:00
jni Openvpn as external external program is coming nearer .... 2012-05-09 02:06:17 +02:00
lzo Only try to write minivpn once per program lifetime. 2012-05-09 17:57:40 +02:00
misc Minimal logo fine tuning 2012-04-30 19:04:15 +02:00
openssl Version 0.5.0 + minimal faq addition 2012-05-09 14:22:15 +02:00
openvpn - Make Ipv6 support complete (minus tun-ipv6 warning) 2012-05-18 00:06:49 +02:00
res - Make Ipv6 support complete (minus tun-ipv6 warning) 2012-05-18 00:06:49 +02:00
src/de/blinkt/openvpn - Make Ipv6 support complete (minus tun-ipv6 warning) 2012-05-18 00:06:49 +02:00
.classpath Initial import 2012-04-16 19:21:14 +02:00
.hgignore ingore mac os x .DS_STORE, add empty testmain.c 2012-05-10 00:47:31 +02:00
.project Initial import 2012-04-16 19:21:14 +02:00
AndroidManifest.xml Apply patch from issue #20 (closes issue #20) 2012-05-14 19:42:43 +02:00
proguard.cfg Initial import 2012-04-16 19:21:14 +02:00
project.properties Initial import 2012-04-16 19:21:14 +02:00
README.txt Add FAQ Dialog, will be filled with more Items later 2012-05-08 16:34:47 +02:00
todo.txt - Rework saving state of preferences fragment 2012-05-14 23:06:36 +02:00

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.

See also the file todo.txt for ideas/not yet implemented features.