Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-21 | Really use the Always on Profile | Arne Schwabe | |
2016-04-21 | Change the onBootlogic to always start the VPN. Also let the user explicitly ↵ | Arne Schwabe | |
device on the VPN for Android N(ew York Cheesecake?) | |||
2016-04-17 | Update README.md | Arne Schwabe | |
2016-04-15 | Fix LaunchVPN not getting onActivity result | Arne Schwabe | |
2016-04-13 | Update openvpn and bump versionv0.6.52-productionv0.6.52 | 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-09 | Update grade, support library | Arne Schwabe | |
2016-04-01 | New versionv0.6.51 | Arne Schwabe | |
2016-03-23 | More fixes in LogFileHandler | Arne Schwabe | |
2016-03-23 | Update libraries | 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 | Version 0.6.50v0.6.50-productionv0.6.50 | Arne Schwabe | |
2016-03-09 | Update OpenVPN | 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 | Update compat library | 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-05 | Version 0.6.49v0.6.49-productionv0.6.49 | Arne Schwabe | |
2016-03-03 | Fix ca check in config (closes #453) | Arne Schwabe | |
2016-03-01 | Version 0.6.48v0.6.48-productionv0.6.48 | Arne Schwabe | |
2016-03-01 | Update OpenSSL | Arne Schwabe | |
2016-03-01 | Update OpenVPN | 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-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. |