Commit Graph
599 Commits
Author SHA1 Message Date
Micah Morrison 264dcb196d Fix an issue where the window was not properly maximized 2026-01-23 21:20:24 -05:00
edde746 e55a2a89dc Merge pull request #327 from micahmo/feature/improve-episode-metadata 2026-01-24 03:02:54 +01:00
Micah Morrison 57d4630f26 Show episode watched on thumbnail; allow release date on mobile 2026-01-23 20:58:36 -05:00
edde746 bc9c2f53f2 feat(windows): persist window position 2026-01-24 02:53:02 +01:00
edde746 e9b8457a62 Merge pull request #326 from micahmo/feature/episode-release-date
Add episode release date to episode listing within season
2026-01-24 02:28:03 +01:00
Micah Morrison ffbd504042 Add episode release date to episode listing within season 2026-01-23 20:21:08 -05:00
edde746 e77585ca6f fix: remember sidenav focus 2026-01-23 23:42:49 +01:00
edde746 5e62be3741 feat: sidenav collapse toggle 2026-01-23 23:19:28 +01:00
edde746 d755485c98 feat: library sidenav animation 2026-01-23 23:01:11 +01:00
edde746 efcbccacf0 feat: collapsible sidenav 2026-01-23 22:45:59 +01:00
edde746 2101f0e450 fix: media detail screen focus fixes 2026-01-23 21:40:20 +01:00
edde746 efe9b86707 fix: dpad long-press 2026-01-23 20:24:20 +01:00
edde746 3a2f2c9c69 fix: performance overlay for exoplayer 2026-01-23 19:11:46 +01:00
edde746 943f7dab08 feat: exoplayer 2026-01-23 18:29:35 +01:00
edde746 12c4c389d1 fix: android tv mpv options input 2026-01-22 18:02:08 +01:00
edde746 0dbe9e99d4 fix: show black background until first video frame renders 2026-01-22 15:20:08 +01:00
edde746 d6c305ac46 fix: library layout fixes for android tv 2026-01-22 14:33:06 +01:00
edde746 3b7e8ff782 fix: clamp PiP aspect ratio to Android's valid range 2026-01-22 00:23:54 +01:00
edde746 fb9105f84e feat: add PiP error notifications 2026-01-21 23:58:16 +01:00
edde746 19049365cc fix: use exit(0) for instant window close 2026-01-21 20:14:52 +01:00
edde746 ddf28a0d1e Merge pull request #316 from Nedlinin/linux-crash-fixes
Blank UI during desktop window shutdown
2026-01-21 19:52:02 +01:00
edde746 bbe4174445 Merge pull request #317 from micahmo/feature/show-remaining-time
Show elapsed, remaining, and total time
2026-01-21 19:51:15 +01:00
Micah Morrison e1ae6b185e Show elapsed, remaining, and total time 2026-01-21 13:22:10 -05:00
Chris Heath ff5f8d3e2a Blank UI during desktop window shutdown 2026-01-21 11:01:39 -06:00
edde746 a55b03033f chore: update mpv windows link 2026-01-21 01:00:42 +01:00
edde746 737da40bbd fix: change accent_state
close #309
2026-01-21 00:42:49 +01:00
edde746 6720137edc fix: dpad support for Skip Intro and Play Next buttons
close #268
2026-01-20 22:59:05 +01:00
edde746 a73518d963 fix: left/right focuses seekbar
close #275
2026-01-20 22:25:52 +01:00
edde746 43494c822e fix: pause button focus on Android TV 2026-01-20 22:19:10 +01:00
edde746 0d747554d5 fix: remove unused import 2026-01-20 22:08:53 +01:00
edde746 aa718c37aa Merge branch 'feature/dpad-navigation' 2026-01-20 22:06:07 +01:00
edde746 85d07a7f72 fix: Remove LEFT-to-sidebar from hubs 2026-01-20 22:05:52 +01:00
edde746 3a6db5d467 forgot to commit these 2026-01-20 21:44:54 +01:00
edde746 4af2dd016f Merge pull request #306 from micahmo/fix/double-click-fullscreen
Fix double-click to toggle fullscreen on desktop
2026-01-20 21:42:15 +01:00
Micah Morrison 8b8c249988 Fix double-click to toggle fullscreen on desktop 2026-01-20 15:23:37 -05:00
edde746 c4479660e9 Merge pull request #305 from micahmo/feature/click-video-play-pause
Add the ability to click the video player to play/pause
2026-01-20 20:20:52 +01:00
Micah Morrison c23908427e Improve play/pause behavior when overlay is hidden 2026-01-20 12:58:10 -05:00
edde746 1c71e72a3c Merge pull request #304 from Happy4Game/update-contributing
fix: update instructions for adding new language JSON files
2026-01-20 18:08:04 +01:00
Micah Morrison faf2602faa Only show new setting on desktop 2026-01-20 11:04:38 -05:00
Micah Morrison d338f69c41 Add the ability to click the video player to play/pause 2026-01-20 10:24:45 -05:00
Happy4Game 0fd6a37800 fix: update instructions for adding new language JSON files 2026-01-20 16:19:22 +01:00
edde746 0ffeb20ff9 chore: update slang and rename i18n files 2026-01-20 13:51:27 +01:00
edde746 b5726fe4b7 chore: format 2026-01-20 13:46:44 +01:00
Happy4Game 3b0c53d7f9 feat: add French localization strings 2026-01-20 13:43:37 +01:00
edde746 9721e6bf3f fix: async MPV commands to prevent ANR 2026-01-20 01:14:45 +01:00
edde746 e18a9457dd chore: update media controls package
close #251
2026-01-20 01:03:59 +01:00
edde746 852f778c42 fix: fullscreen exit on Windows/Linux
close #257
2026-01-19 22:38:13 +01:00
edde746 45ff3faddb fix: hero section gradient gap 2026-01-19 01:03:29 +01:00
edde746 86bb43dfc8 Merge pull request #294 from dwk001/main
Fix: Android TV-only Manage Libraries dialog with focus scroll support
2026-01-18 21:37:38 +01:00
dwk001 91b11a5137 fix: Localize 'Manage Libraries' dialog title
Use t.libraries.manageLibraries translation key instead of hardcoded English string.
2026-01-18 15:14:42 -05:00