ultimate-media-tracker/android/app
Tronax 2b35139364 feat: add item notes and duplicate detection across platforms
- Add per-item notes editable in the detail and edit screens, synced
  between desktop and Android
- Guard against duplicates by external ID and by type/year/title,
  mirroring the desktop findDuplicate logic in MediaDao
- Wrap multi-step database operations in Room transactions
- Disable Android auto backup and remove the destructive Room
  migration fallback so schema bumps fail loudly instead of wiping data
- Bound crypto envelope KDF parameters when reading untrusted headers
- Handle malformed server responses in SyncClient instead of crashing
- Extend settings, database, and image cache on the desktop side
2026-08-16 12:04:28 +02:00
..
src/main feat: add item notes and duplicate detection across platforms 2026-08-16 12:04:28 +02:00
build.gradle.kts feat(android): reach desktop feature parity and fix 16 KB page-size crash 2026-06-21 01:40:55 +02:00
proguard-rules.pro feat: add Android app and end-to-end encrypted library sync 2026-06-21 00:35:54 +02:00