summaryrefslogtreecommitdiffhomepage
path: root/android/gradle
AgeCommit message (Collapse)AuthorFilesLines
2025-04-29Bump Arrow to 2.1.0David Göransson1-1/+1
2025-04-29Bump Datastore to 1.1.5David Göransson1-1/+1
2025-04-29Bump AGP to 8.9.2David Göransson1-1/+1
2025-04-16Update lockfileDavid Göransson1-8/+64
2025-04-16Replace Volley with ktorDavid Göransson1-2/+3
2025-04-10Update lockfileDavid Göransson3-116/+370
2025-04-10Add info about mockkDavid Göransson1-0/+1
2025-04-10Bump material 3 to 1.3.2David Göransson1-1/+1
2025-04-10Bump protobuf gradle plugin to 0.9.5David Göransson1-1/+1
2025-04-10Bump coroutines to 1.10.2David Göransson1-1/+1
2025-04-10Bump ksp to 2.0.0David Göransson1-1/+1
2025-04-10Bump koin to 4.0.4David Göransson1-2/+2
2025-04-10Bump ktx to 1.16.0David Göransson1-1/+1
2025-03-27Update lockfileDavid Göransson1-460/+500
2025-03-27Bump protobuf to 4.30.2David Göransson1-1/+1
2025-03-27Bump ksp to 2.1.20-1.0.32David Göransson1-1/+1
2025-03-27Bump kotlin to 2.1.20David Göransson1-3/+3
2025-03-27Bump koin to 4.0.3David Göransson1-2/+2
2025-03-27Bump AGP to 8.9.1David Göransson1-1/+1
2025-03-27Bump datastore to 1.1.4David Göransson1-1/+1
2025-03-26Use drawable directly for split tunneling app iconsJonatan Rhodin4-0/+40
Also add a loading circle instead of the missing app icon image
2025-03-20Update verification-metadata.keys.xml descriptionDavid Göransson1-20/+4
2025-03-20Refresh all keysDavid Göransson2-2644/+1364
2025-03-20Update lockfileDavid Göransson2-229/+938
2025-03-19Update verification-metadata.xmlKalle Lindström1-0/+117
2025-03-19Improve TV connect screen UIKalle Lindström1-0/+3
- Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module.
2025-03-14Update lockfileDavid Göransson2-579/+775
2025-03-14Bump AGP to 8.9.0David Göransson1-2/+2
2025-03-14Bump mockk to 1.13.17David Göransson1-2/+1
2025-03-14Bump protobuf to 4.30.0David Göransson1-1/+1
2025-03-14Bump ksp to 2.1.10-1.0.31David Göransson1-1/+1
2025-03-14Bump gRPC to 1.71.0David Göransson1-1/+1
2025-03-14Bump compose destinations to 2.1.0David Göransson1-1/+1
2025-03-14Bump androidx credentials to 1.5.0David Göransson1-1/+1
2025-03-12Suppress netty CVEsAlbin1-1/+13
2025-03-07Update lockfileDavid Göransson1-0/+14
2025-03-07Add Androidx credentials dependencyDavid Göransson1-0/+2
2025-02-27Add instructions on how to update gradlewDavid Göransson1-0/+11
Previously the instructions where added inside the gradle-wrapper.properties files, however this means as you update it all the instructions gets removed and you have to manually add them again. I've now clarified the instructions and put them in a place where they won't get cleared out when updating.
2025-02-27Update gradle wrapper to 8.13David Göransson2-2/+2
2025-02-27Update lockfileDavid Göransson1-420/+399
2025-02-27Update detekt to 1.23.8David Göransson1-1/+1
2025-02-27Update ConstraintLayout to 1.1.1David Göransson1-1/+1
2025-02-27Update datastore to 1.1.3David Göransson1-1/+1
2025-02-27Update activity to 1.10.1David Göransson1-1/+1
2025-02-27Bump AGP to 8.8.2David Göransson1-1/+1
2025-02-26Update verification-metadata.xmlKalle Lindström1-5/+0
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström1-2/+0
Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time.
2025-02-19Update gradle lockfileAlbin1-214/+217
2025-02-19Add ktor error code commentAlbin1-0/+1
2025-02-19Revert "Bump ktor to 3.1.0"Albin1-1/+1
This reverts commit ef2caccec46ebdac5738b7602144dcbbcdf63753. Reverted due to an AbstractMethodError triggered in the serialization logic after bumping ktor 3.0.3->3.1.0.