summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/LaunchVPN.java
AgeCommit message (Collapse)Author
2013-01-01Make state messages translatable and nicer.Arne Schwabe
2012-12-27Make changes needed to provide an external APIArne Schwabe
2012-12-25Cleanupsarne@gaia.fritz.box
2012-09-30Generate warning when getting asset for main ABI cannot be readArne Schwabe
2012-09-23Move untranslatable string to own fileArne Schwabe
--HG-- extra : rebase_source : f53888f33b0b11773c0c0bece5303a943a2f4a43
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-08-12Implement starting a VPN on boot. (closes issue #62)Arne Schwabe
2012-07-25restore compatibility with Android 4.0Arne Schwabe
2012-07-24Build openssl as shared library again, build for all Android ABIsArne Schwabe
2012-07-18- After installing Juno I need the core prefs for whatever reasonArne Schwabe
- use insmod instead of modprboe
2012-07-17If a device needs both fixes better first load the module and then apply the ↵Arne Schwabe
permissions fix
2012-07-17Implementier modprobe tun for more braindead imagesArne Schwabe
2012-07-16Fixes error reported on the Android market consolev0.5.12aArne Schwabe
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a
2012-06-27Some minor fixesArne Schwabe
2012-06-18Add a status message which shows the status of the connecting/connected VPNArne Schwabe
2012-06-17- Fix last commitv0.5.8Arne Schwabe
- Implement reading extra CA cert from file to fix keystore error on some mobile phones
2012-06-15Allow being by external app with profile nameArne Schwabe
2012-06-03Implement reconnect on network change (closes issue #37)Arne Schwabe
2012-05-31- fix a few more stringsArne Schwabe
- add editing xxx title to cfonig settings
2012-05-30Add fix for CM9 /dev/tun ownership (closes issue #35)Arne Schwabe
2012-05-30fix bug in LaunchVPN Lifecycle (closes issue reported via email)Arne Schwabe
2012-05-24Add querying certificate key password (closes issue #23)Arne Schwabe
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-14Add more error loggingArne Schwabe
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-09Only try to write minivpn once per program lifetime.Arne Schwabe
Remove debug logging
2012-05-09Writing the Minivpn binary on start.Arne Schwabe
It is small enough to not care about writing it over and over again.
2012-05-08If we make a toast, also show it.Arne Schwabe
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-04Version 0.4.7 :)Arne Schwabe
2012-05-04Get vpn list working again, not yet perfect but at least delete worksArne Schwabe
http://code.google.com/p/android/issues/detail?id=3414 is hunting me :(
2012-05-03add delete Profile supportArne Schwabe
add Config Parser begin openvpn config => Vpn Profile Converter
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-30- new Icon :)Arne Schwabe
- Obscure settings - version 0.4.5 - quick launch