Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-20 | Merge with 4fe04f90d7c3f24b98e04e3258deb3e6d0ec51d0 | Arne Schwabe | |
2012-06-20 | merge | Arne Schwabe | |
2012-06-20 | Rework icon + add status bar icon | Arne Schwabe | |
--HG-- rename : misc/logo.ai => misc/icon.ai | |||
2012-06-19 | Spelling fixes by Lodewijk Voege <lvoege@gmail.com> | Arne Schwabe | |
Thank you very much! Closes issue #39 | |||
2012-06-18 | Add a status message which shows the status of the connecting/connected VPN | Arne Schwabe | |
2012-06-17 | - Fix last commitv0.5.8 | Arne Schwabe | |
- Implement reading extra CA cert from file to fix keystore error on some mobile phones | |||
2012-06-13 | Correct network state message | Arne Schwabe | |
Improve logging framework a bit Add logging of certificates received from Keystore | |||
2012-06-03 | Implement reconnect on network change (closes issue #37) | Arne Schwabe | |
2012-06-01 | - Fix custom search domain ignored (closes issue #36) | Arne Schwabe | |
2012-05-31 | Version 0.5.7v0.5.7 | 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-31 | Add missing file | Arne Schwabe | |
2012-05-30 | Add fix for CM9 /dev/tun ownership (closes issue #35) | Arne Schwabe | |
2012-05-25 | Fix errors reported by lint | Arne Schwabe | |
2012-05-25 | apply patch from issue #32 (closes issue #32) | Arne Schwabe | |
2012-05-24 | Add querying certificate key password (closes issue #23) | 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 | - 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-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 | 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-09 | add cipher option | Arne Schwabe | |
2012-05-09 | Only try to write minivpn once per program lifetime. | Arne Schwabe | |
Remove debug logging | |||
2012-05-09 | Version 0.5.0 + minimal faq addition | Arne Schwabe | |
2012-05-08 | more about | Arne Schwabe | |
2012-05-08 | more todo, add Copying faq | Arne Schwabe | |
2012-05-08 | Add FAQ Dialog, will be filled with more Items later | Arne Schwabe | |
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 | 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 | 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 | Error message if tun cannot be opened | Arne Schwabe | |
2012-05-03 | extract settings string to ressource file. | Arne Schwabe | |
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5 |