summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-18Ability to pass extras when starting VPN via AIDL using inline config.ntoskrnl
To preserve backward compatibility, a new method is created: IOpenVPNAPIService#startVPNwithExtras(String, Bundle). Currently only one parameter is supported: de.blinkt.openvpn.api.ALLOW_VPN_BYPASS – boolean.
2021-07-09Version 0.7.23Arne Schwabe
2021-07-08Fix wrong singature in SignDataTestArne Schwabe
2021-06-15Cleanup kotlin migration and message to use Always on VPNArne Schwabe
2021-06-15Number of miscellenous fixes and clean upsArne Schwabe
2021-06-15Upgrade build files to new versionsArne Schwabe
2021-06-14Convert General Settings to KotlinArne Schwabe
2021-04-16Add github actionsArne Schwabe
2021-04-15Implement VPN http proxy support (Android 10+) (closes #1263)Arne Schwabe
Use dhcp-option PROXY_HTTP 1.2.3.4 8080 or push "dhcp-option PROXY_HTTP 1.2.3.4 8080" from a server to use the feature.
2021-04-15Update gradle files, remove anko dependencyArne Schwabe
2021-04-09Fix custom options in serverlist fragment (closes #1298)Arne Schwabe
2021-03-15v0.7.22Arne Schwabe
2021-03-12Update OpenSSL to 1.1.1jArne Schwabe
2021-03-12Update OpenVPN 2.x and OpenVPN 3.xArne Schwabe
2021-03-12Add small script to run coverityArne Schwabe
2021-03-12Add End of service and privacy policy in about dialogArne Schwabe
This is a common requirement of Google play store. Even though this app should not really need them and therefore the content is pretty short and redundant.
2021-03-12Remove remaining GMS codeArne Schwabe
2021-03-04Update translations (closes #1296)Arne Schwabe
2021-02-19Add changes required for API 'S' (upcoming 31)Arne Schwabe
2021-02-16Add privacy policyArne Schwabe
2021-02-16Make Coverity happyArne Schwabe
Most of these things are minor to the point that changing them is only to make the scanner happy.
2021-02-16Implement UI support for --peer-fingerprintArne Schwabe
2021-02-16Fix very unlikely ressource leaksArne Schwabe
2021-02-16Ignore Synopsis/Polaris warningsArne Schwabe
2021-02-16ignore lint error on permission to list all appsArne Schwabe
2021-02-16Update gradleArne Schwabe
2020-11-23Provide a padding type for externalCertificateProviderEvgenii Potapov
Based on server-side OpenSSL behaviour the data to be signed by externalCertificateProvider may be or may be not padded already. To choose the proper signing mechanism we need to pass external info.
2020-09-29Fix typo in the word proprietaryArne Schwabe
Noticed by random dragon on reddit.
2020-09-24Version 0.7.21Arne Schwabe
2020-09-24Import OpenSSL 1.1.1hArne Schwabe
2020-09-24Add FAQ for NCPArne Schwabe
2020-09-24Request QUERY_ALL_PACKAGES permission (closes #1238)Arne Schwabe
On SDK 30 or higher this permission is required to be able to list all packages on a device. This app needs that to show all installed apps in the allow/disallow Apps via VPN dialog.
2020-09-24Update README filename referenceJosh Soref
2020-09-21Version 0.7.20Arne Schwabe
2020-09-21Allow none cipher in data-ciphers (closes #1232)Arne Schwabe
2020-09-21Set OpenVPN metered to false (closes #1227)Arne Schwabe
See also https://developer.android.com/reference/android/net/VpnService.Builder#setMetered(boolean)
2020-09-21Just assume the new API is always availabe on SDK 30+Arne Schwabe
closes #1234
2020-09-21Ignore AES-GCM cipher on conversionArne Schwabe
2020-09-14Version 0.7.19Arne Schwabe
2020-09-14Include --cipher into --data-ciphers for the sake of compatibilityArne Schwabe
2020-09-11Enable V2 signing, update openvpn/oepnvpn3Arne Schwabe
2020-08-02Fix app not launching on older APIsArne Schwabe
2020-07-31Version 0.7.17Arne Schwabe
2020-07-31Move UI activities to ui manifestArne Schwabe
2020-07-31New OpenVPN versionsArne Schwabe
2020-07-31Small fixesArne Schwabe
2020-06-03Fix travisArne Schwabe
2020-06-03Update gradle plugins and to Android studio 4.0Arne Schwabe
2020-05-29Remove hidden attribute in restrictions (closes #1200)Arne Schwabe
According to the discussion in #1194, Google GSuite is not following their own spec that hidden fields should not be shown and set to their implicit default value. Unhide the field, so user can set it to the default value. From the docs (https://developer.android.com/reference/android/content/RestrictionsManager): *hidden* type must have a defaultValue and will not be shown to the administrator. It can be used to pass along data that cannot be modified, such as a version code.
2020-05-27Implement internal webview for authenticating when OPEN_URL is usedArne Schwabe