summaryrefslogtreecommitdiff
path: root/main/src/main/java/de
AgeCommit message (Expand)Author
2022-05-04Remove API support for API < 21 and lower (Lollipop)Arne Schwabe
2022-05-04Remove API support for API < 19 (Kitkat)Arne Schwabe
2022-05-03Small code cleanupsArne Schwabe
2022-03-21Replace CompletableFuture with FutureTask to support API < 24 (closes #1471)Arne Schwabe
2022-03-16Change order of registering devicestatereceiver (closes #1254)Arne Schwabe
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
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-01-09Ignore "no such method" (closes #1265)Arne Schwabe
2021-12-17Fix legacy provider not working with OpenVPN 2.xArne Schwabe
2021-12-17Update OpenVPN and add support for the new xkey infrastructure in OpenVPNArne Schwabe
2021-12-17Update OpenVPN 2.x and OpenVPN 3.xArne Schwabe
2021-10-25Leave second DNS empty when importing config with only one DNS (closes #1410)Arne Schwabe
2021-10-20Fix writing tls profile to static key config and few cleanupsArne Schwabe
2021-10-15Add log message for unsupported key encryptionArne Schwabe
2021-10-15Remove duplicate and overzealous check for CA certificateArne Schwabe
2021-10-15Improve detection and logging of weak md error FAQ hintArne Schwabe
2021-10-15Add parsing of --provider to ConfigParserArne Schwabe
2021-10-15Implement tls-cert-profile in profile and parserArne Schwabe
2021-10-13Fix summary of Auth settings dialog and add TLS Profile settingArne Schwabe
2021-10-13Make a toggle to allow community translation (closes #681)Arne Schwabe
2021-10-13Fix warning with mCipher=nulll and add OpenVPN3 related warningArne Schwabe
2021-10-13Enable proper legacy provider handling with OpenVPN3Arne Schwabe
2021-10-09Fix some corner case NPE report by play consoleArne Schwabe
2021-10-09Use coroutines instead AsyncTask in OpenSSL Speed testArne Schwabe
2021-10-07Fix static keys no longer working and remove duplicate checkArne Schwabe
2021-10-07Fix two small issues reported in crashes from Play ConsoleArne Schwabe
2021-10-07Fix concurrent access on TrafficHistory listsArne Schwabe
2021-10-06Minor fixesArne Schwabe
2021-10-06Fix crash when no connections are definedArne Schwabe
2021-10-06Fix NPE in Toast on Android TV (closes #1370)Arne Schwabe
2021-10-06Add option to allow loading the legacy providerArne Schwabe
2021-10-06Allow setting a default profile via App RestrictionsArne Schwabe
2021-10-04Minor cleanupsArne Schwabe
2021-10-04Add logging of StrictMode violations to app internal logArne Schwabe
2021-10-04Avoid ANR when starting OpenVPNService and fetching profileArne Schwabe
2021-10-04Ensure profile is saved if auth/password is queried on startupArne Schwabe
2021-10-03Fix peer-fingerprint with auth-user-passArne Schwabe
2021-10-01Remove Ice Cream Sandwich support from ics-openvpn (closes #1337)Arne Schwabe
2021-10-01Do not use key CA certificate if peer-fingerprint is enabledArne Schwabe
2021-10-01Implement using compat-modeArne Schwabe
2021-10-01Implement new signing API as required by the OpenSSL 3.0 providerArne Schwabe
2021-09-21Note that APIprofile also is exempted from GPL like the AIDL interfacesArne Schwabe
2021-08-24Implement support of openvpn://import-profile/ supportArne Schwabe
2021-08-13Add a dialog in Log Window allowing to start pending authArne Schwabe
2021-08-13Add WEB_AUTH pending auth supportArne Schwabe
2021-08-12Rename opvpnutil to ovpnutilArne Schwabe