Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | Update OpenVPN | Arne Schwabe | |
2014-06-15 | Update OpenSSL to 1.0.1h | Arne Schwabe | |
2014-06-15 | More work on icon ... | Arne Schwabe | |
--HG-- extra : rebase_source : 04c1b6f81e1e8302781bf9273393607c1c857f47 | |||
2014-06-11 | good icons are not easy ... WIP | Arne Schwabe | |
--HG-- extra : rebase_source : a6e3208c3437b250d5a44909d2dffba10b98d6fb | |||
2014-06-11 | update gradle | Arne Schwabe | |
--HG-- extra : rebase_source : 32d6e22ebc4d9763617da59db2034d68111e1c8e | |||
2014-06-06 | gradle update | Arne Schwabe | |
--HG-- extra : rebase_source : 459d875f232fed9123407fe9379122127abc1f47 | |||
2014-06-13 | Use GET_CONTENT on every device but not on Samsung where the documentsui ↵ | Arne Schwabe | |
seems to unable to handle GET_CONTENT. Also always show SD cards | |||
2014-06-12 | update translations | Arne Schwabe | |
2014-06-11 | Update translations | Arne Schwabe | |
2014-06-06 | merge ccs fix | Arne Schwabe | |
2014-06-05 | really disable gms | Arne Schwabe | |
2014-06-05 | minor icon tweak | Arne Schwabe | |
2014-06-05 | Disable GMS | Arne Schwabe | |
2014-06-05 | Added tag c0.6.13 for changeset 89fd8b6a427b | Arne Schwabe | |
2014-06-05 | Update OpenSSL to aosp/masterc0.6.13 | Arne Schwabe | |
--HG-- extra : rebase_source : a2f70c1a7529c7fcfc88f8dd1882e66e6ba42167 | |||
2014-06-04 | Implement PIE on JELLY BEAN | Arne Schwabe | |
2014-06-04 | 4.4.3 should fix the bug where two open tun devices wreck the VPN stack | Arne Schwabe | |
2014-06-03 | Import new openvpn -master version | Arne Schwabe | |
2014-06-03 | Fix path check (closes issue #251) | Arne Schwabe | |
2014-06-03 | update translations | Arne Schwabe | |
2014-06-03 | Implementing clearing a CA certificate for keystone authentication method | Arne Schwabe | |
2014-06-03 | Fix order of library path | Arne Schwabe | |
2014-04-28 | Update genFAQ script | Arne Schwabe | |
--HG-- rename : misc/genFAQ.py => main/misc/genFAQ.py extra : rebase_source : a23e494c5276400d05ddf853af7bde77c2e52f63 | |||
2014-04-28 | Update translations | Arne Schwabe | |
--HG-- extra : rebase_source : 3d53a9246abdd8dfd80ef261eb369cf49668ceb7 | |||
2014-04-28 | update doc | Arne Schwabe | |
--HG-- extra : rebase_source : 5851931ef2ac9dd4c9d817d95e9f704cad6111bc | |||
2014-04-23 | Update OpenSSL to 1.0.1g | Arne Schwabe | |
2014-04-23 | Update openvpn code | Arne Schwabe | |
2014-04-23 | Update OpenSSL to 1.0.1g and statically link OpenVPN with it | Arne Schwabe | |
2014-04-09 | update translations | Arne Schwabe | |
2014-03-28 | Added tag v0.6.12 for changeset 88de7f5bb987 | Arne Schwabe | |
--HG-- extra : rebase_source : a253326b4f6e5e80fc778a036bf1fa3bb58aef05 | |||
2014-04-03 | Update strings | Arne Schwabe | |
2014-03-31 | Don't assume that a configured net30 topology means that the configured ↵ | Arne Schwabe | |
interface is a /30 topology (closes issue #241) | |||
2014-03-28 | update translationsv0.6.12 | Arne Schwabe | |
2014-03-28 | Update openvpn/master | Arne Schwabe | |
2014-03-19 | Update openvpn to icsopenvpn_612 branch | Arne Schwabe | |
Fixes triple handshakes if OpenVPN is even affected. --HG-- extra : rebase_source : 76e5c54a92631a51ae35d023b684b0f7e7b9a3f5 | |||
2014-03-18 | Added tag v0.6.11-production for changeset 87dab06d61fb | Arne Schwabe | |
2014-03-18 | try to fix bug reported by dev console | Arne Schwabe | |
2014-03-15 | fix guessing profile names | Arne Schwabe | |
2014-03-13 | Allow interface roaming. Currently only tested with static/udp configuration | Arne Schwabe | |
2014-03-12 | Added tag v0.6.11 for changeset 87dab06d61fb | 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 | replace assert with BuildConfig+Assert.assert... | Arne Schwabe | |
2014-03-10 | Fix passwords starting with ; | Arne Schwabe | |
2014-03-10 | Fix NPE reported by dev console | Arne Schwabe | |
2014-03-10 | Catch SecurityExceptions when opening streams | Arne Schwabe | |
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 | Add fix for Samsung Android which does not have a nice GET_CONTENT method ..... | Arne Schwabe | |
2014-03-07 | increase gradle version of other modules too | Arne Schwabe | |
--HG-- extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a |