Commit Graph

70 Commits

Author SHA1 Message Date
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
vfsfitvnm
9b67586dd6 Don't update Album when storing a MediaItem 2022-07-01 12:02:07 +02:00
vfsfitvnm
3429f27840 Cache album information 2022-06-30 15:33:36 +02:00
vfsfitvnm
c8d5753046 Split PlaylistOrAlbumScreen 2022-06-30 13:49:30 +02:00
vfsfitvnm
58f821534e Add Bundle extensions 2022-06-29 22:38:00 +02:00
vfsfitvnm
1fb50169ff Cache artist information 2022-06-29 20:15:43 +02:00
vfsfitvnm
6f5bc02216 Migrate database (2) 2022-06-29 15:03:20 +02:00
vfsfitvnm
a7bdda074b Migrate database (1) 2022-06-29 14:13:39 +02:00
vfsfitvnm
c74a8f9f07 Dispose PlayerState 2022-06-28 10:43:56 +02:00
vfsfitvnm
3607b041b2 Fix regression that caused the song duration to not be updated in PlayerState 2022-06-26 22:52:07 +02:00
vfsfitvnm
8f5bc5e90e Add player state persistence 2022-06-26 17:07:03 +02:00
vfsfitvnm
308808a363 Improve loudnessDb handling 2022-06-26 17:03:37 +02:00
vfsfitvnm
b579b23acb Improve loudnessDb handling 2022-06-26 16:40:25 +02:00
vfsfitvnm
b2443dc2af Play song when adding to queue if playback is empty 2022-06-25 19:13:54 +02:00
vfsfitvnm
ac26e61856 Make PlayerState stable 2022-06-25 18:35:31 +02:00
vfsfitvnm
7e6b5747a2 Drop androidx.media3 2022-06-25 16:04:52 +02:00
vfsfitvnm
cfe12479be Replace Preferences::yourPlaylistsGridRowCount with local variable 2022-06-22 22:19:15 +02:00
vfsfitvnm
1ff666dd12 Add switch to disable volume normalization 2022-06-21 23:08:39 +02:00
vfsfitvnm
68a14796ea Add stats for nerds (#33) 2022-06-21 22:56:35 +02:00
vfsfitvnm
8a94c7e714 Normalize volume (#53) 2022-06-21 19:37:01 +02:00