bollwerk/app
Jens Reinemann 645a110297 feat(#17): Room-Entities & LocalDateConverter
- Add CategoryEntity, LocationEntity, SettingsEntity, ItemEntity
- ItemEntity: FK to Category+Location with CASCADE, indices on FK columns
- LocalDateConverter: LocalDate? <-> String? (ISO-8601) via @TypeConverter
- Add LocalDateConverterTest: 4 unit tests (null/non-null round-trip)
2026-05-13 22:57:43 +02:00
..
src feat(#17): Room-Entities & LocalDateConverter 2026-05-13 22:57:43 +02:00
build.gradle.kts chore: bump version to 1.2 (versionCode 3) 2026-05-13 22:33:24 +02:00
proguard-rules.pro feat: Android-Projekt-Gerüst anlegen (#13) 2026-05-13 15:24:39 +02:00