Commit graph

54 commits

Author SHA1 Message Date
d379d5872f restructure code to make room for the audioplayer 2024-09-18 13:56:02 +02:00
cde9b1f9ba do some commit 2024-09-17 15:12:40 +02:00
2fee9e59f6 add yt test video 2024-09-14 11:53:39 +02:00
edc720590c fix playback position in playlist 2024-09-13 18:34:56 +02:00
4fb5d46b2d make exoPlayer a StateFlow that can be null 2024-09-11 16:30:51 +02:00
e965528011 prevent showing loading indicator when reopening the player containing activity 2024-09-09 22:16:19 +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
33b0360507 bring back embeded config 2024-09-06 21:52:10 +02:00
3dc5ca3e10 make item deletion almost possible 2024-09-06 20:10:25 +02:00
430bed20b6 make chapters visible in the seekbar 2024-09-06 17:33:13 +02:00
8a3cc12bd7 fix animated visibility for previous and next stream 2024-09-06 15:51:31 +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
79f8719ac3 highlight active chapter 2024-09-06 13:58:52 +02:00
48f5e159d9 update playlist progress live 2024-09-05 12:16:39 +02:00
3eabb537f7 update playlist playtime 2024-09-04 15:13:21 +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
26cb3cf749 only show loading cycle when not playing 2024-09-04 11:08:05 +02:00
9a71e8f0b5 make shuffle and repeatmode work 2024-09-03 13:54:33 +02:00
c0a006f238 make dragging be smooth 2024-09-03 13:34:55 +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
22d7bcf552 add chapter select preview 2024-08-30 12:13:10 +02:00
cb122306c6 make onBackPress action adhere to the ui flow 2024-08-30 11:21:10 +02:00
8684bf95e1 open streem selection ui 2024-08-29 11:11:33 +02:00
8ad95be57a make embedded ui config foo have a more streamlinet implementation 2024-08-29 11:11:33 +02:00
888d518304 forward player playlist into viewmodel 2024-08-29 11:11:33 +02:00
8f78d72a13 make activity brainslug also access uiState
This operation introduces a glitch since the composable and
the views are updated simultaniously. However this leads to a situation
where the embedded view thinkgs its fullscreen and thus renders alike.
Due to this reason the embbedded view breafly jumps up.
2024-08-29 11:09:30 +02:00
63334f5893 convert all callbacks to flows 2024-08-26 12:27:55 +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
a2e8f6c4ad push player further to playlist handling 2024-08-21 14:43:23 +02:00
8ac9a5a6ff add ui mode states 2024-08-19 19:16:17 +02:00
151ab85ea8 fix typo error s/vissibible/visible 2024-08-19 11:37:35 +02:00
819dc80387 restructure code and remove boilerplate by propagating viewmodel and uistate 2024-08-09 14:34:18 +02:00
aa017fc8eb increese size of volume indicator 2024-08-09 13:04:43 +02:00
1fde8569ce make brightnes change work 2024-08-09 11:37:45 +02:00
cb39937594 intermediate commit 2024-08-08 16:12:56 +02:00
1cbbee6b80 make volume change work 2024-08-08 15:39:34 +02:00
fb28aea8f8 make brightnes/volume indicators appear and disapear 2024-08-08 14:26:57 +02:00
6ff8f7c1e9 fix issue that fast seek indicator does not disabpear on fullscreen switch 2024-08-07 19:01:16 +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
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
07a6b0a03f advance touch ui: make fullscreen and and embedded view switch possible 2024-08-05 18:07:17 +02:00