| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
