Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-24 | Fix nasty bug in AboutFragment | Arne Schwabe | |
2014-06-24 | remove unused graphic | Arne Schwabe | |
2014-06-24 | Fix lint warnings | Arne Schwabe | |
2014-06-24 | update translations | Arne Schwabe | |
2014-06-16 | Remove references to a service the LogFragment does not use. | Arne Schwabe | |
2014-06-16 | update german | 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-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-05 | really disable gms | Arne Schwabe | |
2014-06-05 | minor icon tweak | Arne Schwabe | |
2014-06-05 | Disable GMS | Arne Schwabe | |
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 | 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 translations | Arne Schwabe | |
--HG-- extra : rebase_source : 3d53a9246abdd8dfd80ef261eb369cf49668ceb7 | |||
2014-04-09 | update translations | Arne Schwabe | |
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-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-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-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 | |||
2014-03-06 | Fix mistake when adding excluded routes (closes issue #238) | Arne Schwabe | |
2014-03-03 | Update translations/translations fetch script. | Arne Schwabe | |
2014-03-02 | Minor fixes | Arne Schwabe | |
2014-02-20 | Use ACTION_GET_CONTENT (instead of ACTION_PICK) to allow Dropbox and other ↵ | Arne Schwabe | |
services --HG-- extra : rebase_source : 95aedf3219cc90e6adb148b3093ab631736f8df5 | |||
2014-02-19 | Fix a bug in network space calculation | Arne Schwabe | |
2014-02-18 | Fix not using low priority on CONNECTED state | Arne Schwabe | |
2014-02-18 | suprress warnings | Arne Schwabe | |
2014-02-18 | fix minor error | Arne Schwabe | |
minor cleanups | |||
2014-02-17 | Further optimization of route calculation | Arne Schwabe | |
2014-02-17 | BigInteger arithmetic is slow as hell. Cache getFirst/Last address | Arne Schwabe | |
2014-02-17 | Add the dynamic max routes patch | Arne Schwabe | |
2014-02-17 | change the routing faq to reflect the new possibilities | Arne Schwabe | |
2014-02-16 | Fxi some other bugs reports from the reports | Arne Schwabe | |
2014-02-16 | For some strange reason the dev argument is sometimes empty leading to crashes.v0.6.9 | Arne Schwabe | |