Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-10 | Version 0.6.39v0.6.39 | Arne Schwabe | |
2015-10-09 | Update OpenVPN and version number | Arne Schwabe | |
2015-10-06 | update support library | Arne Schwabe | |
2015-10-01 | Version 0.6.37v0.6.37 | Arne Schwabe | |
2015-08-24 | new versionv0.6.35-productionv0.6.35 | Arne Schwabe | |
2015-08-20 | Set target sdks to Marshmallow | Arne Schwabe | |
2015-08-11 | New Bugfix versionv0.6.34-productionv0.6.34 | Arne Schwabe | |
2015-08-10 | Ignore short network losses and do not reconnectv0.6.33 | Arne Schwabe | |
2015-08-03 | Version 0.6.32v0.6.32 | Arne Schwabe | |
2015-08-03 | new version (0.6.31) and link stlport statically (closes #375)v0.6.31 | Arne Schwabe | |
2015-06-23 | Upgrade grade and fix minor things | Arne Schwabe | |
2015-06-07 | Update gradle files, new version | Arne Schwabe | |
2015-06-07 | Update translations | Arne Schwabe | |
2015-03-19 | Fix importing of auth-user-pass (closes #334), add support for finding the ↵ | Arne Schwabe | |
absolute path of a crl file (closes #264) | |||
2015-02-24 | Version 0.6.29v0.6.29 | Arne Schwabe | |
2015-02-03 | Start documenting different VPN bugs and the versions the bugs manifest in. | Arne Schwabe | |
2015-02-03 | User cannot find the import button, add more of themv0.6.28 | Arne Schwabe | |
2015-01-27 | version 0.6.27v0.6.27 | Arne Schwabe | |
2014-12-17 | Update/clarify copyright. | Arne Schwabe | |
--HG-- extra : rebase_source : a453e026590faae1a1842b98d367654fbde63fcb | |||
2014-12-15 | Version 0.6.26v0.6.26-productionv0.6.26 | Arne Schwabe | |
--HG-- extra : rebase_source : 357e6749d264f4fc8df55e4dc3caee7a870cb2fc | |||
2014-12-14 | Bump version to 0.6.25 | Arne Schwabe | |
--HG-- extra : rebase_source : ce2e137ab9758c7731d27a8d38b1e79f9a0b352c | |||
2014-12-04 | Remove autoanimate which breaks recycler viewv0.6.24 | Arne Schwabe | |
--HG-- extra : rebase_source : a0abe2cb17990f7536c9ccdc87cf5f5e93343e6d | |||
2014-12-01 | Update icsopenvpn version, update translation, sync with released OpenVPN master | Arne Schwabe | |
--HG-- extra : rebase_source : 68991da2166a00a17978934f9e20eea4b34a3425 | |||
2014-11-20 | Version 0.6.22v0.6.22 | Arne Schwabe | |
--HG-- extra : rebase_source : 4a2449ea2529328eb86402bf7d6503ab02e845e7 | |||
2014-11-12 | Version 0.6.21v0.6.21 | Arne Schwabe | |
2014-11-09 | Implement removal of profiles via external API | Arne Schwabe | |
2014-11-05 | Fix starting VPN without permission when called from external servicev0.6.20 | Arne Schwabe | |
2014-11-04 | Make Faq look nicer, especially on large device by using cardviews | Arne Schwabe | |
2014-10-28 | update to current build tools | Arne Schwabe | |
--HG-- extra : rebase_source : 139d2d8ae9afc8f88422f9baf6e4938ff3429e59 | |||
2014-10-20 | Prepare for v0.6.19v0.6.19 | Arne Schwabe | |
2014-10-18 | Prepare OpenVPN for Android for the sweetest Android yet | Arne Schwabe | |
2014-10-07 | Increase priority of on boot receiver (closes issue #281) | Arne Schwabe | |
--HG-- extra : rebase_source : d81b62c1df59b1ce73849b2968275fc7efee9f64 | |||
2014-08-12 | include commented out Acra support | Arne Schwabe | |
--HG-- extra : rebase_source : f3396cea18633962ffa9f21d0537b9d4588a9bf4 | |||
2014-06-30 | Gradle plugin v0.12 | Arne Schwabe | |
2014-06-24 | new versionv0.6.17-productionv0.6.17 | Arne Schwabe | |
--HG-- extra : amend_source : b828ad849eb235c7ba9fd5c5c17c2b630cbdded4 | |||
2014-06-24 | Version 0.6.16v0.6.16-productionv0.6.16 | Arne Schwabe | |
2014-06-15 | Prepare for release version: 0.6.15v0.6.15 | Arne Schwabe | |
2014-06-06 | gradle update | Arne Schwabe | |
--HG-- extra : rebase_source : 459d875f232fed9123407fe9379122127abc1f47 | |||
2014-04-03 | Update strings | Arne Schwabe | |
2014-03-18 | try to fix bug reported by dev console | Arne Schwabe | |
2014-03-12 | Fix build without openvpn3, new versionv0.6.11-productionv0.6.11 | Arne Schwabe | |
2014-03-11 | Resurrect code for OpenVPN C++ core | Arne Schwabe | |
--HG-- rename : jni/Android.mk => main/jni/Android.mk rename : jni/Application.mk => main/jni/Application.mk rename : ovpn3/Android.mk => main/ovpn3/Android.mk rename : ovpn3/boostsrc/error_code.cpp => main/ovpn3/boostsrc/error_code.cpp rename : src/de/blinkt/openvpn/VpnProfile.java => main/src/main/java/de/blinkt/openvpn/VpnProfile.java rename : src/de/blinkt/openvpn/OpenVpnManagementThread.java => main/src/main/java/de/blinkt/openvpn/core/OpenVpnManagementThread.java rename : src/de/blinkt/openvpn/OpenVpnService.java => main/src/main/java/de/blinkt/openvpn/core/OpenVpnService.java rename : src/de/blinkt/openvpn/LogWindow.java => main/src/main/java/de/blinkt/openvpn/fragments/LogFragment.java | |||
2014-03-10 | set build tools to 19.0.3 | Arne Schwabe | |
2014-03-09 | Disable ABI building for now, always use DOCUMENT_OPEN intent | Arne Schwabe | |
2014-03-07 | New Android gradle plugin | Arne Schwabe | |
2014-03-06 | Add gradle code to build variants for different abis | Arne Schwabe | |
2014-03-02 | Bump versionv0.6.10-productionv0.6.10 | Arne Schwabe | |
2014-02-17 | fix full licenses not included | Arne Schwabe | |
2014-02-16 | Version 0.6.9a since I tagged too earlyv0.6.9a-productionv0.6.9a | Arne Schwabe | |
2014-02-16 | If weird topology mismatching configurations, log route errors instead of ↵ | Arne Schwabe | |
quitting |