summaryrefslogtreecommitdiff
path: root/main/src
AgeCommit message (Collapse)Author
2014-06-30Allow starting profiles by uuid in the same way as inline profilesArne Schwabe
2014-06-30fix lint reported issuesArne Schwabe
--HG-- rename : main/src/main/res/values-id/arrays.xml => main/src/main/res/values-in/arrays.xml rename : main/src/main/res/values-id/strings.xml => main/src/main/res/values-in/strings.xml
2014-06-30Fix bugs reported by Google Play ConsoleArne Schwabe
2014-06-25Throw error if the user tries to import a zip fileArne Schwabe
2014-06-24Fix nasty bug in AboutFragmentArne Schwabe
2014-06-24remove unused graphicArne Schwabe
2014-06-24Fix lint warningsArne Schwabe
2014-06-24update translationsArne Schwabe
2014-06-16Remove references to a service the LogFragment does not use.Arne Schwabe
2014-06-16update germanArne Schwabe
2014-06-15More work on icon ...Arne Schwabe
--HG-- extra : rebase_source : 04c1b6f81e1e8302781bf9273393607c1c857f47
2014-06-11good icons are not easy ... WIPArne Schwabe
--HG-- extra : rebase_source : a6e3208c3437b250d5a44909d2dffba10b98d6fb
2014-06-13Use 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-12update translationsArne Schwabe
2014-06-11Update translationsArne Schwabe
2014-06-05really disable gmsArne Schwabe
2014-06-05minor icon tweakArne Schwabe
2014-06-05Disable GMSArne Schwabe
2014-06-04Implement PIE on JELLY BEANArne Schwabe
2014-06-044.4.3 should fix the bug where two open tun devices wreck the VPN stackArne Schwabe
2014-06-03Fix path check (closes issue #251)Arne Schwabe
2014-06-03update translationsArne Schwabe
2014-06-03Implementing clearing a CA certificate for keystone authentication methodArne Schwabe
2014-06-03Fix order of library pathArne Schwabe
2014-04-28Update translationsArne Schwabe
--HG-- extra : rebase_source : 3d53a9246abdd8dfd80ef261eb369cf49668ceb7
2014-04-09update translationsArne Schwabe
2014-04-03Update stringsArne Schwabe
2014-03-31Don't assume that a configured net30 topology means that the configured ↵Arne Schwabe
interface is a /30 topology (closes issue #241)
2014-03-28update translationsv0.6.12Arne Schwabe
2014-03-18try to fix bug reported by dev consoleArne Schwabe
2014-03-15fix guessing profile namesArne Schwabe
2014-03-13Allow interface roaming. Currently only tested with static/udp configurationArne Schwabe
2014-03-11Resurrect code for OpenVPN C++ coreArne 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-10replace assert with BuildConfig+Assert.assert...Arne Schwabe
2014-03-10Fix passwords starting with ;Arne Schwabe
2014-03-10Fix NPE reported by dev consoleArne Schwabe
2014-03-10Catch SecurityExceptions when opening streamsArne Schwabe
2014-03-09Disable ABI building for now, always use DOCUMENT_OPEN intentArne Schwabe
2014-03-07Add fix for Samsung Android which does not have a nice GET_CONTENT method .....Arne Schwabe
2014-03-07increase gradle version of other modules tooArne Schwabe
--HG-- extra : amend_source : 6e57f04c9fea59526651f428d0453a422e963d9a
2014-03-06Fix mistake when adding excluded routes (closes issue #238)Arne Schwabe
2014-03-03Update translations/translations fetch script.Arne Schwabe
2014-03-02Minor fixesArne Schwabe
2014-02-20Use ACTION_GET_CONTENT (instead of ACTION_PICK) to allow Dropbox and other ↵Arne Schwabe
services --HG-- extra : rebase_source : 95aedf3219cc90e6adb148b3093ab631736f8df5
2014-02-19Fix a bug in network space calculationArne Schwabe
2014-02-18Fix not using low priority on CONNECTED stateArne Schwabe
2014-02-18suprress warningsArne Schwabe
2014-02-18fix minor errorArne Schwabe
minor cleanups
2014-02-17Further optimization of route calculationArne Schwabe
2014-02-17BigInteger arithmetic is slow as hell. Cache getFirst/Last addressArne Schwabe