Commit graph

1204 commits

Author SHA1 Message Date
Eliaway
2c61a07e90 feat: Add SponsorBlock integration and Dual Subtitles support
SponsorBlock:
- Full SponsorBlock API integration with privacy-preserving hash-based lookups
- Configurable categories (sponsor, selfpromo, interaction, intro, outro, filler, etc.)
- Auto-skip and manual skip button modes
- Merged with existing IntroDb/AniSkip skip intervals (deduplication via overlap detection)
- Per-platform SHA-256 implementations (Android/iOS/Desktop)
- Settings UI with category toggles and privacy mode

Dual Subtitles:
- Cross-platform SRT/WebVTT subtitle parser with binary search for O(log n) cue lookup
- Secondary subtitle rendered as Compose overlay (zero interference with native player)
- DualSubtitleSelector UI for picking secondary language from addon subtitles
- Customizable secondary subtitle style (color, size, position)
- Position-synced updates via existing playback snapshot pipeline

Modified files:
- PlayerScreenRuntimeEffects.kt: SponsorBlock fetch + merge + dual subtitle position updates
- PlayerPlaybackOverlays.kt: DualSubtitleOverlay placement
- SkipIntroButton.kt: Added SponsorBlock category labels
2026-06-11 20:16:57 +00:00
tapframe
4eb919df71 Make mobile home catalog sync pull-only on startup 2026-06-11 13:32:45 +05:30
tapframe
5249614b50 feat: catalog order to be cross-platform 2026-06-11 13:00:46 +05:30
tapframe
850988bf87 Update player controls state 2026-06-11 03:00:51 +05:30
Nayif
ee5c923091
Merge pull request #1313 from skoruppa/cmp-rewrite
Download subtitles locally before passing to external players
2026-06-11 01:51:45 +05:30
Nayif
a0a97325e4
Merge pull request #1314 from skoruppa/port/trakt-non-standard-ids
Fix Trakt scrobble for non-standard IDs
2026-06-11 01:50:24 +05:30
tapframe
cc7c4eedf6 Fix header touch handling
Fixes #1187

Fixes #1210

Fixes #1251
2026-06-11 01:45:57 +05:30
tapframe
3bcf74dd75 Fix collection view all genre filter
Fixes #1264
2026-06-11 01:35:08 +05:30
tapframe
e7e6e333e6 Fix continue watching prompt during playback
Fixes #1273
2026-06-11 01:28:12 +05:30
tapframe
f065e27203 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-06-11 01:27:31 +05:30
Nayif
138089922a
Merge pull request #1302 from DynamycSound/fix/trakt-watchlist-recently-added-order
fix(trakt): restore recently-added order for Trakt watchlist
2026-06-11 01:24:06 +05:30
tapframe
b5389915a4 Fix shared mobile regression checks 2026-06-11 01:17:33 +05:30
tapframe
820a1344e3 Revert "Merge branch 'toropt' into cmp-rewrite"
This reverts commit dcf4d059f6, reversing
changes made to 350250cb60.
2026-06-11 00:47:21 +05:30
tapframe
3308a60528 Merge branch 'cmp-rewrite' into desktopweb 2026-06-11 00:34:38 +05:30
tapframe
2b2d1f56ad Fix Android process-death recovery
Persist pending debrid device-code authorization so returning from the browser after Android process death can continue polling the same session.

Recover cached profiles during auth rehydration instead of briefly dumping users to login after background kills.

Include debrid and downloads preferences in local account cleanup on sign-out.
2026-06-11 00:28:00 +05:30
tapframe
34c565e89f Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-06-10 22:02:17 +05:30
tapframe
83e475d23d refactor(MetaDetailsScreen): replace vertical scroll with lazy column 2026-06-10 20:05:39 +05:30
tapframe
f136213339 ref: packaging configs 2026-06-10 19:54:50 +05:30
tapframe
330d2537d9 Merge branch 'cmp-rewrite' into desktopweb 2026-06-10 18:22:33 +05:30
skoruppa
860e5e4e2c Add option to enable addons logo in stream screen 2026-06-10 14:46:48 +02:00
tapframe
ed2d29ffc5 Fix appearance theme grid layout 2026-06-10 17:39:20 +05:30
skoruppa
13d82961e3 Fix Trakt scrobble for non-standard IDs, preserve anime CW entries 2026-06-10 12:57:22 +02:00
skoruppa
becf580a49 Download subtitles locally before passing to external players 2026-06-10 12:41:15 +02:00
tapframe
9eb4ba224b feat: add playback error handling 2026-06-10 15:31:36 +05:30
tapframe
3629141365 feat: plugin support for desktop 2026-06-10 15:16:18 +05:30
tapframe
3c6bb75fd0 fix: render lock causing freeze 2026-06-10 14:42:08 +05:30
tapframe
29d7e611be ref: remove external player button 2026-06-10 12:41:48 +05:30
tapframe
4913800b6a refactor: optimize player UI resizing to avoid animations 2026-06-10 02:58:30 +05:30
tapframe
14a461ab92 ref: adjust to player UI resizes 2026-06-10 02:36:13 +05:30
tapframe
c443c68c6b ref(macos): render api for better edr management. 2026-06-10 02:31:15 +05:30
Nayif
2c39f09a84
Merge pull request #1297 from DynamycSound/fix/app-language-persist-across-profile-sync
fix(android): keep app language out of per-profile settings sync
2026-06-10 01:14:10 +05:30
tapframe
a286453bee ref(hero): adjust logo sizing 2026-06-10 00:24:54 +05:30
tapframe
e1fcc8750d feat: layout change for desktop home hero 2026-06-10 00:06:11 +05:30
tapframe
84cc669bd5 feat: sidebar for desktop 2026-06-09 23:10:01 +05:30
tapframe
212bab5d27 ref: adjust detail hero height 2026-06-09 21:57:36 +05:30
tapframe
f386320305 feat: add desktop version configuration 2026-06-09 21:46:48 +05:30
tapframe
9a79a5a7e3 feat: support app versioning 2026-06-09 21:42:34 +05:30
tapframe
c77db9afd3 fix: auto-hide 2026-06-09 21:28:18 +05:30
tapframe
d3e0777cb5 feat: pause overlay for desktop player 2026-06-09 21:16:31 +05:30
tapframe
e31c39b1a6 Refactor code structure 2026-06-09 20:42:23 +05:30
tapframe
2a21f294c5 fix: episode card clipping 2026-06-09 20:31:10 +05:30
tapframe
3a4bf91000 feat: support scrolling for episode list 2026-06-09 20:26:54 +05:30
tapframe
bc75392872 perf: warm desktop player controls loading 2026-06-09 19:55:57 +05:30
tapframe
5b8a4aff9b fix: implement DesktopPlayerLaunchShield for fixing brief white flash 2026-06-09 19:17:09 +05:30
tapframe
da9fff8795 feat: adding keys for fullscreen/exit 2026-06-09 17:41:58 +05:30
tapframe
0acce0d3b5 feat: Implement native desktop window chrome support for Windows 2026-06-09 17:19:51 +05:30
tapframe
6d2abeab84 cleanup logs 2026-06-09 17:05:08 +05:30
tapframe
f6f427b170 ref: image scal;ing gate to windows 2026-06-09 17:05:08 +05:30
tapframe
8f7552fa61 feat: Add desktop image scaling support to NuvioAsyncImage 2026-06-09 17:05:08 +05:30
tapframe
ab7fc0d1f9 feat: Implement NuvioAsyncImage for cross-platform image loading
- Added NuvioAsyncImage implementation for Android and iOS platforms.
- Refactored existing AsyncImage usages to utilize NuvioAsyncImage across common components.
- Introduced a desktop-specific implementation of NuvioAsyncImage with enhanced bitmap handling.
- Updated image loading logic to support placeholder, error, and fallback images.
- Ensured consistent API across platforms with default parameters for better usability.
2026-06-09 17:05:08 +05:30