summaryrefslogtreecommitdiffhomepage
path: root/android/build.gradle
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Migrade gradle scripts to kotlin/ktsAlbin1-39/+0
2022-01-05Prepare gradle scripts for kotlin migrationAlbin1-10/+9
2021-12-20Add Android dependency auditAlbin1-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-16Split Android project and app moduleAlbin1-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-08Drop support for Android 7/7.1Albin1-1/+1
Android 8/API level 26 or later is now required.
2021-10-04Migrate from JCenter to mavenCentralAlbin1-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-14Test `HandlerFlow` forwarding messagesJanito Vaqueiro Ferreira Filho1-0/+1
2021-05-04Bump Android version in build.gradleLinus Färnstrand1-2/+2
2021-04-19Refactor SplitTunneling Fragment, add tests.Aleksandr Granin1-2/+23
2021-04-06Bump Android version to 2021.1-beta1Linus Färnstrand1-2/+2
2021-04-06Init Koin as DI for android projectAleksandr Granin1-1/+14
2021-04-01Create SplitTunneling ViewModel and testsAleksandr Granin1-12/+14
2021-03-23Create ApplicationsProvider and AppplicationsIcon cacheAleksandr Granin1-3/+5
2021-03-19Add unit test into CIAleksandr Granin1-0/+11
2021-03-19Create Relayname comparator with respect to numbers in the nameAleksandr Granin1-0/+13
2021-03-12Create list item view and layouts. Defie text and list item stylesAleksandr Granin1-0/+1
2021-03-02Color StatusBar for Settings and SelectLocation fragmentsAleksandr Granin1-0/+1
2021-03-02Change deprecated fragment methods/propertiesAleksandr Granin1-1/+2
2021-02-26Add transition animation listener for enterAleksandr Granin1-1/+1
2021-02-18Bump version to 2021.2Linus Färnstrand1-2/+2
2021-02-18Bump version to 2021.2-beta1Linus Färnstrand1-2/+2
2021-02-15Allow registering event listener messengersJanito Vaqueiro Ferreira Filho1-1/+2
2021-02-12Bump Android SDK version to 30Aleksandr Granin1-3/+3
2021-02-11Bupm gradle pluginAleksandr Granin1-1/+1
2021-02-10Updating version in package filesLinus Färnstrand1-2/+2
2021-02-03Updating version in package filesLinus Färnstrand1-2/+2
2021-01-26Updating version in package filesLinus Färnstrand1-2/+2
2021-01-19Migrate to androidXAleksandr Granin1-4/+4
2021-01-07Update build.gradle with kotlin srcAleksandr Granin1-0/+7
2020-12-11Updating version in package filesLinus Färnstrand1-2/+2
2020-12-10Add custom DNS server address when tick is pressedJanito Vaqueiro Ferreira Filho1-0/+1
2020-12-03Opt-in to experimental coroutines APIJanito Vaqueiro Ferreira Filho1-0/+1
2020-11-30Updating version in package filesLinus Färnstrand1-2/+2
2020-11-23Treat all Kotlin compiler warnings as errorsJanito Vaqueiro Ferreira Filho1-0/+2
2020-11-23Ignore warnings related to channel coroutines APIJanito Vaqueiro Ferreira Filho1-0/+8
2020-11-19Bundle API address cache with the appDavid Lönnhager1-0/+1
2020-11-18Updating version in package files to 2020.7Linus Färnstrand1-2/+2
2020-11-16Updating version in package filesLinus Färnstrand1-2/+2
2020-11-10Updating version to 2020.7-beta1Linus Färnstrand1-2/+2
2020-10-20Updating version in package filesLinus Färnstrand1-2/+2
2020-10-06Updating version in package filesLinus Färnstrand1-2/+2
2020-10-02Update Kotlin plugin and librariesJanito Vaqueiro Ferreira Filho1-3/+3
2020-08-27Updating version in package filesLinus Färnstrand1-2/+2
2020-08-21Update target SDK version and build tools versionJanito Vaqueiro Ferreira Filho1-3/+3
2020-08-20Updating version in package filesLinus Färnstrand1-2/+2
2020-06-25Create `UnderNotificationBannerBehavior` classJanito Vaqueiro Ferreira Filho1-0/+1
2020-06-25Updating version in package filesLinus Färnstrand1-2/+2
2020-06-16Updating version in package files2020.5-beta2Linus Färnstrand1-2/+2
2020-05-27Apply Gradle Play Publisher pluginJanito Vaqueiro Ferreira Filho1-0/+6
2020-05-26Upgrade Gradle and Android Gradle Plugin versionsJanito Vaqueiro Ferreira Filho1-1/+1