Commit graph

1008 commits

Author SHA1 Message Date
tibbi
220d552b02 highlight the currently playing song in the queue 2020-10-09 20:54:38 +02:00
tibbi
d659ed9a22 add a label to the Queue screen 2020-10-09 20:39:55 +02:00
tibbi
06a8475ea7 show a list of queued items at QueueActivity 2020-10-09 19:57:22 +02:00
tibbi
c53c4a8b50 launch QueueActivity on clicking at the Next Track bar 2020-10-09 15:02:47 +02:00
tibbi
c08c88a1de use the track queue for fetching the next track id 2020-10-09 13:12:17 +02:00
tibbi
42780dce2f properly handle updating the next track info 2020-10-09 12:24:30 +02:00
tibbi
996560c5e2 removing Setup Player service function 2020-10-09 11:55:07 +02:00
tibbi
39c2b45c3c shuffle tracks after fetching 2020-10-09 11:42:46 +02:00
tibbi
7d5154f24e adding a bottom bar for showing the next song 2020-10-09 10:59:26 +02:00
tibbi
714158d3e9 allow skipping forward/backward by pressing the current/max track progress 2020-10-08 22:35:42 +02:00
tibbi
a086bad5d3 removing the player fragment, make Artists the first one 2020-10-08 22:30:39 +02:00
tibbi
f2bde8355f implement Next song playback 2020-10-08 22:23:39 +02:00
tibbi
6bce2374b9 renaming Song to Track on some places 2020-10-08 22:11:51 +02:00
tibbi
fe8d70a947 properly handle a specific song initiating 2020-10-08 21:50:50 +02:00
tibbi
d109e520ac always refresh songs at INIT action 2020-10-08 12:24:06 +02:00
tibbi
9adb4d2dd2 use the last database update for renaming songs to tracks 2020-10-08 12:16:21 +02:00
tibbi
879feb3b70 use media_store_id as a primary key at Song instead of path 2020-10-08 11:56:13 +02:00
tibbi
d138876f82 finish TrackActivity if there is no current song 2020-10-08 11:00:20 +02:00
tibbi
daf395734a handle reseting queue items on selecting some new songs 2020-10-07 23:31:50 +02:00
tibbi
f5abbedd70 creating a new QueueItems table for storing the currently queued tracks 2020-10-07 23:14:55 +02:00
tibbi
bbc073f83e implementing the Track screens seekbar 2020-10-07 22:05:59 +02:00
tibbi
c574320030 implementing Shuffle and Song Repetition buttons 2020-10-07 20:54:10 +02:00
tibbi
79f4ed1957 allow only 1 line at track artist and title 2020-10-07 20:38:24 +02:00
tibbi
0f11134a82 give the top art fixed size 2020-10-07 20:37:06 +02:00
tibbi
b42dc4cd77 implementing some new buttons at the Track screen 2020-10-07 19:43:48 +02:00
tibbi
af80472d53 update the track progress on its screen 2020-10-07 19:16:29 +02:00
tibbi
7cba12c0e9 show 00:00 on timers by default 2020-10-07 15:17:46 +02:00
tibbi
e3104403e0 adding some navigation buttons at the Track screen 2020-10-07 15:14:08 +02:00
tibbi
38935d6512 show a progressbar at the Track screen 2020-10-07 13:08:54 +02:00
tibbi
6cb2efb0ad use a bigger font for the artist 2020-10-07 12:49:48 +02:00
tibbi
504deb6dc3 show the track title and artist at the Track screen 2020-10-07 12:49:17 +02:00
tibbi
c048a1f312 add top shadow to the track image 2020-10-07 12:27:14 +02:00
tibbi
37fa9d213f show the albums cover image at the top of the Track screen 2020-10-07 11:59:59 +02:00
tibbi
d94c63d0ea open Track activity from Songs on click too 2020-10-06 23:11:19 +02:00
tibbi
9d9e065c4d creating the basic TrackActivity with transparent top 2020-10-06 14:44:01 +02:00
tibbi
1dd7eeb799 do not allow clicking on album section headers 2020-10-05 21:36:11 +02:00
tibbi
32c89ccac2 adding the missed headset icons with some padding 2020-10-05 21:05:38 +02:00
tibbi
ff4412d6f3 launch TrackActivity on picking a track to play 2020-10-05 21:05:20 +02:00
tibbi
c2d96a751e show the albums image thumbnail at songs list 2020-10-05 20:31:48 +02:00
tibbi
7ccaa76026 show the album artist at the header too 2020-10-05 19:22:30 +02:00
tibbi
e5532a2d7e show some extra info at the selected album 2020-10-05 19:12:24 +02:00
tibbi
7470e67336 show the album cover at opening 2020-10-05 18:36:54 +02:00
tibbi
7930551d78 show placeholders if an album or artist image isnt available 2020-10-05 16:13:01 +02:00
tibbi
7c924f473e show an album image at individual songs 2020-10-05 15:56:33 +02:00
tibbi
1b6416179c add a path to the songs album cover at Song model 2020-10-05 15:28:02 +02:00
tibbi
4cd25f9b7f store album cover art in the class itself 2020-10-05 12:55:38 +02:00
tibbi
48cf2dcc15 adding some sections at the albums view 2020-10-05 12:37:15 +02:00
tibbi
f0c44f3f18 show the tracks under albums too 2020-10-05 12:06:05 +02:00
tibbi
26a87b52dd prepare the AlbumsAdapter for showing individual songs too 2020-10-05 11:30:25 +02:00
tibbi
a2cc181ee5 fetch all album songs at fetching albums of an artist 2020-10-04 23:13:48 +02:00