Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | Fix LaunchVPN not getting onActivity result | Arne Schwabe | |
2016-04-13 | Add Logo copyright | Arne Schwabe | |
2016-04-12 | Handle case where profileUUID is missing | Robin Lee | |
Android NYC+ might start the VPN service on its own without any useful intent extras saying which profile to load. Handle it the same as the restart case -- use the most recent profile instead of crashing. | |||
2016-04-12 | Rework log item caching, might work better or at least give a better ↵ | Arne Schwabe | |
understanding what goes wrong (closes #455) | |||
2016-04-09 | Add FAQ for broken Samsung phones. | Arne Schwabe | |
2016-04-01 | New versionv0.6.51 | Arne Schwabe | |
2016-03-23 | More fixes in LogFileHandler | Arne Schwabe | |
2016-03-22 | Better debug logging | Arne Schwabe | |
2016-03-22 | Add test for doze disabling | Arne Schwabe | |
2016-03-22 | Use Bytebuffer to read/write length | Arne Schwabe | |
2016-03-09 | Bug not yet understand but try to the best to avoid it being triggered | Arne Schwabe | |
2016-03-09 | Workaround for endless loop in Logfilehandler | Arne Schwabe | |
2016-03-07 | Update translations | Arne Schwabe | |
2016-03-07 | Actually embed the crl file in the generated configuration | Arne Schwabe | |
2016-03-07 | Allow name to be set on import | Arne Schwabe | |
2016-03-07 | Referees VPN list on activity resume | Arne Schwabe | |
2016-03-07 | Support crl file inlining (also requires newer OpenVPN version) | Arne Schwabe | |
2016-03-07 | Remove utility activities from recent apps | Arne Schwabe | |
2016-03-03 | Fix ca check in config (closes #453) | Arne Schwabe | |
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-08 | Update translation (many thanks @maniac103 for fixing the german translation!) | 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 | 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 | 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-10 | Fine tune toasts | Arne Schwabe | |
2016-01-10 | Display toasts for connection status on Android TV | Arne Schwabe | |