Fix pagination, episode parsing, and infinite scroll issues

- Fix episode parsing to capture all episodes from various page structures
- Add duplicate prevention for episodes and rows
- Implement smooth scrolling with preload next page
- Add Handler cleanup to prevent memory leaks
- Create release keystore and signing config
This commit is contained in:
tvmon-dev
2026-04-15 20:11:25 +09:00
parent ba188894a1
commit f4db19329f
6 changed files with 107 additions and 35 deletions

6
version.json Normal file
View File

@@ -0,0 +1,6 @@
{
"versionCode": 1,
"versionName": "1.0.0",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.0.0/app-release.apk",
"updateMessage": "tvmon v1.0.0 - Android TV app with pagination fix and cast display improvements"
}