Commit graph

211 commits

Author SHA1 Message Date
PartyDonut
2f7328c954 fix: Incorrect ratio passcode buttons 2025-11-09 10:05:48 +01:00
vikingnope
b9c1e82b43
fix: System bars contiuously showing on Android video player (#568)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-11-07 10:10:17 +01:00
PartyDonut
0eaa4c1d1b fix: Episode posters placeholder 2025-11-07 09:35:54 +01:00
PartyDonut
eb51d88d84 chore: Update jelly-api to 10.11.2 2025-11-07 09:33:31 +01:00
PartyDonut
4483e4a1f5 chore: Changed some bottom app bar properties 2025-10-28 22:11:52 +01:00
PartyDonut
16bf5e8a32 fix: Small improvement to library screen 2025-10-28 21:44:46 +01:00
PartyDonut
b2657f6408 feat: Select last logged in user with dpad enabled 2025-10-28 21:03:22 +01:00
PartyDonut
3b4eec6c4f fix: Web and input device switching in video player 2025-10-27 20:20:26 +01:00
PartyDonut
ed5598fc66 chore: Clean-up for status cards 2025-10-26 19:18:26 +01:00
PartyDonut
c9ce5b9b90 chore: Make desktop controls more consistent 2025-10-26 18:20:35 +01:00
PartyDonut
0739247836 fix: Improve watched logic for posters 2025-10-26 18:14:24 +01:00
PartyDonut
9954ed7db5 chore: Change native interface size and custom keyboard fixes 2025-10-18 14:21:32 +02:00
PartyDonut
83c5fafe46 feat: Enable player orientation for native player on phones 2025-10-17 13:05:51 +02:00
PartyDonut
25304d0a5b feat: Added playbackinformation to native player ui 2025-10-17 10:32:06 +02:00
PartyDonut
47128eb3b6 fix: Improved logic horizontal list navigation 2025-10-16 22:22:50 +02:00
PartyDonut
a8b2f9053e fix: Small changes 2025-10-15 18:51:03 +02:00
PartyDonut
29b1c2e633
feat: Implement next-up screen for native player (#533)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-15 18:05:51 +02:00
PartyDonut
660298c083 feat: Add seek overlay to native player 2025-10-14 18:32:28 +02:00
PartyDonut
cfd4b4a5cc fix: More native player UI fixes 2025-10-14 18:25:54 +02:00
PartyDonut
edbd8d467c feat: Bunch of small UI improvements for native player 2025-10-13 20:35:26 +02:00
PartyDonut
66ffc8c112 chore: Small adjustment to poster colors 2025-10-12 23:10:31 +02:00
PartyDonut
b28a409757 chore: Cleanup and performance improvements for posters 2025-10-12 18:30:43 +02:00
PartyDonut
9e5537089b fix(AndroidTV): Removed local caching
Added increased heap size in manifest
2025-10-12 17:58:11 +02:00
PartyDonut
bbed9cb82b chore: Season posters 2025-10-11 20:11:03 +02:00
PartyDonut
be2bad14f1 chore: Made poster image stateless 2025-10-11 18:55:05 +02:00
PartyDonut
117d873683 chore: Improved custom keyboard logic 2025-10-11 18:46:25 +02:00
PartyDonut
07972ea5ee
chore: Improved performance for some widgets (#525)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-10 15:54:17 +02:00
PartyDonut
5722defe34 feat: Improve media play button 2025-10-09 14:11:55 +02:00
PartyDonut
bb9fba04ce fix: Show played indicator for all playable types 2025-10-09 12:57:47 +02:00
PartyDonut
75c2f958b4
feat: Implement custom keyboard for Android TV (#523)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-09 09:59:30 +02:00
PartyDonut
fedc00c65b fix: Small ui fixes 2025-10-04 14:00:57 +02:00
PartyDonut
7cb23c1f53 fix: Play/Restart button alignment 2025-10-04 13:34:48 +02:00
PartyDonut
1942738fe4
fix: Disable media tunneling by default with the option to enable it (#515)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-04 13:29:55 +02:00
PartyDonut
3ce0ed6dbc fix: Long press "play" button with dpad navigation 2025-10-03 22:37:37 +02:00
PartyDonut
fd35ffb004 fix: People row bug fix 2025-10-03 20:17:22 +02:00
PartyDonut
951fc93633
feat: Option to use item's primary colors in details screen (#509)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-10-03 13:57:54 +02:00
PartyDonut
5174bb3a6c fix: Lots of navigation improvements 2025-10-03 13:02:51 +02:00
PartyDonut
c299492d6d
feat: Android TV support (#503)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-09-28 21:07:49 +02:00
Julien9969
362e97730c
Merge branch 'develop' into feat-speed-shortcuts-and-enhancement 2025-09-15 21:08:43 +02:00
Julien9969
9c31542c95
feat: make shortcuts list collapsible (#482)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-09-15 21:04:08 +02:00
Julien9969
a8e7fb1ec6
feat: remove the unwatched orange dot and show watched (#485) 2025-09-13 14:27:45 +02:00
Trizotto
adefa1e4cd feat: create video player speed indicator 2025-09-07 15:03:41 +02:00
Trizotto
838c5b3485 feat: new shortcuts to increase and decrease playback rate 2025-09-07 15:02:34 +02:00
Trizotto
ee0fb85eb5 feat: move playbackRateProvider from player_option to settings_provider to reduce needed import 2025-09-07 14:59:13 +02:00
PartyDonut
5b36f9b9ab fix: Set min axis count to at least 2 2025-09-01 22:12:52 +02:00
PartyDonut
a2684d1d0a feat: Mapped photo viewer controls to new hotkeys 2025-09-01 21:52:47 +02:00
PartyDonut
fbd1d762d3 fix: Titlebar overlay fullScreenRoutes 2025-09-01 20:51:26 +02:00
PartyDonut
92d5391b93 chore: Lots of bug fixes and navigation improvements 2025-09-01 20:21:36 +02:00
PartyDonut
9f6aa1e489 fix: Bunc of uncaught exceptions 2025-08-30 09:32:20 +02:00
PartyDonut
1cbeb146b1 Change library screen tabs visuals 2025-08-29 19:38:09 +02:00