summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2012-07-10Update manifest to Version 0.5.11v0.5.11Arne Schwabe
2012-07-03add fix to arrays.xml (closes issue #43)Arne Schwabe
add translated by recognition add faq for system dialogs
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-07-010.5.9 removed the configimporter activity from the manifest. Fix this.v0.5.9bArne Schwabe
2012-06-27Some minor fixesArne Schwabe
2012-06-03Implement reconnect on network change (closes issue #37)Arne Schwabe
2012-06-02clarify warning, reset domain on opening tunArne Schwabe
2012-05-24Better way of fixing port warningArne Schwabe
2012-05-21Ignore routing delay, as it causes routes not to be added.v0.5.6Arne Schwabe
2012-05-20- fix a backtrace from the market consoleArne Schwabe
- Version 0.5.5a
2012-05-18Allow only one log window at a time (closes issue #26)Arne Schwabe
Make OpenvpnService honour net30 routes (closes issue #24)
2012-05-14Apply patch from issue #20 (closes issue #20)Arne Schwabe
2012-05-12Almost working configuration importArne Schwabe
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-10Put 0.5.2 in manifestArne Schwabe
2012-05-09add cipher optionArne Schwabe
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-06Version 0.4.9Arne Schwabe
2012-05-050.4.8b - the my phone has a /tmp but most ics do notArne 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-01Support strange certificate + passsword authentication typesArne Schwabe
2012-05-01The real 0.4.6 version as being pushed to the market.Arne Schwabe
adds working clear and disconnect buttons to log window
2012-04-30Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use ↵Arne Schwabe
CIDR"
2012-04-30Really set versionArne 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 issue #1 fixes issue #2 fixes issue #3
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