Commit Graph

89 Commits

Author SHA1 Message Date
vfsfitvnm
a600c8b457 Rework url management (#172) 2022-09-28 13:02:38 +02:00
vfsfitvnm
83230e3817 Redesign PlaylistScreen (#172) 2022-09-27 16:43:59 +02:00
vfsfitvnm
82c2a952aa Code tweaks 2022-09-26 21:36:05 +02:00
vfsfitvnm
f981725062 Drop ViewModel 2022-09-26 14:52:39 +02:00
vfsfitvnm
29b4a8f5da Prepare ArtistScreen redesign 2022-09-25 20:29:58 +02:00
vfsfitvnm
19fa11672d Add HomeAlbumList 2022-09-25 15:06:03 +02:00
vfsfitvnm
20de24bfb3 Redesign SearchResultScreen (#172) 2022-09-23 18:24:18 +02:00
vfsfitvnm
563c6175f7 Start UI redesign (#172) 2022-09-22 19:08:01 +02:00
vfsfitvnm
996dbb4de1 Improve player service dismiss logic 2022-09-06 18:02:06 +02:00
vfsfitvnm
9f6b6c9a9c Fix forceSeekToPrevious implementation 2022-09-06 13:02:20 +02:00
vfsfitvnm
b50c54b1ed Add force seek operations when loop one mode is enabled 2022-09-05 17:13:28 +02:00
vfsfitvnm
6b26ad1fd9 Remove "Play single" menu entry 2022-09-01 11:59:36 +02:00
vfsfitvnm
620e5aa1fb Remove unused font resource 2022-08-29 12:41:12 +02:00
vfsfitvnm
020386dadb Remove haptic feedback when reordering songs 2022-08-18 15:48:52 +02:00
vfsfitvnm
ff860a007f Improve window insets handling 2022-08-17 13:00:16 +02:00
vfsfitvnm
59f66c5b65 Show lyrics menu even when the fetch fails (#221) 2022-08-17 11:41:10 +02:00
vfsfitvnm
a8397d2a8e Make system bars transparent 2022-08-10 18:29:19 +02:00
vfsfitvnm
2716319339 Add dynamic theme (#159) 2022-08-10 13:09:35 +02:00
vfsfitvnm
a26eebd806 Fix #186 2022-08-09 16:00:25 +02:00
vfsfitvnm
3e00671122 Add kugou as lyrics provider (#126) 2022-08-06 19:45:00 +02:00
vfsfitvnm
a246f1f336 Show the song cover as lockscreen wallpaper (#170) 2022-08-05 08:56:23 +02:00
vfsfitvnm
4282c5265a Fix possible crash when dealing with synchronized lyrics 2022-08-03 22:00:57 +02:00
vfsfitvnm
61c8552ad0 Do not return unused fields in DetailedSong 2022-08-03 21:09:08 +02:00
vfsfitvnm
194864bcb4 Add synchronized lyrics (#126) 2022-08-03 21:08:40 +02:00
vfsfitvnm
9ed2c84822 Implement #130 2022-07-25 11:36:56 +02:00
vfsfitvnm
e912bfed1c Tweak code 2022-07-23 16:57:38 +02:00
vfsfitvnm
6a8fdb7c11 Implement #122 2022-07-22 21:28:59 +02:00
vfsfitvnm
f8b253d553 Fix mini player not being updated (regression of #3b9b5a) 2022-07-22 16:19:46 +02:00
vfsfitvnm
dd200e1374 Make possible to start the radio from the currently playing song (#118) 2022-07-22 15:20:38 +02:00
vfsfitvnm
3b9b5a5124 Remove PlayerState class 2022-07-22 11:01:54 +02:00
vfsfitvnm
bc76533512 Make PlayerBottomSheet composable smart recompose 2022-07-22 10:26:12 +02:00
vfsfitvnm
707fee1b29 Rework player view UI (#105) 2022-07-21 20:41:19 +02:00
vfsfitvnm
de46f90793 Make Thumbnail composable smart recompose 2022-07-21 12:08:18 +02:00
vfsfitvnm
55e436208f Improve sorting options for songs and playlists (#104) 2022-07-19 11:16:00 +02:00
vfsfitvnm
f4edfaefd2 Tweak code 2022-07-18 15:22:47 +02:00
vfsfitvnm
61eeeb07c0 Fix #106, #108, #113 2022-07-18 13:30:28 +02:00
vfsfitvnm
1e719b33ed Refactor preferences to avoid a global state when it's not necessary 2022-07-16 13:51:38 +02:00
vfsfitvnm
48e8055f21 Make Cached playlist optional (#11) 2022-07-13 19:24:22 +02:00
vfsfitvnm
ee2410b289 Reset player error in PlayerState 2022-07-12 22:21:35 +02:00
vfsfitvnm
0ddd49fd10 Improve cache settings 2022-07-12 22:09:25 +02:00
vfsfitvnm
10b8c66887 Add dot to make the user aware of battery restrictions 2022-07-11 20:25:40 +02:00
vfsfitvnm
742e8702e5 Add settings to disable battery optimizations and to make the player service unkillable 2022-07-11 20:05:24 +02:00
vfsfitvnm
abd942d5da Rewrite PlayerService 2022-07-11 10:47:40 +02:00
vfsfitvnm
59b6c61bb2 Drop home page song collections in favor of a sort feature (#11) 2022-07-06 20:49:07 +02:00
vfsfitvnm
36bf5b17a6 Improve PlayerService lifecycle to accommodate a proper queue persistent storing 2022-07-04 22:03:11 +02:00
vfsfitvnm
7e8ec8efdb Convert PlayerState to a data class 2022-07-01 22:16:32 +02:00
vfsfitvnm
c4fea8835a Start removing Outcome class in favor of Result 2022-07-01 18:22:53 +02:00
vfsfitvnm
b738910d63 New Preferences class 2022-07-01 16:45:32 +02:00
vfsfitvnm
9139609cf3 Show radio loading state 2022-07-01 15:31:00 +02:00
vfsfitvnm
7c165b5c3a Tweak Database class 2022-07-01 12:54:22 +02:00