summaryrefslogtreecommitdiff
path: root/main/src
AgeCommit message (Collapse)Author
2014-07-23Tune FAQArne Schwabe
--HG-- extra : rebase_source : 3e91216fe140928991fbdecab28b688d09089597
2014-07-14Fix broken configuration net30 topology with subnet ifconfigArne Schwabe
2014-07-14CleanupsArne Schwabe
2014-07-10Don't warn on ifconfig configuration issuses. The VpnService makes enough ↵Arne Schwabe
warnings.
2014-07-07Add annotation that ECB mode is fine in this particular caseArne Schwabe
2014-07-07Update translationsArne Schwabe
2014-07-07Change default to require matching server name instead of certificate EKU ↵Arne Schwabe
(which gives a confusing error message)
2014-07-06Include package name in send dump emailArne Schwabe
2014-07-04Update translation, add HungerianArne Schwabe
2014-07-04contains of PriorityQueue is not what you expect... (closes issue #263)Arne Schwabe
2014-07-04Be on the safe sideArne Schwabe
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