chore: prepare v1.6.1 release changelogs

- Add F-Droid changelogs (versionCode 15)
  - de-DE: Code-Qualität, Zero Warnings, ktlint, CI/CD
  - en-US: Code quality, Zero warnings, ktlint, CI/CD
  - Both under 500 characters as required

- Update CHANGELOG.md / CHANGELOG.de.md
  - detekt: 29 → 0 issues
  - Build warnings: 21 → 0
  - ktlint reactivated with .editorconfig
  - CI/CD lint checks integrated
  - Constants refactoring (Dimensions, SyncConstants)
  - Preparation for v2.0.0 legacy cleanup
This commit is contained in:
inventory69
2026-01-20 15:11:35 +01:00
parent 6254758a03
commit 80a35da3ff
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
• Code-Qualität: detekt 0 Issues (29 behoben)
• Build: Zero Warnings (21 Deprecations behoben)
• ktlint reaktiviert mit Compose-Regeln
• CI/CD: Lint-Checks in GitHub Actions integriert
• Constants Refactoring: Dimensions.kt, SyncConstants.kt
• Vorbereitung für v2.0.0 Legacy-Cleanup

View File

@@ -0,0 +1,6 @@
• Code quality: detekt 0 issues (29 fixed)
• Build: Zero warnings (21 deprecations fixed)
• ktlint reactivated with Compose rules
• CI/CD: Lint checks integrated into GitHub Actions
• Constants refactoring: Dimensions.kt, SyncConstants.kt
• Preparation for v2.0.0 legacy cleanup