No description
Find a file
Tronax 73529d4c7e
feat(sync): improve web history parsing and background TMDB enrichment
- Rewrite Netflix parser to extract viewing history via the Shakti API using performance resource entries.
- Update Prime Video URLs and replace Disney+/Apple TV with a generic "Other" provider.
- Add batched database transactions for runtime and poster updates to prevent UI notification storms.
- Decouple TMDB enrichment into a background coroutine scope so large imports return immediately.
- Track loaded provider in the sync screen to properly trigger WebView reloads on provider switches.
2026-08-04 19:39:00 +02:00
.zcode/plans feat: add movies stats screen and improve provider sync 2026-08-04 17:46:57 +02:00
app feat(sync): improve web history parsing and background TMDB enrichment 2026-08-04 19:39:00 +02:00
gradle feat: add movies stats screen and improve provider sync 2026-08-04 17:46:57 +02:00
.gitignore feat: initial commit for BingeStats Android app (Kotlin + Compose + TMDB + Multi-Provider architecture) 2026-08-04 15:04:40 +02:00
build.gradle.kts feat: initial commit for BingeStats Android app (Kotlin + Compose + TMDB + Multi-Provider architecture) 2026-08-04 15:04:40 +02:00
gradle.properties feat: initial commit for BingeStats Android app (Kotlin + Compose + TMDB + Multi-Provider architecture) 2026-08-04 15:04:40 +02:00
gradlew feat: add movies stats screen and improve provider sync 2026-08-04 17:46:57 +02:00
gradlew.bat feat: add movies stats screen and improve provider sync 2026-08-04 17:46:57 +02:00
settings.gradle.kts feat: initial commit for BingeStats Android app (Kotlin + Compose + TMDB + Multi-Provider architecture) 2026-08-04 15:04:40 +02:00