Commit Graph

85 Commits

Author SHA1 Message Date
vfsfitvnm
db108dcb21 Add spacers to buttons close to the bazel 2022-08-06 22:52:08 +02:00
vfsfitvnm
39215c68d5 Add seek next button to collapsed player (#154) 2022-08-06 22:48:37 +02:00
vfsfitvnm
3e00671122 Add kugou as lyrics provider (#126) 2022-08-06 19:45:00 +02:00
vfsfitvnm
208f96e892 Remove println 2022-08-03 21:30:32 +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
4a16bc6960 Split PlayerView into many files 2022-08-03 11:10:10 +02:00
vfsfitvnm
c6ee435eef Add re-fetch lyrics button (#163) 2022-08-03 10:53:24 +02:00
vfsfitvnm
89c3ecdd06 Stop the radio when the collapsed player is dismissed 2022-07-29 18:46:23 +02:00
vfsfitvnm
4aa94bcc7c Tweak code 2022-07-29 18:29:37 +02:00
vfsfitvnm
c21a4eddb5 Fix UI imperfection in CurrentPlaylistView 2022-07-27 21:52:53 +02:00
vfsfitvnm
4e460a1427 Remove shadows 2022-07-27 17:28:18 +02:00
vfsfitvnm
f5a0c2fe09 Tweak player UI 2022-07-27 17:11:35 +02:00
vfsfitvnm
73cc0554c2 Add vertical padding to items in lists 2022-07-27 11:11:17 +02:00
vfsfitvnm
1d259ebaa6 Fix BottomSheet behaviour on configuration change (regression of #457e6712) 2022-07-25 13:12:52 +02:00
vfsfitvnm
457e6712d4 Implement #51 2022-07-25 12:32:19 +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
5cfc467dd3 Improve StatsForNerds look 2022-07-23 12:19:36 +02:00
vfsfitvnm
35887f62f8 Move playing song menu button to the bottom 2022-07-23 12:04:46 +02:00
vfsfitvnm
6474b52490 Implement #101 2022-07-22 21:22:26 +02:00
vfsfitvnm
1740943046 Fix #124 2022-07-22 18:35:38 +02:00
vfsfitvnm
1a98ffeeec Fix #125 2022-07-22 18:22:18 +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
3011abf38d Tweak PlaylistPreviewItem 2022-07-19 11:33:29 +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
aa8e065412 Reduce play/pause button size in collapsed player view 2022-07-16 12:19:49 +02:00
vfsfitvnm
78cbd9d129 Move sleep timer to PlayerView menu (#98) 2022-07-13 23:21:58 +02:00
vfsfitvnm
434359f656 Tweak PlayerView UI 2022-07-12 14:35:36 +02:00
vfsfitvnm
c55bccc7aa Add landscape mode to PlayerView 2022-07-12 10:54:21 +02:00
vfsfitvnm
18362e99b0 Set PlayerBottomSheet height as percentage of max height 2022-07-11 22:51:05 +02:00
vfsfitvnm
3acde3a3ba Sync nested scroll connection in CurrentPlaylistView 2022-07-11 17:48:16 +02:00
vfsfitvnm
fc9b773044 Add equalizer shortcut to PlayerView 2022-07-11 17:13:16 +02:00
vfsfitvnm
ce7b8aa8fd Optimize APK size 2022-07-11 14:55:09 +02:00
vfsfitvnm
eb4e249443 Add Dimensions class 2022-07-08 11:18:36 +02:00
vfsfitvnm
bde063995a Fix UI disparities 2022-07-06 23:08:06 +02:00
vfsfitvnm
749e995d42 Rework song UI 2022-07-06 22:56:02 +02:00
vfsfitvnm
6ac02b9043 Add swipe gesture to PlayerBottomSheet (#79) 2022-07-06 21:28:03 +02:00
vfsfitvnm
1a2d1f8d82 Change missing lyrics message 2022-07-01 23:03:58 +02:00
vfsfitvnm
e34c575441 Rework play icon UI 2022-07-01 22:53:21 +02:00
vfsfitvnm
7e8ec8efdb Convert PlayerState to a data class 2022-07-01 22:16:32 +02:00
vfsfitvnm
fc9b023174 Remove Outcome class 2022-07-01 20:19:05 +02:00
vfsfitvnm
14f46429ef Continue removing Outcome class in favor of Result (search) 2022-07-01 19:32:58 +02:00
vfsfitvnm
c4fea8835a Start removing Outcome class in favor of Result 2022-07-01 18:22:53 +02:00