Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | Really apply patch from issue #20 | Arne Schwabe | |
2012-05-14 | Apply patch from issue #20 (closes issue #20) | Arne Schwabe | |
2012-05-14 | Add more error logging | Arne Schwabe | |
2012-05-13 | If you think having cought all things that are broken in images one images ↵ | Arne Schwabe | |
tries harder to break things... | |||
2012-05-13 | Implement the required ipv6 changes. | Arne Schwabe | |
GUI part is still incomplete | |||
2012-05-13 | Version 0.5.3 | Arne Schwabe | |
Fix a few new bugs before pushing to the market :) | |||
2012-05-13 | Config Import useable (closes issue #14) | Arne Schwabe | |
Correct save/restore state in Basic Settings (closes issue #17) | |||
2012-05-12 | Almost working configuration import | Arne Schwabe | |
2012-05-11 | Add native dir approach from ↵ | Arne Schwabe | |
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284 | |||
2012-05-11 | CLeanups | Arne Schwabe | |
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :( | |||
2012-05-11 | Rework FIle selection dialog. | Arne Schwabe | |
Include possibility to include file content in VPN Profile. Allows safer storage of Certifcates and keys. (closes issue #13) --HG-- rename : src/com/lamerman/FileDialog.java => src/de/blinkt/openvpn/FileSelectionFragment.java | |||
2012-05-10 | Version 0.5.2 | Arne Schwabe | |
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15) | |||
2012-05-10 | Version 0.5.1 | Arne Schwabe | |
2012-05-10 | Merge | Arne Schwabe | |
2012-05-10 | add missing faqfragment | Arne Schwabe | |
2012-05-09 | add cipher option | Arne Schwabe | |
2012-05-09 | small fixed | Arne Schwabe | |
2012-05-09 | Only try to write minivpn once per program lifetime. | Arne Schwabe | |
Remove debug logging | |||
2012-05-09 | Writing the Minivpn binary on start. | Arne Schwabe | |
It is small enough to not care about writing it over and over again. | |||
2012-05-09 | Add the minivpn to repository to avoid copying it around. | Arne Schwabe | |
The jniclose method works. But there should be a java way to do it ... (closes issue #12) | |||
2012-05-09 | Add tiny minivpn executable which uses the libopenvpn.so so we don't have to ↵ | Arne Schwabe | |
copy a big executable from assets to cache directory | |||
2012-05-09 | Merge | Arne Schwabe | |
2012-05-09 | Openvpn as external external program is coming nearer .... | Arne Schwabe | |
2012-05-08 | If we make a toast, also show it. | Arne Schwabe | |
2012-05-08 | more about | Arne Schwabe | |
2012-05-08 | Add FAQ Dialog, will be filled with more Items later | Arne Schwabe | |
2012-05-06 | All control of openvpn is now over the unix socket. JNI is only used for ↵ | Arne Schwabe | |
starting openvpn. Fix configuration if no DNS information is available. (closes issue #7 hopefully) Version 0.5.0 | |||
2012-05-06 | Version 0.4.9 | Arne Schwabe | |
2012-05-06 | - Ability to copy single log entries (issue #9) | Arne Schwabe | |
- Remove dependency on JNI for all but early logging and opening tun | |||
2012-05-06 | Add ability to send the log (closes issue #9) | Arne Schwabe | |
protect fd over unix socket | |||
2012-05-05 | working protect fd through management | Arne Schwabe | |
2012-05-05 | First time a fd was successfully transfered over a socket :) | Arne Schwabe | |
2012-05-05 | Error message if keystore cannot be accessed (e.g. after backup) | Arne Schwabe | |
2012-05-05 | 0.4.8b - the my phone has a /tmp but most ics do not | Arne Schwabe | |
2012-05-05 | Version 0.4.7 with more route checking and fix of the tmp-dir bug :( | Arne Schwabe | |
closes issue #6 | |||
2012-05-04 | Version 0.4.7 :) | Arne Schwabe | |
2012-05-04 | Get vpn list working again, not yet perfect but at least delete works | Arne Schwabe | |
http://code.google.com/p/android/issues/detail?id=3414 is hunting me :( | |||
2012-05-03 | Merge Merge try number 2 | Arne Schwabe | |
2012-05-03 | add delete Profile support | Arne Schwabe | |
add Config Parser begin openvpn config => Vpn Profile Converter | |||
2012-05-03 | extract settings string to ressource file. | Arne Schwabe | |
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5 | |||
2012-05-01 | Support strange certificate + passsword authentication types | Arne Schwabe | |
2012-05-01 | The real 0.4.6 version as being pushed to the market. | Arne Schwabe | |
adds working clear and disconnect buttons to log window | |||
2012-04-30 | Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use ↵ | Arne Schwabe | |
CIDR" | |||
2012-04-30 | Really set version | Arne Schwabe | |
2012-04-30 | - new Icon :) | Arne Schwabe | |
- Obscure settings - version 0.4.5 - quick launch | |||
2012-04-30 | Version 0.4.4 | Arne Schwabe | |
Fix parsing of certain netmasks Fix custom Routes parsing | |||
2012-04-30 | version 0.4.2 | Arne Schwabe | |
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java | |||
2012-04-29 | Fix static keys | schwabe | |
2012-04-29 | Version 0.4 had a User/password and static keys options that will not work. ↵ | schwabe | |
Fix that | |||
2012-04-29 | Version 0.4 | schwabe | |
fixes iusse #1 fixes iusse #2 fixes iusse #3 |