summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-05Version 0.6.49v0.6.49-productionv0.6.49Arne Schwabe
2016-03-03Fix ca check in config (closes #453)Arne Schwabe
2016-03-01Version 0.6.48v0.6.48-productionv0.6.48Arne Schwabe
2016-03-01Update OpenSSLArne Schwabe
2016-03-01Update OpenVPNArne Schwabe
2016-03-01Do not log messages of old exiting processArne Schwabe
2016-02-29Fix last commitArne Schwabe
2016-02-29Refactor the way the VPN is launched, move more of the responsibility to the ↵Arne Schwabe
OpenVPNService.
2016-02-29Fix crash on Android 6.0Arne Schwabe
2016-02-22Fix crashes on reading invalid log items.Arne Schwabe
2016-02-19Fix bug of LaunchVPN activity showing an empty windowsArne Schwabe
2016-02-19Update translationsArne Schwabe
2016-02-18Do not rerequest the permission if the user denies it.Arne Schwabe
2016-02-18Workaround broken file manager implementation in Android 6.0Arne Schwabe
In an ideal world, application developers would read the documentation and realize that the *calling* app needs to ensure that the target app can read the URI (e.g. by GRANT_PERMISSION) but ES file explorer (and from user report the internal file manager of cyanogenmod?!) call OpenVPN for Android with a file:// URI which OpenVPN for Android cannot read without SD card permission. Always to try request SD card permission on file:// urls...
2016-02-18Fix error reporting on missing certificatesArne Schwabe
2016-02-16Support OpenVPN 2.2 in profile generation (don't ask)Arne Schwabe
2016-02-10Revert the icon change for the releasev0.6.47-productionv0.6.47Arne Schwabe
2016-02-10Update OpenVPN, increase version numberArne Schwabe
2016-02-08Update translation (many thanks @maniac103 for fixing the german translation!)Arne Schwabe
2016-02-05Update gradle versionArne Schwabe
2016-02-05Extract another hardcoded string.Danny Baumann
2016-02-05Remove preference style override.Danny Baumann
Doesn't serve a visually recognizable purpose, and causes the simple (non-list, -dialog, etc.) preference titles to be overly large on API 21+ due to the framework using a fallback to the non-material preference layout.
2016-02-04Don't show action text.Danny Baumann
The descriptions get pretty long at times and hardly fit on screen even for large phones.
2016-02-04Refresh notification action icons.Danny Baumann
2016-02-04Use own accent colors for alert dialogs.Danny Baumann
2016-02-04Don't launch disconnection activity in the main activity task.Danny Baumann
2016-02-04Move hardcoded string to string resources.Danny Baumann
2016-02-04Don't add colon postfix if not required.Danny Baumann
2016-01-28Update copyright in about dialogArne Schwabe
2016-01-28Update to OpenSSL 1.0.2fArne Schwabe
2016-01-28Make parsing of cached log more resilientArne Schwabe
2016-01-28Change icon to something a bit more good lookingArne Schwabe
2016-01-25Update copyright year to 2016Arne Schwabe
2016-01-24Upgrade gradle versionArne Schwabe
2016-01-24Implement persistent disk log cache. (closes #340)Arne Schwabe
2016-01-14Set notification categoryArne Schwabe
2016-01-14Parse multiple ca certs in <ca> for android device key configurations ↵Arne Schwabe
(closes #426)
2016-01-13Minor cleanupsArne Schwabe
2016-01-11change breakpad defaultArne Schwabe
2016-01-11Remove breakpad, it currently does not compile and is not used in builds ↵Arne Schwabe
(closes #428) Infrastructure for breakpad still but the breakpad itself at the moment does not even compile
2016-01-10Fine tune toastsArne Schwabe
2016-01-10Display toasts for connection status on Android TVArne Schwabe
2016-01-08Automatically apply DNS workaround for Samsung devices (closes #424)Arne Schwabe
2016-01-07Show VPN Status in profile list, tweak Status reportingArne Schwabe
2016-01-06Allow install on nonsuch devices. The app is not really good on non touch ↵Arne Schwabe
devices but good enough to be useable.
2016-01-06Parse route-nopull on import (closes #431)Arne Schwabe
2016-01-06Fix typoArne Schwabe
2016-01-05Fix code google links in README.mdArne Schwabe
2016-01-02Fine tune UI verArne Schwabe
2016-01-02Make push-peer-info selectable in the UIArne Schwabe