summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-27Version 0.6.53v0.6.53Arne Schwabe
2016-04-27Do no try to restore strings of invalid length.Arne Schwabe
2016-04-27add missing breakArne Schwabe
2016-04-27add a few more mime types (closes #481)Arne Schwabe
2016-04-25Clarify error messageArne Schwabe
2016-04-25Implement custom marschal/unmarschal for LogItem, hopefully this will fix ↵Arne Schwabe
the problems.
2016-04-24Update translationsArne Schwabe
2016-04-21Really use the Always on ProfileArne Schwabe
2016-04-21Change 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-17Update README.mdArne Schwabe
2016-04-15Fix LaunchVPN not getting onActivity resultArne Schwabe
2016-04-13Update openvpn and bump versionv0.6.52-productionv0.6.52Arne Schwabe
2016-04-13Add Logo copyrightArne Schwabe
2016-04-12Handle case where profileUUID is missingRobin 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-12Rework log item caching, might work better or at least give a better ↵Arne Schwabe
understanding what goes wrong (closes #455)
2016-04-09Add FAQ for broken Samsung phones.Arne Schwabe
2016-04-09Update grade, support libraryArne Schwabe
2016-04-01New versionv0.6.51Arne Schwabe
2016-03-23More fixes in LogFileHandlerArne Schwabe
2016-03-23Update librariesArne Schwabe
2016-03-22Better debug loggingArne Schwabe
2016-03-22Add test for doze disablingArne Schwabe
2016-03-22Use Bytebuffer to read/write lengthArne Schwabe
2016-03-09Version 0.6.50v0.6.50-productionv0.6.50Arne Schwabe
2016-03-09Update OpenVPNArne Schwabe
2016-03-09Bug not yet understand but try to the best to avoid it being triggeredArne Schwabe
2016-03-09Workaround for endless loop in LogfilehandlerArne Schwabe
2016-03-07Update translationsArne Schwabe
2016-03-07Update compat libraryArne Schwabe
2016-03-07Actually embed the crl file in the generated configurationArne Schwabe
2016-03-07Allow name to be set on importArne Schwabe
2016-03-07Referees VPN list on activity resumeArne Schwabe
2016-03-07Support crl file inlining (also requires newer OpenVPN version)Arne Schwabe
2016-03-07Remove utility activities from recent appsArne Schwabe
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