| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-17 | Ignore GHSA-2363-cqg2-863c as it is not relevant | Jonatan Rhodin | 1 | -0/+6 | |
| 2025-09-11 | Update lockfile | David Göransson | 3 | -700/+1251 | |
| 2025-09-11 | Bump benchmarch macro to 1.4.1 | David Göransson | 1 | -1/+1 | |
| 2025-09-11 | Bump kotlin to 2.2.20 | David Göransson | 1 | -2/+2 | |
| 2025-09-11 | Bump koin to 4.1.1 | David Göransson | 1 | -2/+2 | |
| 2025-09-11 | Bump activity to 1.11.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-11 | Bump compose to 1.9.1 | David Göransson | 1 | -1/+1 | |
| 2025-09-11 | Bump baselineprofile to 1.4.1 | David Göransson | 1 | -1/+1 | |
| 2025-09-11 | Bump AGP to 8.13.0 | David Göransson | 1 | -2/+2 | |
| 2025-09-10 | Add inital baseline profile generation | Kalle Lindström | 3 | -0/+206 | |
| To improve startup performance this PR adds a baseline profile generation module in test/baselineprofile. The baseline profile plugin requires Junit4 so that is also added as a dependency. A baseline-prof.txt was also generated by running `./gradlew generatePlayProdReleaseBaselineProfile` and checked in. The tests that generate the baselineprofile currently only start the app and accepts the privacy policy. This should be improved later on to improve the startup performance. | |||||
| 2025-09-05 | Push and align expiry dates | David Göransson | 1 | -6/+6 | |
| 2025-09-05 | Ignore CVE-2025-58056 on android | David Göransson | 1 | -0/+6 | |
| 2025-09-04 | Ignore CVE-2025-58057 on android | Jonatan Rhodin | 1 | -0/+6 | |
| 2025-09-02 | Update lockfile | David Göransson | 2 | -0/+16 | |
| 2025-08-28 | Update lockfile | David Göransson | 2 | -608/+368 | |
| 2025-08-28 | Bump protobuf to 4.32.0 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump grpc to 1.75.0 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump kermit to 2.0.8 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump lifecycle to 2.9.3 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump agp to 8.12.1 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump ksp to 2.2.10-2.0.2 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Bump kotlin to 2.2.10 | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Upgrade to Gradle 9.0.0 | Kalle Lindström | 1 | -2/+2 | |
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 4 | -125/+1236 | |
| 2025-08-19 | Update ui automator | Jonatan Rhodin | 2 | -6/+6 | |
| 2025-08-15 | Update verification metadata | Jonatan Rhodin | 3 | -1707/+1317 | |
| 2025-08-15 | Update test orchestrator to 1.6.1 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-08-15 | Update core-ktx to 1.17.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-08-15 | Update jetpack compose to 1.9.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-08-14 | Ignore CVE-2025-55163 as it only affects http2 | Jonatan Rhodin | 1 | -0/+6 | |
| 2025-08-01 | Update lockfile | David Göransson | 2 | -239/+229 | |
| 2025-08-01 | Bump agp to 8.12.0 | David Göransson | 1 | -4/+2 | |
| 2025-08-01 | Update android osv vulns | David Göransson | 1 | -24/+9 | |
| 2025-08-01 | Update lockfile | David Göransson | 3 | -257/+440 | |
| 2025-08-01 | Fix ktor parsing error | David Göransson | 1 | -2/+3 | |
| App module had transitive dependencies using a older version at runtime of serializationx. However, when compiling the test:e2e module a later version than 1.8.0 was used through ktor. This caused deserialization in runtime to go looking for a method that didn't exist. By putting an explicit version in the app module we make sure to use a version that is compatible with ktor. | |||||
| 2025-07-31 | Bump ktor to 3.2.3 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Update lockfile | David Göransson | 1 | -110/+159 | |
| 2025-07-31 | Bump grpc to 1.74.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump junit to 5.13.4 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump espresso to 3.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx test orchestrator to 1.6.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx runner to 1.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx monitor to 1.8.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx test to 1.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-29 | Bump ndk to 27.3.13750724 | David Göransson | 1 | -1/+1 | |
| 2025-07-28 | Add named arg detekt test | Kalle Lindström | 2 | -0/+36 | |
| Adds a custom detekt rule that checks that all Screen and Dialog composables are called with only named arguments. | |||||
| 2025-07-17 | Update lockfile | David Göransson | 2 | -256/+338 | |
| 2025-07-17 | Document grpc-kotlin 1.4.1 version | David Göransson | 1 | -0/+2 | |
| 2025-07-17 | Bump mockk to 1.14.5 | David Göransson | 1 | -1/+1 | |
| 2025-07-17 | Bump mockwebserver to 5.1.0 | David Göransson | 1 | -1/+1 | |
