summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/OpenVpnService.java
AgeCommit message (Collapse)Author
2012-05-14Really apply patch from issue #20Arne Schwabe
2012-05-14Apply patch from issue #20 (closes issue #20)Arne Schwabe
2012-05-13Implement the required ipv6 changes.Arne Schwabe
GUI part is still incomplete
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
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-10Version 0.5.2Arne Schwabe
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15)
2012-05-09Openvpn as external external program is coming nearer ....Arne Schwabe
2012-05-06All 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- Ability to copy single log entries (issue #9)Arne Schwabe
- Remove dependency on JNI for all but early logging and opening tun
2012-05-05First time a fd was successfully transfered over a socket :)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-05-03add delete Profile supportArne Schwabe
add Config Parser begin openvpn config => Vpn Profile Converter
2012-04-30Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use ↵Arne Schwabe
CIDR"
2012-04-30- new Icon :)Arne Schwabe
- Obscure settings - version 0.4.5 - quick launch
2012-04-30Version 0.4.4Arne Schwabe
Fix parsing of certain netmasks Fix custom Routes parsing
2012-04-30version 0.4.2Arne Schwabe
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java
2012-04-29Version 0.4schwabe
fixes iusse #1 fixes iusse #2 fixes iusse #3
2012-04-28Almost ready for version 0.4schwabe
2012-04-21wipArne Schwabe
2012-04-16Initial importArne Schwabe