Commit graph

253 commits

Author SHA1 Message Date
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
ae00f8ea3d Make cancel buttons background color in dialog transparent 2022-07-04 22:11:16 +02:00
vfsfitvnm
36bf5b17a6 Improve PlayerService lifecycle to accommodate a proper queue persistent storing 2022-07-04 22:03:11 +02:00
vfsfitvnm
0655e3efd5 Bump Jetpack Compose version 2022-07-04 17:20:05 +02:00
vfsfitvnm
2480fe52c0 Add drawSteps parameter to SeekBar 2022-07-03 23:46:47 +02:00
vfsfitvnm
fcda7300c3
Merge pull request #76 from Surendrajat/master
CI: build debug APK
2022-07-03 21:08:08 +00:00
vfsfitvnm
3c35176b4f Support youtu.be links (#77) 2022-07-03 23:02:07 +02:00
vfsfitvnm
7e42820e7c Add hack to avoid service destroy when notification is paused 2022-07-03 22:42:53 +02:00
Surendrajat
76ef642563 CI: build debug APK 2022-07-03 23:59:17 +05:30
vfsfitvnm
79ba4ff993 Reduce SettingsEntryGroupText font size 2022-07-01 23:33:33 +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
15f99304bd Align play icon 2022-07-01 22:42:19 +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
17cf2454c7 Continue removing Outcome class in favor of Result (search suggestions) 2022-07-01 19:41:52 +02:00
vfsfitvnm
14f46429ef Continue removing Outcome class in favor of Result (search) 2022-07-01 19:32:58 +02:00
vfsfitvnm
21ef7e8d5e Continue removing Outcome class in favor of Result 2022-07-01 18:51:01 +02:00
vfsfitvnm
f7012c9134 Add LoadingOrError component 2022-07-01 18:50:03 +02:00
vfsfitvnm
c4a8d22760 Stop radio before setting up a new one 2022-07-01 18:33:40 +02:00
vfsfitvnm
c4fea8835a Start removing Outcome class in favor of Result 2022-07-01 18:22:53 +02:00
vfsfitvnm
6ccbf7759c Reduce switch knob shadow when not checked 2022-07-01 16:50:15 +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
91edb9672e Do not show "Remove" (from queue) button for the song that is actually playing 2022-07-01 15:02:09 +02:00
vfsfitvnm
03333cd157 Move OtherSettingsScreen to CacheSettingsScreen 2022-07-01 14:42:20 +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
e6155b428c Add Artist upsert 2022-07-01 11:46:52 +02:00
vfsfitvnm
932314f8d2 Decouple compose compiler version 2022-07-01 00:01:06 +02:00
vfsfitvnm
a366c68f37 Tweak Gradle version catalog 2022-06-30 23:48:32 +02:00
vfsfitvnm
174520b616 Change web search intent logic (#62) 2022-06-30 21:02:29 +02:00
vfsfitvnm
8066dce73b Change equalizer intent logic 2022-06-30 20:39:35 +02:00
vfsfitvnm
3429f27840 Cache album information 2022-06-30 15:33:36 +02:00
vfsfitvnm
f126972f2d Add playlistRoute in SearchResultScreen 2022-06-30 15:32:25 +02:00
vfsfitvnm
c8d5753046 Split PlaylistOrAlbumScreen 2022-06-30 13:49:30 +02:00
vfsfitvnm
d07d3f23b2 Add SongAlbumMap 2022-06-30 13:49:05 +02:00
vfsfitvnm
58f821534e Add Bundle extensions 2022-06-29 22:38:00 +02:00
vfsfitvnm
e4209d18ad Remove println 2022-06-29 22:37:49 +02:00
vfsfitvnm
ccfedf294b Fix typo 2022-06-29 21:50:29 +02:00
vfsfitvnm
fd41e78625 Add TextCard component 2022-06-29 21:33:35 +02:00
vfsfitvnm
53190a39f7 Prevent items in home page to not be displayed due to an unknown behaviour 2022-06-29 20:41:14 +02:00
vfsfitvnm
8b345c2405 Do not display notification on configuration changed if no media item is playing 2022-06-29 20:34:39 +02:00
vfsfitvnm
1fb50169ff Cache artist information 2022-06-29 20:15:43 +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