Commit Graph

51 Commits

Author SHA1 Message Date
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
vfsfitvnm
9139609cf3 Show radio loading state 2022-07-01 15:31:00 +02:00
vfsfitvnm
91edb9672e Do not show "Remove" (from queue) button for the song that is actually playing 2022-07-01 15:02:09 +02:00
vfsfitvnm
7c165b5c3a Tweak Database class 2022-07-01 12:54:22 +02:00
vfsfitvnm
174520b616 Change web search intent logic (#62) 2022-06-30 21:02:29 +02:00
vfsfitvnm
58f821534e Add Bundle extensions 2022-06-29 22:38:00 +02:00
vfsfitvnm
ccfedf294b Fix typo 2022-06-29 21:50:29 +02:00
vfsfitvnm
95879e7a6e Reflect database migration 2022-06-29 15:24:00 +02:00
vfsfitvnm
6f5bc02216 Migrate database (2) 2022-06-29 15:03:20 +02:00
vfsfitvnm
c74a8f9f07 Dispose PlayerState 2022-06-28 10:43:56 +02:00
vfsfitvnm
2cbb5a4ba4 Use database executors instead of compose coroutines to launch database operations 2022-06-27 22:07:07 +02:00
vfsfitvnm
57c6853793 Add video id to stats for nerds 2022-06-25 20:56:40 +02:00
vfsfitvnm
85c37ae842 Make PlayerBottomSheet stable 2022-06-25 18:39:43 +02:00
vfsfitvnm
7e6b5747a2 Drop androidx.media3 2022-06-25 16:04:52 +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
vfsfitvnm
6dbc57aa53 Fix incorrect thumbnail url and song metadata inference 2022-06-16 15:25:14 +02:00
vfsfitvnm
abf2be6c9a Fix #44 2022-06-16 12:57:38 +02:00
vfsfitvnm
f47e518e26 Set maxLines in LyricsView's TextFieldDialog 2022-06-15 18:24:40 +02:00
vfsfitvnm
4a709d0baf Move LyricsShimmer 2022-06-15 16:58:27 +02:00
vfsfitvnm
32fdbf437c Add search lyrics online and edit lyrics features 2022-06-15 16:46:49 +02:00
vfsfitvnm
243b2e0244 Tweak code 2022-06-13 11:47:24 +02:00
vfsfitvnm
3a6af404ab Save lyrics to the database 2022-06-13 11:25:27 +02:00
vfsfitvnm
a0e42473e6 Rework YouTube Radio 2022-06-11 23:01:06 +02:00
vfsfitvnm
4d79747a5d Revert DataStore migration 2022-06-10 21:03:21 +02:00
vfsfitvnm
bb4d43d8a1 Replace media3 DefaultTimeBar with custom implementation 2022-06-08 20:21:04 +02:00
vfsfitvnm
1628702332 Remove unnecessary remember+derivedStateOf in PlayerView 2022-06-08 16:19:56 +02:00
vfsfitvnm
f885fe5b80 Remove thumbnail clip in player collapsed view 2022-06-08 13:21:35 +02:00
vfsfitvnm
867642e0c4 Use ContentScale.Crop instead ContentScale.FillBounds to avoid ugly thumbnail stretches 2022-06-08 13:20:50 +02:00
vfsfitvnm
4d5af502cc Support YouTube playlists 2022-06-06 18:08:52 +02:00
vfsfitvnm
c808b2a482 Migrate to DataStore 2022-06-05 17:34:56 +02:00
vfsfitvnm
68edfe9b9f Add ThumbnailRoundness.shape to playing MediaItem 2022-06-05 16:06:05 +02:00
vfsfitvnm
d702557605 Add Modifier::aspectRatio in PlayerView image 2022-06-05 16:01:40 +02:00
vfsfitvnm
85a5b60e29 Add thumbnail roundness selector in SettingsScreen 2022-06-05 15:29:36 +02:00
vfsfitvnm
c6c0d06b58 Add a weight to errors in PlayerView 2022-06-05 11:59:43 +02:00