edde746
cd9498abb8
refactor(player): centralize playback opening
...
close #1280
2026-06-10 02:26:26 +02:00
edde746
18642cae15
fix(tv): correct grid calculation
...
close #1288
2026-06-09 12:47:47 +02:00
edde746
92063bd58f
fix(playback): skip redundant mark-watched
...
close #1287
2026-06-09 12:19:27 +02:00
edde746
726281ed44
fix(tvos): top shelf sync
2026-06-09 08:06:42 +02:00
edde746
e02daa89b8
fix(tvos): stop Home nav auto-playing continue watching
...
close #1281
2026-06-09 06:10:22 +02:00
edde746
7de7802368
fix(hubs): keep recently-added detail scoped to its library
...
close #1282
2026-06-08 22:03:28 +02:00
edde746
d44a8994ce
fix(discover): open server tasks with remote
...
close #1272
2026-06-08 08:23:57 +02:00
edde746
42d9168941
fix(player): stabilize mobile content strip
2026-06-08 00:50:22 +02:00
edde746
38616770e5
fix(i18n): localize season & episode labels in downloads tree
2026-06-07 21:46:44 +02:00
edde746
bf7558f80d
fix(i18n): localize generic season names from server
...
close #1271
2026-06-07 21:46:24 +02:00
edde746
381e82d61a
fix(detail): highlight next unwatched ep when not in continue watching
...
close #1269
2026-06-07 18:42:41 +02:00
edde746
9cebcb97c5
feat(plex): add Plays and User Rating sort options
...
close #1264
2026-06-07 17:50:36 +02:00
edde746
eef73e6447
fix: expand home hub previews
...
close #1268
2026-06-07 17:35:56 +02:00
edde746
e8df18e7b2
fix(jellyfin): order continue watching + up next by recency
2026-06-07 16:34:18 +02:00
github-actions[bot]
54512b8f93
chore: update cask to 2.5.0
2026-06-07 12:45:47 +00:00
github-actions[bot]
1e0988e381
chore: bump version to 2.5.0
2026-06-07 14:19:17 +02:00
edde746
8efd8f1dc8
fix(jellyfin): upload artwork as binary
2026-06-07 13:32:07 +02:00
edde746
38868e0078
fix: use device name for companion remote
...
close #1256
2026-06-07 12:58:13 +02:00
edde746
273d0c7985
fix(back): don't short-circuit side-nav back chain to home
...
The side-nav host's onSystemBack called _handleMainBack on the system
route-pop path, jumping straight to the home tab and skipping the dpad
back chain (content -> top tabs -> sidebar). Restore the original inert
behavior: canPop:false blocks the route-pop and the key path owns the
chain; the host still closes an open sheet on back. Bottom-nav unchanged.
2026-06-07 10:05:57 +02:00
edde746
4728564e0c
refactor(back): host-owned system back in main_screen
...
Both main_screen hosts (side-nav + bottom-nav) drop their PopScopes and
pass canPop:false + onSystemBack to OverlaySheetHost, so a system back
with a sheet open closes the sheet instead of running tab-nav/exit. Key
(dpad) back path unchanged; onSystemBack mirrors it for a pure popRoute.
2026-06-07 10:05:57 +02:00
edde746
489bf914af
refactor(back): host-owned sheet back in hub + media detail
...
hub_detail and media_detail (TV + non-TV) drop their hand-rolled PopScopes
and pass canPop/onSystemBack to OverlaySheetHost. Keeps appbar-focus-first
and Android-keyboard block behavior; fixes system-back-with-sheet-open
leaking to a screen pop. iOS swipe-back preserved.
2026-06-07 09:20:02 +02:00
edde746
248b5fd91a
refactor(back): adopt host-owned sheet back in watch-together + player
...
watch_together, video_player, mobile_remote and live_tv_show_schedule now
pass canPop/onSystemBack to OverlaySheetHost instead of hand-rolling a
PopScope. Restores the iOS swipe-back on watch_together and centralizes
the sheet-close-on-back logic.
2026-06-07 09:13:49 +02:00
edde746
bbf7b1f9da
feat(overlay-sheet): opt-in PopScope so the host owns system back
...
Adds nullable canPop + onSystemBack to OverlaySheetHost. When canPop is
set, the host installs its own PopScope that closes an open sheet on a
system/route back instead of popping the screen; null keeps today's
behavior. Lets screens drop their hand-rolled sheet-back PopScopes.
2026-06-07 09:06:29 +02:00
edde746
83899a38f3
fix(tvos): sync version
2026-06-07 08:51:02 +02:00
edde746
cda4c1e78a
fix(watch-together): enable dpad long-press to open recent room actions
...
close #1259
2026-06-07 08:51:02 +02:00
edde746
01e5814943
fix(video): consolidate auto-skip cancellation
2026-06-07 06:13:14 +02:00
edde746
3cca29512d
fix: bump MPVKit to v1.0.1 for profile 8 Dolby Vision decode
...
Routes all single-layer DV profile 8 (incl. compat 0) through the Apple
DV decode path, so VideoToolbox decodes it in hardware as true Dolby
Vision instead of failing over to software HDR10. Refs #1262 .
2026-06-06 16:06:31 +02:00
edde746
8139fc2b17
fix(tvos): make HDR toggle disable Dolby Vision
...
HDR-off now forces SDR display criteria for DV like it does for HDR10,
and the runtime toggle re-applies the criteria. Refs #1262 (part A).
2026-06-06 14:17:52 +02:00
edde746
1ef4032666
feat: add startup section setting
...
close #1240
2026-06-06 13:08:02 +02:00
edde746
4c4b18e2cd
fix(i18n): localize hardcoded UI strings
...
close #1257
2026-06-06 11:45:34 +02:00
edde746
f74314bbf0
fix(livetv): debounce rapid time-shift skips to stop overshoot
2026-06-06 10:48:51 +02:00
edde746
32421e4c84
fix(tv): reach app bar actions via up from tabs
...
close #1202
2026-06-06 08:51:08 +02:00
edde746
d90cc61541
fix(tv): symmetric full-card focus glow via overlay
...
close #1231
2026-06-06 05:09:07 +02:00
edde746
6b3e49d410
fix(ios): recover frozen video after Control Center
...
close #1232
2026-06-06 00:49:19 +02:00
edde746
a9b812f66c
fix(test): restore CI unit tests
2026-06-05 20:34:44 +02:00
edde746
0fd0506551
feat(media): lazily page detail episodes
...
close #1245
2026-06-05 19:26:02 +02:00
edde746
e6ca5f254d
fix(ios): correct anamorphic video aspect ratio
...
close #1244
2026-06-05 10:15:03 +02:00
edde746
de3219abb9
fix: align bottom sheet back header
2026-06-05 06:30:26 +02:00
edde746
8201d8dcda
feat(libraries): add mobile browse options sheet
2026-06-04 20:41:34 +02:00
edde746
aed420525c
feat(nav): move mobile settings to home menu
2026-06-04 16:41:02 +02:00
edde746
75b1c86306
feat(ui): add m3 app menus
2026-06-04 16:22:31 +02:00
edde746
43012da2b8
feat(tvos): add top shelf support
2026-06-04 15:38:12 +02:00
edde746
145881318e
fix: harden server-scoped state
2026-06-04 13:47:06 +02:00
edde746
79c06b82d3
fix(jellyfin): align default track selection
2026-06-04 10:35:14 +02:00
edde746
e5bbdc06f9
feat(jellyfin): show media quality labels
2026-06-04 09:56:10 +02:00
edde746
0e7ff609b6
feat(media): show video and audio quality labels
...
close #1115
2026-06-04 08:20:12 +02:00
edde746
f3e108e867
fix(tvos): suppress duplicate select playback
2026-06-03 17:31:15 +02:00
edde746
92bfae322e
fix(tvos): handle play pause remote
...
close #1230
2026-06-03 14:19:23 +02:00
edde746
08491511e9
fix(video): prevent play next EOF loop
...
close #1228
2026-06-02 15:52:14 +02:00
edde746
24b5080c38
fix(video): stabilize player chrome overlays
2026-06-02 14:20:24 +02:00