Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Do not log messages of old exiting process | Arne Schwabe | |
2016-02-29 | Fix last commit | Arne Schwabe | |
2016-02-29 | Refactor the way the VPN is launched, move more of the responsibility to the ↵ | Arne Schwabe | |
OpenVPNService. | |||
2016-02-29 | Fix crash on Android 6.0 | Arne Schwabe | |
2016-02-22 | Fix crashes on reading invalid log items. | Arne Schwabe | |
2016-02-19 | Fix bug of LaunchVPN activity showing an empty windows | Arne Schwabe | |
2016-02-19 | Update translations | Arne Schwabe | |
2016-02-18 | Do not rerequest the permission if the user denies it. | Arne Schwabe | |
2016-02-18 | Workaround broken file manager implementation in Android 6.0 | Arne 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-18 | Fix error reporting on missing certificates | Arne Schwabe | |
2016-02-16 | Support OpenVPN 2.2 in profile generation (don't ask) | Arne Schwabe | |
2016-02-10 | Revert the icon change for the releasev0.6.47-productionv0.6.47 | Arne Schwabe | |
2016-02-10 | Update OpenVPN, increase version number | Arne Schwabe | |
2016-02-08 | Update translation (many thanks @maniac103 for fixing the german translation!) | Arne Schwabe | |
2016-02-05 | Update gradle version | Arne Schwabe | |
2016-02-05 | Extract another hardcoded string. | Danny Baumann | |
2016-02-05 | Remove 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-04 | Don't show action text. | Danny Baumann | |
The descriptions get pretty long at times and hardly fit on screen even for large phones. | |||
2016-02-04 | Refresh notification action icons. | Danny Baumann | |
2016-02-04 | Use own accent colors for alert dialogs. | Danny Baumann | |
2016-02-04 | Don't launch disconnection activity in the main activity task. | Danny Baumann | |
2016-02-04 | Move hardcoded string to string resources. | Danny Baumann | |
2016-02-04 | Don't add colon postfix if not required. | Danny Baumann | |
2016-01-28 | Update copyright in about dialog | Arne Schwabe | |
2016-01-28 | Update to OpenSSL 1.0.2f | Arne Schwabe | |
2016-01-28 | Make parsing of cached log more resilient | Arne Schwabe | |
2016-01-28 | Change icon to something a bit more good looking | Arne Schwabe | |
2016-01-25 | Update copyright year to 2016 | Arne Schwabe | |
2016-01-24 | Upgrade gradle version | Arne Schwabe | |
2016-01-24 | Implement persistent disk log cache. (closes #340) | Arne Schwabe | |
2016-01-14 | Set notification category | Arne Schwabe | |
2016-01-14 | Parse multiple ca certs in <ca> for android device key configurations ↵ | Arne Schwabe | |
(closes #426) | |||
2016-01-13 | Minor cleanups | Arne Schwabe | |
2016-01-11 | change breakpad default | Arne Schwabe | |
2016-01-11 | Remove 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-10 | Fine tune toasts | Arne Schwabe | |
2016-01-10 | Display toasts for connection status on Android TV | Arne Schwabe | |
2016-01-08 | Automatically apply DNS workaround for Samsung devices (closes #424) | Arne Schwabe | |
2016-01-07 | Show VPN Status in profile list, tweak Status reporting | Arne Schwabe | |
2016-01-06 | Allow install on nonsuch devices. The app is not really good on non touch ↵ | Arne Schwabe | |
devices but good enough to be useable. | |||
2016-01-06 | Parse route-nopull on import (closes #431) | Arne Schwabe | |
2016-01-06 | Fix typo | Arne Schwabe | |
2016-01-05 | Fix code google links in README.md | Arne Schwabe | |
2016-01-02 | Fine tune UI ver | Arne Schwabe | |
2016-01-02 | Make push-peer-info selectable in the UI | Arne Schwabe | |
2015-12-28 | Fix lifecycle bug | Arne Schwabe | |
2015-12-28 | Make long click immediately select a file. | Arne Schwabe | |
2015-12-28 | Ignore Google TV Stub framework | Arne Schwabe | |
2015-12-28 | Bump gradle version | Arne Schwabe | |
2015-12-08 | Fix long long long outstanding bug causing delay when starting VPN. Thanks ↵v0.6.46-productionv0.6.46 | Arne Schwabe | |
@adamjweaver for tracking this down Closes #403 |