| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-05 | Migrade gradle scripts to kotlin/kts | Albin | 1 | -39/+0 | |
| 2022-01-05 | Prepare gradle scripts for kotlin migration | Albin | 1 | -10/+9 | |
| 2021-12-20 | Add Android dependency audit | Albin | 1 | -0/+6 | |
| Adds the OWASP Dependency-Check tool to the project to detect potentially vulnerable dependencies. Gradle is configured to skip the lintClassPath configuration, which relies on many dependencies that has been flagged to have CVEs, as it's related to the lint tooling rather than the project's compilation class path. The alternative would be to suppress specific CVEs, however that could potentially result in suppressed CVEs in project compilation class path. | |||||
| 2021-12-16 | Split Android project and app module | Albin | 1 | -174/+9 | |
| The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins. | |||||
| 2021-10-08 | Drop support for Android 7/7.1 | Albin | 1 | -1/+1 | |
| Android 8/API level 26 or later is now required. | |||||
| 2021-10-04 | Migrate from JCenter to mavenCentral | Albin | 1 | -10/+10 | |
| JCenter has been sunset and should no longer be relied on as per: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ The migration also required the following changes: * Updated Koin maven group id as per the official documentation at: https://insert-koin.io/docs/setup/v2/ * Bump MockK version due to old versions of one of its dependencies' (dexmaker) not being available at mavenCentral. * Fix mockK instrumentation lib issue. | |||||
| 2021-05-14 | Test `HandlerFlow` forwarding messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-05-04 | Bump Android version in build.gradle | Linus Färnstrand | 1 | -2/+2 | |
| 2021-04-19 | Refactor SplitTunneling Fragment, add tests. | Aleksandr Granin | 1 | -2/+23 | |
| 2021-04-06 | Bump Android version to 2021.1-beta1 | Linus Färnstrand | 1 | -2/+2 | |
| 2021-04-06 | Init Koin as DI for android project | Aleksandr Granin | 1 | -1/+14 | |
| 2021-04-01 | Create SplitTunneling ViewModel and tests | Aleksandr Granin | 1 | -12/+14 | |
| 2021-03-23 | Create ApplicationsProvider and AppplicationsIcon cache | Aleksandr Granin | 1 | -3/+5 | |
| 2021-03-19 | Add unit test into CI | Aleksandr Granin | 1 | -0/+11 | |
| 2021-03-19 | Create Relayname comparator with respect to numbers in the name | Aleksandr Granin | 1 | -0/+13 | |
| 2021-03-12 | Create list item view and layouts. Defie text and list item styles | Aleksandr Granin | 1 | -0/+1 | |
| 2021-03-02 | Color StatusBar for Settings and SelectLocation fragments | Aleksandr Granin | 1 | -0/+1 | |
| 2021-03-02 | Change deprecated fragment methods/properties | Aleksandr Granin | 1 | -1/+2 | |
| 2021-02-26 | Add transition animation listener for enter | Aleksandr Granin | 1 | -1/+1 | |
| 2021-02-18 | Bump version to 2021.2 | Linus Färnstrand | 1 | -2/+2 | |
| 2021-02-18 | Bump version to 2021.2-beta1 | Linus Färnstrand | 1 | -2/+2 | |
| 2021-02-15 | Allow registering event listener messengers | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2021-02-12 | Bump Android SDK version to 30 | Aleksandr Granin | 1 | -3/+3 | |
| 2021-02-11 | Bupm gradle plugin | Aleksandr Granin | 1 | -1/+1 | |
| 2021-02-10 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2021-02-03 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2021-01-26 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2021-01-19 | Migrate to androidX | Aleksandr Granin | 1 | -4/+4 | |
| 2021-01-07 | Update build.gradle with kotlin src | Aleksandr Granin | 1 | -0/+7 | |
| 2020-12-11 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-12-10 | Add custom DNS server address when tick is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-12-03 | Opt-in to experimental coroutines API | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-11-30 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-11-23 | Treat all Kotlin compiler warnings as errors | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-11-23 | Ignore warnings related to channel coroutines API | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-11-19 | Bundle API address cache with the app | David Lönnhager | 1 | -0/+1 | |
| 2020-11-18 | Updating version in package files to 2020.7 | Linus Färnstrand | 1 | -2/+2 | |
| 2020-11-16 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-11-10 | Updating version to 2020.7-beta1 | Linus Färnstrand | 1 | -2/+2 | |
| 2020-10-20 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-10-06 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-10-02 | Update Kotlin plugin and libraries | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 | |
| 2020-08-27 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-08-21 | Update target SDK version and build tools version | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 | |
| 2020-08-20 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-06-25 | Create `UnderNotificationBannerBehavior` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-06-25 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2020-06-16 | Updating version in package files2020.5-beta2 | Linus Färnstrand | 1 | -2/+2 | |
| 2020-05-27 | Apply Gradle Play Publisher plugin | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-05-26 | Upgrade Gradle and Android Gradle Plugin versions | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
