Commit Graph

9 Commits

Author SHA1 Message Date
Michachatz 23bb2f2587 Merge branch 'master' into renovate/jackson-monorepo 2026-05-31 19:39:03 +02:00
Michachatz 03dc8f812d Merge pull request #4 from Michatec/renovate/kotlin-monorepo
Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.3.21
2026-05-31 19:38:09 +02:00
Michachatz 5d2cacb4ef Merge branch 'master' into renovate/gradle 2026-05-31 19:37:51 +02:00
renovate[bot] cf8713976c Update dependency com.github.woheller69:FreeDroidWarn to V1.13 2026-05-27 00:07:36 +00:00
renovate[bot] c566303538 Update dependency com.android.application to v9.2.1 2026-05-27 00:07:32 +00:00
renovate[bot] 81a3177168 Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.3.21 2026-05-25 22:03:08 +00:00
renovate[bot] 56bf081f13 Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.3 2026-05-25 22:03:03 +00:00
Michatec 688d03ba8b - Migrate build system to Kotlin DSL (build.gradle.kts, settings.gradle.kts)
- Upgrade `compileSdk` and `targetSdk` to 36
- Add German (`de`) localization and string resources
- Add Michachatz F-Droid repository to default list
- Update dependencies and plugins in `libs.versions.toml`
- Remove manual signing configuration from README.md
- Refactor code to use non-deprecated `alpha` property and context-based string retrieval
- Clean up `buildConfig` and locale filtering logic
2026-04-09 13:34:45 +02:00
Michatec bdd204d9de - Migrate dependencies to Version Catalog (libs.versions.toml)
- Update Kotlin to 2.3.20 and Jackson Core to 2.21.2
- Update Gradle Wrapper to 9.4.1
- Bump version code to 17 and version name to 1.7
- Remove unused `percentTranslationY` property from `FragmentLinearLayout`
- Clean up semicolons in `MainApplication.kt`
- Update `.gitignore` to include `gradle-daemon-jvm.properties`
2026-03-24 13:07:06 +01:00