| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-30 | Move gradle repos to settings | Albin | 1 | -10/+0 | |
| 2025-10-20 | Depend on classpaths only when writing lockfile | David Göransson | 1 | -33/+38 | |
| 2025-10-15 | Clarify aapt version | David Göransson | 1 | -5/+5 | |
| 2025-10-15 | Suppress entire block | David Göransson | 1 | -1/+1 | |
| 2025-09-10 | Add inital baseline profile generation | Kalle Lindström | 1 | -0/+1 | |
| 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-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 1 | -8/+8 | |
| 2025-07-28 | Add named arg detekt test | Kalle Lindström | 1 | -0/+5 | |
| Adds a custom detekt rule that checks that all Screen and Dialog composables are called with only named arguments. | |||||
| 2025-05-26 | Fix issue link | David Göransson | 1 | -1/+1 | |
| 2025-05-26 | Make aapt version references more logical | David Göransson | 1 | -3/+2 | |
| 2025-03-13 | Clean up redundant gradle repo | Albin | 1 | -1/+0 | |
| 2025-02-04 | Remove OWASP dependency check plugin | Albin | 1 | -11/+0 | |
| The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case. | |||||
| 2025-01-29 | Implement detekt and ktfmt for buildSrc | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-01-08 | Add gradle rust plugin | Jonatan Rhodin | 1 | -0/+3 | |
| 2024-10-08 | Remove detekt baseline configuration | David Göransson | 1 | -2/+0 | |
| 2024-09-24 | Add suppressions for unintended CVEs | Jonatan Rhodin | 1 | -1/+5 | |
| 2024-09-17 | Format build files | David Göransson | 1 | -6/+3 | |
| 2024-09-17 | Remove usage of project.buildDir | David Göransson | 1 | -1/+1 | |
| 2024-08-16 | Fix dependency version check plugin | Albin | 1 | -1/+1 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -40/+53 | |
| 2024-06-27 | Bump Dependencies to K2 | David Göransson | 1 | -0/+5 | |
| 2024-06-17 | Fix issues with protoc and protoc-java verification | Jonatan Rhodin | 1 | -2/+24 | |
| 2024-06-10 | Extend detekt exclusion rules | Albin | 1 | -2/+11 | |
| Add exclusion for generated gRPC classes and make sure neither those nor other generated classes are included in the baseline. | |||||
| 2024-02-05 | Add detekt gradle configuration | David Göransson | 1 | -0/+25 | |
| 2023-09-21 | Apply automatic formatting and cleanup of gradle files | Albin | 1 | -6/+2 | |
| 2023-08-04 | Fix gradle-versions-plugin configuration | Albin | 1 | -8/+3 | |
| 2023-03-21 | Configure ktfmt | Albin | 1 | -0/+2 | |
| 2023-03-16 | Fix kts lint issue | Albin | 1 | -1/+0 | |
| 2023-03-16 | Add empty lint config | Albin | 1 | -0/+1 | |
| 2023-03-13 | Set ktfmt lang style | Albin | 1 | -0/+4 | |
| 2023-03-13 | Add ktfmt gradle plugin | Albin | 1 | -0/+2 | |
| 2022-09-03 | Prepare aapt for generating gradle checksums | Albin | 1 | -0/+6 | |
| 2022-03-09 | Suppress false positive Android CVE | Albin | 1 | -0/+1 | |
| The CVE (CVE-2022-24329) only affects "Multiplatform Gradle Projects" according to the CVE description, which this is not, and therefore it's considered a false positive. | |||||
| 2022-01-13 | Add Android version check plugin | Albin | 1 | -0/+15 | |
| 2022-01-10 | Extract Android dependencies to constants | Albin | 1 | -13/+7 | |
| Extracts Android dependency names/versions/repos to Kotlin constants in source code. The purpose of this change is to minimize duplication, unify versions and prepare the project to be split into multiple sub-projects/modules. | |||||
| 2022-01-05 | Migrade gradle scripts to kotlin/kts | Albin | 1 | -0/+41 | |
