Commit Graph

58 Commits

Author SHA1 Message Date
vfsfitvnm
ba9ae5c705 Change playlist import UI flow 2022-10-06 18:38:35 +02:00
vfsfitvnm
98939b6ac1 Tweak Database.kt code 2022-10-05 16:22:04 +02:00
vfsfitvnm
ed7ee1b6c0 Fix trending song query 2022-10-05 15:27:50 +02:00
vfsfitvnm
ccf5a35ff6 Pass entity bookmarkedAt when updating artists and albums 2022-10-04 08:38:33 +02:00
vfsfitvnm
d0e9c7e6b9 Add "Other versions" tab in AlbumScreen 2022-10-03 15:20:41 +02:00
vfsfitvnm
0ac516b39b Tweak code 2022-10-03 12:52:24 +02:00
vfsfitvnm
4bc3671be1 Redesign ArtistScreen (#123, #172) 2022-09-30 19:27:34 +02:00
vfsfitvnm
b4fb9cf6d9 Make durationText nullable 2022-09-29 19:36:29 +02:00
vfsfitvnm
33778b33dd Start working on QuickPicks screen 2022-09-28 21:46:56 +02:00
vfsfitvnm
83230e3817 Redesign PlaylistScreen (#172) 2022-09-27 16:43:59 +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
f463f82f72 Redesign AlbumScreen (#172) 2022-09-24 20:18:43 +02:00
vfsfitvnm
35e0070bda Redesign SearchScreen (#172) 2022-09-23 17:00:12 +02:00
vfsfitvnm
563c6175f7 Start UI redesign (#172) 2022-09-22 19:08:01 +02:00
vfsfitvnm
b0e5344560 Add "Clear search history" entry (#310) 2022-09-20 10:15:20 +02:00
vfsfitvnm
e13d083a8c Simplify queries to move song in playlist 2022-09-15 18:56:34 +02:00
vfsfitvnm
97aecc821f Make imported playlist synchronizable (#196) 2022-09-13 11:22:06 +02:00
vfsfitvnm
14a0577d51 Update room version 2022-08-30 10:54:33 +02:00
vfsfitvnm
bf7c90e71f Update album fetch logic 2022-08-12 14:50:55 +02:00
vfsfitvnm
b74517debb Update album fetch logic 2022-08-12 14:25:49 +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
c6ee435eef Add re-fetch lyrics button (#163) 2022-08-03 10:53:24 +02:00
vfsfitvnm
795bf3d56f Do not show unplayed artist songs 2022-07-24 17:42:26 +02:00
vfsfitvnm
e912bfed1c Tweak code 2022-07-23 16:57:38 +02:00
vfsfitvnm
707fee1b29 Rework player view UI (#105) 2022-07-21 20:41:19 +02:00
vfsfitvnm
55e436208f Improve sorting options for songs and playlists (#104) 2022-07-19 11:16:00 +02:00
vfsfitvnm
f5716937d1 Improve volume normalization logic 2022-07-18 14:36:57 +02:00
vfsfitvnm
61eeeb07c0 Fix #106, #108, #113 2022-07-18 13:30:28 +02:00
vfsfitvnm
29025da7e9 Add "Refetch" option for albums and artists (#93) 2022-07-09 15:14:02 +02:00
vfsfitvnm
b3104207ff Hide songs instead of deleting from database 2022-07-06 20:49:48 +02:00
vfsfitvnm
2e542d3c1a Add favorites, cached built-in playlists (#11) 2022-07-06 20:49:37 +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
7c165b5c3a Tweak Database class 2022-07-01 12:54:22 +02:00
vfsfitvnm
e6155b428c Add Artist upsert 2022-07-01 11:46:52 +02:00
vfsfitvnm
3429f27840 Cache album information 2022-06-30 15:33:36 +02:00
vfsfitvnm
d07d3f23b2 Add SongAlbumMap 2022-06-30 13:49:05 +02:00
vfsfitvnm
e4209d18ad Remove println 2022-06-29 22:37:49 +02:00
vfsfitvnm
309a1a4237 Add shuffle/radio data to Artist 2022-06-29 20:14:44 +02:00
vfsfitvnm
9103c30044 Add foreign key constraint to Song 2022-06-29 15:26:01 +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
a7bdda074b Migrate database (1) 2022-06-29 14:13:39 +02:00
vfsfitvnm
2cbb5a4ba4 Use database executors instead of compose coroutines to launch database operations 2022-06-27 22:07:07 +02:00
vfsfitvnm
697c6b6379 Update dependencies 2022-06-27 21:14:50 +02:00
vfsfitvnm
8f5bc5e90e Add player state persistence 2022-06-26 17:07:03 +02:00
vfsfitvnm
4e5f17de23 Do not return songs that have never been played in Database.history() 2022-06-22 16:41:40 +02:00