Commit graph

59 commits

Author SHA1 Message Date
vfsfitvnm
afc64cae74 Create NotificationScreen 2022-06-11 18:57:32 +02:00
vfsfitvnm
baea3d252c Improve IntentUriScreen and handle links in SearchScreen 2022-06-11 16:59:19 +02:00
vfsfitvnm
13357d10d7 Add OtherScreen in settings 2022-06-10 21:14:34 +02:00
vfsfitvnm
2c4e3b772b Fix SeekBar behavior 2022-06-10 21:13:48 +02:00
vfsfitvnm
3a1e07e58d Revert DataStore migration 2022-06-10 21:13:27 +02:00
vfsfitvnm
4d79747a5d Revert DataStore migration 2022-06-10 21:03:21 +02:00
vfsfitvnm
3d91e23733 Use detectTapGestures in SeekBar 2022-06-10 15:04:42 +02:00
vfsfitvnm
73a45ae462 Tweak manifest 2022-06-09 17:31:28 +02:00
vfsfitvnm
e1f39005b6 Specify contentType in LazyLists 2022-06-09 15:40:36 +02:00
vfsfitvnm
bb4d43d8a1 Replace media3 DefaultTimeBar with custom implementation 2022-06-08 20:21:04 +02:00
vfsfitvnm
7f141fddf4 Implement SeekBar component 2022-06-08 20:20:08 +02:00
vfsfitvnm
1628702332 Remove unnecessary remember+derivedStateOf in PlayerView 2022-06-08 16:19:56 +02:00
vfsfitvnm
fb728efd5f Bump version to 0.1.3 2022-06-08 14:01:47 +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
bf74be01db Add black theme (#15) 2022-06-08 13:09:14 +02:00
vfsfitvnm
5d1754b6c7 Fix a bug that resetted ExoPlayer repeat mode when resuming the activity 2022-06-07 23:12:19 +02:00
vfsfitvnm
3391b4f056 Improve BackupAndRestoreScreen UI 2022-06-07 22:27:35 +02:00
vfsfitvnm
239489ba30 Add AboutScreen 2022-06-07 22:11:35 +02:00
vfsfitvnm
2339b2a4da Add "Play single" entry to play a single song instead of the radio/playlist 2022-06-07 20:05:27 +02:00
vfsfitvnm
7f20dce446 Add slide transitions 2022-06-07 19:29:03 +02:00
vfsfitvnm
c5f3e5b766 Fix typo 2022-06-07 19:15:18 +02:00
vfsfitvnm
b2f92cfcba Remove unused drawable 2022-06-07 19:14:05 +02:00
vfsfitvnm
55e8cfa7d5 Add backup/restore feature 2022-06-07 19:13:40 +02:00
vfsfitvnm
5c9e10bf05 Revamp SettingsScreen 2022-06-07 19:09:46 +02:00
vfsfitvnm
17b5ed36f3 Add issue templates (thanks z-huang/music) 2022-06-06 21:35:16 +02:00
vfsfitvnm
fd39407965 Bump version to 0.1.2 2022-06-06 21:25:34 +02:00
vfsfitvnm
5830991b00 Remove unused dependency 2022-06-06 21:20:04 +02:00
vfsfitvnm
53f878cbb1 Update README 2022-06-06 20:47:46 +02:00
vfsfitvnm
ab9c36a3b9 Rename PlaylistScreen.kt to LocalPlaylistScreen.kt 2022-06-06 20:35:49 +02:00
vfsfitvnm
0230624809 Add the ability to import a YouTube playlist link as local playlist 2022-06-06 20:35:08 +02:00
vfsfitvnm
c3b2435623 Add the ability to open YouTube playlist links 2022-06-06 20:27:23 +02:00
vfsfitvnm
756eb48176 Fix share link for YouTube playlists 2022-06-06 20:22:27 +02:00
vfsfitvnm
b11d5d30d0 Add share button for YouTube albums and playlists 2022-06-06 19:29:16 +02:00
vfsfitvnm
4d5af502cc Support YouTube playlists 2022-06-06 18:08:52 +02:00
vfsfitvnm
6f3c5467ec Fix bottom padding in AlbumScreen 2022-06-06 16:55:22 +02:00
vfsfitvnm
b61dbf672f Do not inline OutcomeItem as it causes a compose build error 2022-06-06 16:51:08 +02:00
vfsfitvnm
b4e9715592 Fix a bug which caused a song collection to not display in HomeScreen 2022-06-06 16:02:04 +02:00
vfsfitvnm
a56e7181f1 Bump version to 0.1.1 2022-06-05 18:27:23 +02:00
vfsfitvnm
90cc3c2cda Update README 2022-06-05 18:27:13 +02:00
vfsfitvnm
a848122b2d Make Favorites, History collections easier to discover in HomeScreen 2022-06-05 18:20:55 +02:00
vfsfitvnm
b6ecc8a887 Apply ThumbnailRoundness.shape to most played songs 2022-06-05 18:02:15 +02:00
vfsfitvnm
52627239e3 Fix undesired radio restart when playing from SearchResultScreen 2022-06-05 17:59:29 +02:00
vfsfitvnm
b9489e5274 Migrate to DataStore 2022-06-05 17:35:07 +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
cab0f4f09b Put Modifier::verticalScroll after Modifier::fillMaxSize 2022-06-05 15:38:07 +02:00
vfsfitvnm
d34cf3c5f6 Update dependencies 2022-06-05 15:36:35 +02:00
vfsfitvnm
85a5b60e29 Add thumbnail roundness selector in SettingsScreen 2022-06-05 15:29:36 +02:00