Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | Make state messages translatable and nicer. | Arne Schwabe | |
2012-12-27 | Make changes needed to provide an external API | Arne Schwabe | |
2012-12-25 | Cleanups | arne@gaia.fritz.box | |
2012-09-30 | Generate warning when getting asset for main ABI cannot be read | Arne Schwabe | |
2012-09-23 | Move untranslatable string to own file | Arne 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-12 | Implement starting a VPN on boot. (closes issue #62) | Arne Schwabe | |
2012-07-25 | restore compatibility with Android 4.0 | Arne Schwabe | |
2012-07-24 | Build openssl as shared library again, build for all Android ABIs | Arne Schwabe | |
2012-07-18 | - After installing Juno I need the core prefs for whatever reason | Arne Schwabe | |
- use insmod instead of modprboe | |||
2012-07-17 | If a device needs both fixes better first load the module and then apply the ↵ | Arne Schwabe | |
permissions fix | |||
2012-07-17 | Implementier modprobe tun for more braindead images | Arne Schwabe | |
2012-07-16 | Fixes error reported on the Android market consolev0.5.12a | Arne 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-27 | Some minor fixes | Arne Schwabe | |
2012-06-18 | Add a status message which shows the status of the connecting/connected VPN | Arne Schwabe | |
2012-06-17 | - Fix last commitv0.5.8 | Arne Schwabe | |
- Implement reading extra CA cert from file to fix keystore error on some mobile phones | |||
2012-06-15 | Allow being by external app with profile name | Arne Schwabe | |
2012-06-03 | Implement reconnect on network change (closes issue #37) | Arne Schwabe | |
2012-05-31 | - fix a few more strings | Arne Schwabe | |
- add editing xxx title to cfonig settings | |||
2012-05-30 | Add fix for CM9 /dev/tun ownership (closes issue #35) | Arne Schwabe | |
2012-05-30 | fix bug in LaunchVPN Lifecycle (closes issue reported via email) | Arne Schwabe | |
2012-05-24 | Add querying certificate key password (closes issue #23) | Arne Schwabe | |
2012-05-18 | Allow only one log window at a time (closes issue #26) | Arne Schwabe | |
Make OpenvpnService honour net30 routes (closes issue #24) | |||
2012-05-14 | Add more error logging | Arne Schwabe | |
2012-05-11 | Rework 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-10 | Version 0.5.2 | Arne Schwabe | |
Fix minivpn vs openvpn. (closes issue #16) If minivpn binary is already available don't write it (closes issue #15) | |||
2012-05-09 | Only try to write minivpn once per program lifetime. | Arne Schwabe | |
Remove debug logging | |||
2012-05-09 | Writing the Minivpn binary on start. | Arne Schwabe | |
It is small enough to not care about writing it over and over again. | |||
2012-05-08 | If we make a toast, also show it. | Arne Schwabe | |
2012-05-05 | First time a fd was successfully transfered over a socket :) | Arne Schwabe | |
2012-05-05 | Version 0.4.7 with more route checking and fix of the tmp-dir bug :( | Arne Schwabe | |
closes issue #6 | |||
2012-05-04 | Version 0.4.7 :) | Arne Schwabe | |
2012-05-04 | Get vpn list working again, not yet perfect but at least delete works | Arne Schwabe | |
http://code.google.com/p/android/issues/detail?id=3414 is hunting me :( | |||
2012-05-03 | add delete Profile support | Arne Schwabe | |
add Config Parser begin openvpn config => Vpn Profile Converter | |||
2012-05-01 | Support strange certificate + passsword authentication types | Arne Schwabe | |
2012-05-01 | The 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 |