Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-04 | Update gradle version | Arne Schwabe | |
2022-01-13 | Version 0.7.33 | Arne Schwabe | |
2022-01-09 | Version 0.7.32 | Arne Schwabe | |
2021-12-19 | Version 0.3.31 with new build code | Arne Schwabe | |
The google play store forced me to have a new version code. So here it is. | |||
2021-12-17 | Version 0.7.31 | Arne Schwabe | |
2021-12-17 | Update dependencies and version 0.7.30 | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-12-17 | Import new OpenVPN3 version | Arne Schwabe | |
Signed-off-by: Arne Schwabe <arne@rfc2549.org> | |||
2021-10-16 | Version 0.7.29 | Arne Schwabe | |
2021-10-13 | Version 0.7.28 | Arne Schwabe | |
2021-10-07 | Version 0.7.27 | Arne Schwabe | |
2021-10-06 | Version 0.7.26 | Arne Schwabe | |
2021-10-04 | Version 0.7.25 | Arne Schwabe | |
2021-10-04 | Update dependencies version to latest | Arne Schwabe | |
2021-10-04 | Update okhttp to version 4.9.1 and adjust API usage | Arne Schwabe | |
2021-10-03 | Small gradle build file cleanup | Arne Schwabe | |
2021-10-01 | Remove Ice Cream Sandwich support from ics-openvpn (closes #1337) | Arne Schwabe | |
Ice cream sandwich was the first Android version to support the VPNService API, which also gave the project its name as it was an Android port to ICS. Now that the NDK does no longer support API 14 and 15, this project needs to say farewell to Ice cream sandwich. | |||
2021-09-27 | Update build system and API to 31 | Arne Schwabe | |
2021-08-25 | Version 0.7.24 | Arne Schwabe | |
2021-07-09 | Version 0.7.23 | Arne Schwabe | |
2021-06-15 | Upgrade build files to new versions | Arne Schwabe | |
2021-04-15 | Update gradle files, remove anko dependency | Arne Schwabe | |
2021-03-15 | v0.7.22 | Arne Schwabe | |
2021-02-16 | Update gradle | Arne Schwabe | |
2020-09-24 | Version 0.7.21 | Arne Schwabe | |
2020-09-21 | Version 0.7.20 | Arne Schwabe | |
2020-09-14 | Version 0.7.19 | Arne Schwabe | |
2020-09-11 | Enable V2 signing, update openvpn/oepnvpn3 | Arne Schwabe | |
2020-08-02 | Fix app not launching on older APIs | Arne Schwabe | |
2020-07-31 | Version 0.7.17 | Arne Schwabe | |
2020-07-31 | Small fixes | Arne Schwabe | |
2020-06-03 | Update gradle plugins and to Android studio 4.0 | Arne Schwabe | |
2020-05-19 | Update test dependencies | Arne Schwabe | |
2020-05-18 | Fix tls-cryptv2 profile generation | Arne Schwabe | |
2020-05-06 | Version 0.7.16 | Arne Schwabe | |
Also update submodules to latest versions | |||
2020-05-06 | Update versions | Arne Schwabe | |
2020-04-23 | Update library versions | Arne Schwabe | |
2020-03-23 | Update library versions | Arne Schwabe | |
2020-03-05 | Version 0.7.15 | Arne Schwabe | |
2020-02-25 | Version 0.7.14 | Arne Schwabe | |
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 | Band aid fix for old file select layout. | Arne Schwabe | |
2019-12-11 | Use debug singing for release if icsopenvpnDebugSign is set | Arne Schwabe | |
2019-12-11 | Define plugins in Gradle Kotlin DSL style | Uipko Berghuis | |
The use of apply plugin in kts file could cause issues, see: https://kotlinlang.org/docs/reference/using-gradle.html#using-gradle-kotlin-dsl | |||
2019-12-11 | Move release signing settings to signingConfig | Uipko Berghuis | |
Use keystore for release builds and debug signing for debug builds. | |||
2019-12-11 | Move swig3 magic to end of build.gradle | Uipko Berghuis | |
Start with default android stuff, move black magic to end of file. | |||
2019-12-11 | Remove module specefic repository decleration | Uipko Berghuis | |
Repositories are defined in top level build.gradle. No need to define them again in the modules. | |||
2019-12-04 | Version 0.7.12 | Arne Schwabe | |
2019-11-22 | Fix building skeleton variant, fix lint issues and release beta 0.7.11 | Arne Schwabe | |
2019-11-17 | Convert most fragments/activities to androidx | Arne Schwabe | |