Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-04 | Update OpenVPN 2.x and 3.x | Arne Schwabe | |
2022-05-04 | Import OpenSSL 3.0.3 | Arne Schwabe | |
2022-05-04 | Implement profile encryption using KeyMaster library | Arne Schwabe | |
2022-05-04 | Remove API support for API < 21 and lower (Lollipop) | Arne Schwabe | |
Supporting just APIs 19 and 20 keeps a lot of code and the number of users is extremely small. | |||
2022-05-04 | Remove API support for API < 19 (Kitkat) | Arne Schwabe | |
The newest NDK only support API 19 and higher. Remove support for lower APIs from this app. | |||
2022-05-04 | Update gradle modules and dependencies | Arne Schwabe | |
2022-05-03 | Small code cleanups | Arne Schwabe | |
2022-04-10 | Update doc for getSignedDataWithExtra function | lisa-bella97 | |
After adding pss padding support the javadoc for getSignedDataWithExtra function in ExternalCertificateProvider.aidl was not updated. | |||
2022-03-21 | Replace CompletableFuture with FutureTask to support API < 24 (closes #1471) | Arne Schwabe | |
2022-03-16 | Version 0.7.34 | Arne Schwabe | |
2022-03-16 | Change order of registering devicestatereceiver (closes #1254) | Arne Schwabe | |
This hopefully addresses the race condition mentioned in #1254. | |||
2022-03-16 | Properly quote strings with ' in them in config/management (closes #1456) | Arne Schwabe | |
2022-03-16 | Fix unit tests calling into NetworkUtils.getFakeMacAddrFromSAAID | Arne Schwabe | |
2022-03-16 | Add intents for pausing/resuming VPN (closes #1460) | Arne Schwabe | |
2022-03-16 | Also set fake mac address with OpenVPN 2.x | Arne Schwabe | |
The OpenVPN 2.x part of actually sending IV_HWADDR from env is still mising. | |||
2022-03-16 | Update OpenVPN, OpenVPN 3 and OpenSSL | Arne Schwabe | |
2022-03-16 | Small updates to gradle versions | Arne Schwabe | |
2022-02-19 | Update gradle depenendies | Arne Schwabe | |
2022-02-18 | Use stdin instead android.conf in the file system to pass OpenVPN config | Arne Schwabe | |
2022-02-13 | use Handler in OpenVPN3Thread to avoid ANR for blocking calls | Arne Schwabe | |
2022-02-04 | Update gradle version | Arne Schwabe | |
2022-01-13 | Add exception to allow linking against Apache 2 libraries (closes #477) | Arne Schwabe | |
2022-01-13 | Version 0.7.33 | Arne Schwabe | |
2022-01-13 | Add config and log to issue template | Arne Schwabe | |
2022-01-13 | Update OpenVPN (closes #1437) | Arne Schwabe | |
2022-01-13 | Import new OpenVPN 3 version | Arne Schwabe | |
2022-01-09 | Version 0.7.32 | Arne Schwabe | |
2022-01-09 | Ignore "no such method" (closes #1265) | Arne Schwabe | |
2021-12-19 | Version 0.3.31 with new build code | Arne Schwabe | |
The google play store forced me to have a new version code. So here it is. | |||
2021-12-17 | Version 0.7.31 | Arne Schwabe | |
2021-12-17 | Fix legacy provider not working with OpenVPN 2.x | Arne Schwabe | |
2021-12-17 | Adjust version of openvpn 2.x to better reflect reality | Arne Schwabe | |
2021-12-17 | Update dependencies and version 0.7.30 | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Import new OpenVPN3 version | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Update OpenVPN and add support for the new xkey infrastructure in OpenVPN | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Update OpenSSL to 3.0.1 | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Update OpenVPN 2.x and OpenVPN 3.x | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Fix missing free reported by Coverity | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-10-25 | Leave second DNS empty when importing config with only one DNS (closes #1410) | Arne Schwabe | |
When importing a configuration with only one DNS server, the second DNS server what never overwritten, resulting in having the Google DNS as backup server. Also change Google DNS to Quad9 by default. | |||
2021-10-25 | Implement custom summary provider for DNS | Arne Schwabe | |
2021-10-24 | Convert IP settings to Kotlin and use autosummary provider | Arne Schwabe | |
2021-10-24 | Convert Settings_connections to kotlin | Arne Schwabe | |
2021-10-20 | Fix selecting tls-auth file not working | Arne Schwabe | |
2021-10-20 | Show a toast when VPN setting intent is not available instead crashing | Arne Schwabe | |
2021-10-20 | Fix writing tls profile to static key config and few cleanups | Arne Schwabe | |
2021-10-16 | Version 0.7.29 | Arne Schwabe | |
2021-10-16 | Fix possible NPE in fragment Utils | Arne Schwabe | |
2021-10-16 | Update translations | Arne Schwabe | |
2021-10-16 | Fix faq_ncp missing closing </ul> | Arne Schwabe | |
2021-10-16 | Add TLS Profile to config converter and remove AsyncTask | Arne Schwabe | |