Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Remove 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-27 | Implement internal webview for authenticating when OPEN_URL is used | Arne Schwabe | |
2020-05-19 | Update test dependencies | Arne Schwabe | |
2020-05-18 | Fix tls-cryptv2 profile generation | Arne Schwabe | |
2020-05-18 | Change code to account for removal of --disable-server in openvpn2 | Arne Schwabe | |
2020-05-06 | Version 0.7.16 | Arne Schwabe | |
Also update submodules to latest versions | |||
2020-05-06 | Convert ListView in allowed apps to RecyclerView | Arne Schwabe | |
Closes #693 | |||
2020-05-05 | Fixes #1188 Optimize pattern compile for logging | Afzal Najam | |
2020-04-28 | Fix for MDM in case ovpn field is one line | ipertov04 | |
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-23 | Fix missing okay/cancel buttons in RemoteDN preference (closes #1160) | Arne Schwabe | |
2020-04-23 | Also hide proxy port when hiding proxy options (closes #1176) | Arne Schwabe | |
2020-04-23 | Update to OpenSSL 1.1.1g | Arne Schwabe | |
2020-04-23 | Declare this app can do tls-crypt-v2 when importing a profile from | Arne Schwabe | |
an AS server | |||
2020-04-23 | Fix lint warnings | Arne Schwabe | |
2020-04-23 | Warn if default VPN is not enabled when enabling on boot connect | Arne Schwabe | |
Closes #1110 | |||
2020-03-23 | OpenSSL 1.1.1e | Arne Schwabe | |
2020-03-05 | Fix crash on non-editable profiles | Arne Schwabe | |
2020-03-05 | Fix import not working from external apps | Arne Schwabe | |
2020-03-04 | Do not use large random number for startActivityForResult (closes #1155) | Arne Schwabe | |
2020-03-03 | Update URLs to HTTPS | TotalCaesar659 | |
2020-02-25 | Version 0.7.14 | Arne Schwabe | |
2019-12-31 | Add test for issue #1124 | Arne Schwabe | |
2019-12-22 | TabBar left aligned | Arne Schwabe | |
Not ideal but enough. And the whole TabLayout seems to be a minefield of strange behaviour | |||
2019-12-20 | Change Swig java file generation to a more standard way | Arne Schwabe | |
This also fixes the issues of Android studio not seeing the generated files. | |||
2019-12-13 | Version 0.7.13 | Arne Schwabe | |
2019-12-12 | Fix 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-12 | Make tab bar better on small devices, worse on large ... :/ | Arne Schwabe | |
2019-12-12 | Band aid fix for old file select layout. | Arne Schwabe | |
2019-12-11 | Modernise 2FA challenge input, use activity alias for non implemented activities | Arne Schwabe | |
2019-12-09 | Implement the challenge response protocol for implementing AS profiles | Arne Schwabe | |
2019-12-04 | Version 0.7.12 | Arne Schwabe | |
2019-12-04 | Fix importing profiles | Arne Schwabe | |
2019-11-22 | Fix building skeleton variant, fix lint issues and release beta 0.7.11 | Arne Schwabe | |
2019-11-22 | Update OpenVPN and OpenVPN 3 and make change to build them | Arne Schwabe | |
2019-11-22 | Fix issues with search widget | Arne Schwabe | |
2019-11-20 | Implement importing profiles from Access Server | Arne Schwabe | |
2019-11-17 | Convert OpenSSLSpeed,bugfixes for library conversion | Arne Schwabe | |
2019-11-17 | Convert most fragments/activities to androidx | Arne Schwabe | |
2019-11-17 | Convert ConfigConvert to Kotlin | Arne Schwabe | |
2019-11-17 | Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2 | Uipko Berghuis | |
2019-10-28 | Fix build lint issue | Arne Schwabe | |
2019-10-28 | Update translations | Arne Schwabe | |
2019-10-28 | Update build scripts | Arne Schwabe | |
2019-10-28 | Ignore mtu parameter to mssfix (closes #1043) | Arne Schwabe | |
2019-10-28 | Fix issue with setting static keys | Arne Schwabe | |
2019-10-28 | Fix typo | Arne Schwabe | |
2019-10-28 | Update OpenVPN/OpenSSL | Arne Schwabe | |
2019-09-15 | Minor tweaks to info message support | Arne Schwabe | |
2019-09-04 | Fix incorrect loading of socks proxy (closes #1068) | Arne Schwabe | |
2019-09-04 | Implement dark mode | Arne Schwabe | |