summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/ConfigConverter.java
AgeCommit message (Collapse)Author
2013-01-22Start rebranding: a whole lotta string replacement, moving src/ file treeSean Leonard
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-25Merge local changes with repositoryarne
2012-12-25Move opening of Inputstream to Configconvertarne
2012-12-23Fix importing of embedded PKCS12 filesArne Schwabe
2012-12-18Fix the Illegal Thread State bugArne Schwabe
2012-12-18Fix a few warnings and one bug when importing a file with a pkcs12 which ↵Arne Schwabe
cannot be read
2012-10-17Fix the mixup in username and profilename (closes issue #98)Arne Schwabe
2012-09-04If user choses not import the certificate embed the file into the configArne Schwabe
2012-08-22Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 ↵Arne Schwabe
format
2012-07-20- Use config file name instead for default VPN name (closes issue #53)Arne Schwabe
- Allow importing the pkcs12 into the android keystone when converting configuration
2012-07-10Fine tune config convert messagesArne Schwabe
Import tls-auth [inline] dir correctly (closes issue #55)
2012-07-10Fix duplicate inline tag (closes issue #51)Arne Schwabe
2012-07-02The "things that look similar are actually different" commitArne Schwabe
fix last commit (mName != mUsername) MAIN != VIEW
2012-07-02Import User and Password from auth-user-file if it exists. (closes #issue 42)Arne Schwabe
2012-06-28The 'be ready for Jelly Beans' commitArne Schwabe
- fix concurrentaccess occuring on JB - JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface
2012-05-31- fix a few more stringsArne Schwabe
- add editing xxx title to cfonig settings
2012-05-20- Fix missing aboutArne Schwabe
- Fix vpn list saving to sharedpreferences (closes issue #27) - Version 0.5.5a
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