Commit graph

31 commits

Author SHA1 Message Date
c37e44a56e add code for best possible stream selection (NOT UNIT TESTED/TESTED at all) 2024-09-12 15:15:04 +02:00
b50e63077b introduce datasource 2024-09-11 20:28:08 +02:00
f80e4c8e5f fix player notificatoin not showing up when restarting exoplayer 2024-09-11 17:23:27 +02:00
4fb5d46b2d make exoPlayer a StateFlow that can be null 2024-09-11 16:30:51 +02:00
a297a4c08f remove playlist item and replace it with MediaItem and MediaMetadata 2024-09-09 21:59:09 +02:00
0744d43b20 introduce NewPlayer Service 2024-09-09 18:38:04 +02:00
f5d3c33086 make playlist item deletion more reliable 2024-09-06 21:59:55 +02:00
3dc5ca3e10 make item deletion almost possible 2024-09-06 20:10:25 +02:00
58e0ad9f09 make goto next or prev streem buttons work 2024-09-06 15:42:19 +02:00
106060625c make playlist item selectable 2024-09-06 14:30:18 +02:00
09f32dd893 make chapters selectable 2024-09-06 14:07:02 +02:00
a2e9675906 get chapter infor from NewPlayer 2024-09-04 14:51:50 +02:00
a47ea8e078 handle currently plaing and show title and creator 2024-09-04 13:19:36 +02:00
9a71e8f0b5 make shuffle and repeatmode work 2024-09-03 13:54:33 +02:00
8ed25f5039 make playlist items draggable 2024-09-03 12:48:16 +02:00
cdcfeaedd7 make NewPlayer handle playlist updates and repository accesses 2024-08-30 16:43:38 +02:00
888d518304 forward player playlist into viewmodel 2024-08-29 11:11:33 +02:00
f3d3ce380f synchronize UI mode and playMode 2024-08-26 12:09:51 +02:00
47ad16c03d make initial logic for NewPlayer and MediaReop 2024-08-24 19:09:35 +02:00
ea099253a1 replace first callbacks with mutablestate/shareflow 2024-08-24 14:06:23 +02:00
32075dec73 add readonly List implementation of playlist 2024-08-22 09:43:03 +02:00
a2e8f6c4ad push player further to playlist handling 2024-08-21 14:43:23 +02:00
a5c9baa26d make fast seek foo work 2024-08-07 18:57:14 +02:00
2b197b62b7 fix more fast forward foo 2024-08-07 17:33:49 +02:00
cc4dfe7721 rearange gesture UI code 2024-08-06 17:35:50 +02:00
990a4aaa12 make fastseek work 2024-08-06 17:06:32 +02:00
ae3ef47a3f put touch surface logic into touch surface itself 2024-08-06 11:40:50 +02:00
ce6ef8a8fd change MediaRepository so it would fit what NewPipe expects 2024-08-05 15:25:44 +02:00
bdbd8caf43 implement test MediaRepository 2024-07-31 14:14:16 +02:00
d526527e94 start implementing NewPlayer interface 2024-07-19 13:41:38 +02:00
aaea1128a5 modularize NewPlayer 2024-07-18 14:30:02 +02:00