summaryrefslogtreecommitdiff
path: root/main/src/ui/java
AgeCommit message (Collapse)Author
2021-08-24Implement support of openvpn://import-profile/ supportArne Schwabe
For details about the protocol see https://github.com/OpenVPN/openvpn3/blob/master/doc/webauth.md
2021-08-13Add a dialog in Log Window allowing to start pending authArne Schwabe
2021-08-13Add WEB_AUTH pending auth supportArne 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-14Convert General Settings to KotlinArne 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-12Remove remaining GMS codeArne 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
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-21Just assume the new API is always availabe on SDK 30+Arne Schwabe
closes #1234
2020-09-14Include --cipher into --data-ciphers for the sake of compatibilityArne Schwabe
2020-09-11Enable V2 signing, update openvpn/oepnvpn3Arne Schwabe
2020-07-31Move UI activities to ui manifestArne Schwabe
2020-07-31Small fixesArne Schwabe
2020-05-27Implement internal webview for authenticating when OPEN_URL is usedArne Schwabe
2020-05-06Convert ListView in allowed apps to RecyclerViewArne Schwabe
Closes #693
2020-04-23Fix missing okay/cancel buttons in RemoteDN preference (closes #1160)Arne Schwabe
2020-04-23Also hide proxy port when hiding proxy options (closes #1176)Arne Schwabe
2020-04-23Declare this app can do tls-crypt-v2 when importing a profile fromArne Schwabe
an AS server
2020-04-23Fix lint warningsArne Schwabe
2020-04-23Warn if default VPN is not enabled when enabling on boot connectArne Schwabe
Closes #1110
2020-03-05Fix import not working from external appsArne Schwabe
2020-03-04Do not use large random number for startActivityForResult (closes #1155)Arne Schwabe
2019-12-22TabBar left alignedArne Schwabe
Not ideal but enough. And the whole TabLayout seems to be a minefield of strange behaviour
2019-12-20Change Swig java file generation to a more standard wayArne Schwabe
This also fixes the issues of Android studio not seeing the generated files.
2019-12-13Version 0.7.13Arne Schwabe
2019-12-12Band aid fix for old file select layout.Arne Schwabe
2019-12-11Modernise 2FA challenge input, use activity alias for non implemented activitiesArne Schwabe
2019-12-09Implement the challenge response protocol for implementing AS profilesArne Schwabe
2019-12-04Fix importing profilesArne Schwabe
2019-11-22Fix building skeleton variant, fix lint issues and release beta 0.7.11Arne Schwabe
2019-11-22Fix issues with search widgetArne Schwabe
2019-11-20Implement importing profiles from Access ServerArne Schwabe
2019-11-17Convert OpenSSLSpeed,bugfixes for library conversionArne Schwabe
2019-11-17Convert most fragments/activities to androidxArne Schwabe
2019-11-17Convert ConfigConvert to KotlinArne Schwabe
2019-11-17Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2Uipko Berghuis
2019-10-28Fix build lint issueArne Schwabe
2019-10-28Fix issue with setting static keysArne Schwabe
2019-09-04Fix incorrect loading of socks proxy (closes #1068)Arne Schwabe
2019-09-04Implement dark modeArne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-13Fix NPE crashArne Schwabe
2019-08-05Add skeleton build variantArne Schwabe