summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVPNThread.java
AgeCommit message (Collapse)Author
2013-02-26Refactor ConnectionStatus to be an enumerationv0.5.32Arne Schwabe
--HG-- extra : rebase_source : 6cf34d83b33bdb25d2311ad9adaa446ac0aac823
2013-02-21fix manifest, remember timestamp format, introduce overly accurate timestamp ↵Arne Schwabe
format (=ISO)
2013-02-10When logging a crash add time stampsArne Schwabe
2013-02-10Use different icons in the status bar depending on status.Arne Schwabe
2013-01-01Make state messages translatable and nicer.Arne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-24Make send mini dump work with non Gmail Mail app, make google sending better ↵Arne Schwabe
placed
2012-12-18Fix the Illegal Thread State bugArne Schwabe
2012-10-10Fix bug that causes segfault on reconnectv0.5.24Arne Schwabe
2012-08-16- Fix the problem Android sometimes killing the service in the background ↵Arne Schwabe
causing miniopenvpn to exit - Use setForeground to enable foreground priority, this forces to use a notification icon - Remove the ability to deselect Bytecounter.
2012-07-25restore compatibility with Android 4.0Arne Schwabe
2012-07-24Build openssl as shared library again, build for all Android ABIsArne Schwabe
2012-06-18Add a status message which shows the status of the connecting/connected VPNArne Schwabe
2012-05-24- fix cn remote string (closes issue #31)Arne Schwabe
- ignore a few more options in the importer
2012-05-20- Fix missing aboutArne Schwabe
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a
2012-05-18Version 0.5.5v0.5.5Arne Schwabe
- Add state to speed display
2012-05-14Add more error loggingArne Schwabe
2012-05-11Add native dir approach from ↵Arne Schwabe
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284
2012-05-11CLeanupsArne Schwabe
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
2012-05-11Rework 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-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging
2012-05-09Add 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-09Openvpn as external external program is coming nearer ....Arne Schwabe
2012-05-05Version 0.4.7 with more route checking and fix of the tmp-dir bug :(Arne Schwabe
closes issue #6
2012-04-30version 0.4.2Arne Schwabe
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java