summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VpnProfile.java
AgeCommit message (Collapse)Author
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 fragmentArne Schwabe
- fix state of nobind not loaded (hopefully closes issue #19) Version 0.5.4
2012-05-13Version 0.5.3Arne Schwabe
Fix a few new bugs before pushing to the market :)
2012-05-13Config Import useable (closes issue #14)Arne Schwabe
Correct save/restore state in Basic Settings (closes issue #17)
2012-05-12Almost working configuration importArne Schwabe
2012-05-11Add native dir approach from ↵Arne Schwabe
http://stackoverflow.com/questions/10517016/android-get-jni-library-dir/10536284
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-09add cipher optionArne Schwabe
2012-05-09small fixedArne Schwabe
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-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-06Add ability to send the log (closes issue #9)Arne Schwabe
protect fd over unix socket
2012-05-05Error message if keystore cannot be accessed (e.g. after backup)Arne Schwabe
2012-05-050.4.8b - the my phone has a /tmp but most ics do notArne Schwabe
2012-05-04Version 0.4.7 :)Arne Schwabe
2012-05-03Merge Merge try number 2Arne Schwabe
2012-05-03add delete Profile supportArne Schwabe
add Config Parser begin openvpn config => Vpn Profile Converter
2012-05-03extract settings string to ressource file.Arne Schwabe
Fix calucation of netmaks Make p2p assumption message clearer closes issue #5
2012-05-01Support strange certificate + passsword authentication typesArne Schwabe
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-29Fix static keysschwabe
2012-04-29Version 0.4 had a User/password and static keys options that will not work. ↵schwabe
Fix that
2012-04-29Version 0.4schwabe
fixes iusse #1 fixes iusse #2 fixes iusse #3
2012-04-28Almost ready for version 0.4schwabe
2012-04-27it is not getIntent() nor savedState nor other fancy stuff, getArgument() is ↵Arne Schwabe
what I want
2012-04-23Doing progress on the Preference dialog chaosArne Schwabe
--HG-- rename : res/layout/config.xml => res/layout/basic_settings.xml rename : src/de/blinkt/openvpn/AboutActivity.java => src/de/blinkt/openvpn/AboutFragment.java
2012-04-21wipArne Schwabe
2012-04-16Initial importArne Schwabe