summaryrefslogtreecommitdiff
path: root/main/src
AgeCommit message (Collapse)Author
2020-05-06Convert ListView in allowed apps to RecyclerViewArne Schwabe
Closes #693
2020-05-05Fixes #1188 Optimize pattern compile for loggingAfzal Najam
2020-04-28Fix for MDM in case ovpn field is one lineipertov04
Fix for MDM which support appconfig (in case ovpn field is one line base64 encoded string). If config contains only one line without spaces, then: - If not exception is cought, then it is a decoded base64 string - If exception is cought, then assumed it is a normal string
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-23Update to OpenSSL 1.1.1gArne 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-23OpenSSL 1.1.1eArne Schwabe
2020-03-05Fix crash on non-editable profilesArne Schwabe
2020-03-05Fix import not working from external appsArne Schwabe
2020-03-04Do not use large random number for startActivityForResult (closes #1155)Arne Schwabe
2020-03-03Update URLs to HTTPSTotalCaesar659
2020-02-25Version 0.7.14Arne Schwabe
2019-12-31Add test for issue #1124Arne 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-12Fix TLS 1.3 and TLS 1.2 with Android 4.1 (jelly bean)Arne Schwabe
For a colleague who really wanted it: "Oh come on, it's a simple fix. Simply fix 10 year old software a bit. 😜"
2019-12-12Make tab bar better on small devices, worse on large ... :/Arne 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-04Version 0.7.12Arne 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-22Update OpenVPN and OpenVPN 3 and make change to build themArne 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-28Update translationsArne Schwabe
2019-10-28Update build scriptsArne Schwabe
2019-10-28Ignore mtu parameter to mssfix (closes #1043)Arne Schwabe
2019-10-28Fix issue with setting static keysArne Schwabe
2019-10-28Fix typoArne Schwabe
2019-10-28Update OpenVPN/OpenSSLArne Schwabe
2019-09-15Minor tweaks to info message supportArne 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-26Migrate OpenSSL build config to openssl directoryArne Schwabe
2019-08-13Fix NPE crashArne Schwabe
2019-08-13Implement proper logging to LogcatArne Schwabe
2019-08-13Update c/c++ dependenciesArne Schwabe
2019-08-07Reformat + IV_HWADDR on OpenVPN3Arne Schwabe