Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-01 | - Fix custom search domain ignored (closes issue #36) | Arne Schwabe | |
2012-05-31 | - fix a few more strings | Arne Schwabe | |
- add editing xxx title to cfonig settings | |||
2012-05-31 | Add most of the missing german translations | Arne Schwabe | |
2012-05-30 | Add fix for CM9 /dev/tun ownership (closes issue #35) | Arne Schwabe | |
2012-05-30 | fix bug in LaunchVPN Lifecycle (closes issue reported via email) | Arne Schwabe | |
2012-05-25 | Fix errors reported by lint | Arne Schwabe | |
2012-05-24 | Add querying certificate key password (closes issue #23) | Arne Schwabe | |
2012-05-24 | Better way of fixing port warning | Arne Schwabe | |
2012-05-24 | Add more diagnostic messages for management password queries | Arne Schwabe | |
2012-05-24 | - fix cn remote string (closes issue #31) | Arne Schwabe | |
- ignore a few more options in the importer | |||
2012-05-23 | Finetune FAQ, change font sizes, add Information about broken Images from ↵ | Arne Schwabe | |
Sony and HTC | |||
2012-05-20 | Another market backtrace, not should what happens here. Hope for a user to ↵v0.5.5a | Arne Schwabe | |
report it :) | |||
2012-05-20 | - fix a backtrace from the market console | Arne Schwabe | |
- Version 0.5.5a | |||
2012-05-20 | - Fix missing about | Arne Schwabe | |
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a | |||
2012-05-18 | Version 0.5.5v0.5.5 | Arne Schwabe | |
- Add state to speed display | |||
2012-05-18 | Allow only one log window at a time (closes issue #26) | Arne Schwabe | |
Make OpenvpnService honour net30 routes (closes issue #24) | |||
2012-05-18 | - Make Ipv6 support complete (minus tun-ipv6 warning) | Arne Schwabe | |
- 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-14 | - Rework saving state of preferences fragment | Arne Schwabe | |
- fix state of nobind not loaded (hopefully closes issue #19) Version 0.5.4 | |||
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 | |