summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2022-05-07sync openvpnArne Schwabe
2022-05-07really import OpenSSL 3.0.3Arne Schwabe
2022-05-07Remove jelly bean signing codeArne Schwabe
2022-05-05Version 0.7.36Arne Schwabe
2022-05-05Fix crash when trying to print proxy informationArne Schwabe
2022-05-04Version 0.7.35Arne Schwabe
2022-05-04Update OpenVPN 2.x and 3.xArne Schwabe
2022-05-04Import OpenSSL 3.0.3Arne Schwabe
2022-05-04Implement profile encryption using KeyMaster libraryArne Schwabe
2022-05-04Remove 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-04Remove 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-04Update gradle modules and dependenciesArne Schwabe
2022-05-03Small code cleanupsArne Schwabe
2022-04-10Update doc for getSignedDataWithExtra functionlisa-bella97
After adding pss padding support the javadoc for getSignedDataWithExtra function in ExternalCertificateProvider.aidl was not updated.
2022-03-21Replace CompletableFuture with FutureTask to support API < 24 (closes #1471)Arne Schwabe
2022-03-16Version 0.7.34Arne Schwabe
2022-03-16Change order of registering devicestatereceiver (closes #1254)Arne Schwabe
This hopefully addresses the race condition mentioned in #1254.
2022-03-16Properly quote strings with ' in them in config/management (closes #1456)Arne Schwabe
2022-03-16Fix unit tests calling into NetworkUtils.getFakeMacAddrFromSAAIDArne Schwabe
2022-03-16Add intents for pausing/resuming VPN (closes #1460)Arne Schwabe
2022-03-16Also set fake mac address with OpenVPN 2.xArne Schwabe
The OpenVPN 2.x part of actually sending IV_HWADDR from env is still mising.
2022-03-16Update OpenVPN, OpenVPN 3 and OpenSSLArne Schwabe
2022-03-16Small updates to gradle versionsArne Schwabe
2022-02-18Use stdin instead android.conf in the file system to pass OpenVPN configArne Schwabe
2022-02-13use Handler in OpenVPN3Thread to avoid ANR for blocking callsArne Schwabe
2022-02-04Update gradle versionArne Schwabe
2022-01-13Version 0.7.33Arne Schwabe
2022-01-13Update OpenVPN (closes #1437)Arne Schwabe
2022-01-13Import new OpenVPN 3 versionArne Schwabe
2022-01-09Version 0.7.32Arne Schwabe
2022-01-09Ignore "no such method" (closes #1265)Arne Schwabe
2021-12-19Version 0.3.31 with new build codeArne Schwabe
The google play store forced me to have a new version code. So here it is.
2021-12-17Version 0.7.31Arne Schwabe
2021-12-17Fix legacy provider not working with OpenVPN 2.xArne Schwabe
2021-12-17Adjust version of openvpn 2.x to better reflect realityArne Schwabe
2021-12-17Update dependencies and version 0.7.30Arne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Import new OpenVPN3 versionArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Update OpenVPN and add support for the new xkey infrastructure in OpenVPNArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Update OpenSSL to 3.0.1Arne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Update OpenVPN 2.x and OpenVPN 3.xArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-12-17Fix missing free reported by CoverityArne Schwabe
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
2021-10-25Leave 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-25Implement custom summary provider for DNSArne Schwabe
2021-10-24Convert IP settings to Kotlin and use autosummary providerArne Schwabe
2021-10-24Convert Settings_connections to kotlinArne Schwabe
2021-10-20Fix selecting tls-auth file not workingArne Schwabe
2021-10-20Show a toast when VPN setting intent is not available instead crashingArne Schwabe
2021-10-20Fix writing tls profile to static key config and few cleanupsArne Schwabe
2021-10-16Version 0.7.29Arne Schwabe
2021-10-16Fix possible NPE in fragment UtilsArne Schwabe