ultimate-media-tracker/src
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
..
core feat: add item notes and duplicate detection across platforms 2026-08-16 12:04:28 +02:00
providers feat: add item notes and duplicate detection across platforms 2026-08-16 12:04:28 +02:00
sync feat: add item notes and duplicate detection across platforms 2026-08-16 12:04:28 +02:00
ui feat: add item notes and duplicate detection across platforms 2026-08-16 12:04:28 +02:00
main.cpp feat: initial commit for media tracking software 2026-06-15 02:02:25 +02:00