Commit graph

1554 commits

Author SHA1 Message Date
tibbi
99169a71ee create an activity extension for adding tracks to playlists 2020-10-17 21:47:21 +02:00
tibbi
c17b6be1c5 move the Select Playlist into an own dialog, add divider at the bottom 2020-10-17 21:29:56 +02:00
tibbi
8befb7b6e3 update playlists fragment when something related changes 2020-10-17 20:14:44 +02:00
tibbi
3e5d6958ab allow adding tracks to playlists 2020-10-17 20:04:00 +02:00
tibbi
a28908e4ce deselect all list items if the current tab changes 2020-10-17 17:46:59 +02:00
tibbi
6fbae01f9f show track count at the playlists 2020-10-17 17:22:50 +02:00
tibbi
7c28d48b3e replace the hardcoded tab titles with proper strings 2020-10-17 16:50:52 +02:00
tibbi
136cade8ed remember the last used viewpager page, launch it as default 2020-10-17 16:45:49 +02:00
tibbi
e788b9b2d5 removing the Currently Playing icon from playlists 2020-10-17 16:35:57 +02:00
tibbi
d8b77f435c add a play/pause button at the bottom bar 2020-10-17 12:47:59 +02:00
tibbi
1e7f410c1f do not show the next tracks duration at the Track screens bottom bar 2020-10-17 12:33:44 +02:00
tibbi
58f2898af6 show the current track at Track screen too 2020-10-17 12:16:08 +02:00
tibbi
8220d2e33c show the current track at the Albums screen too 2020-10-17 12:11:18 +02:00
tibbi
d1afa24e65 move current track bar into a standalone layout file 2020-10-17 11:42:13 +02:00
tibbi
09870f89d5 moving CurrentTrackBar into a standalone view 2020-10-17 11:19:29 +02:00
tibbi
16e033ed6c refresh the main screens track in one more case 2020-10-11 23:24:35 +02:00
tibbi
b5a0dab17f properly refresh the current song at the main screen 2020-10-11 23:23:27 +02:00
tibbi
6bf6ab7879 show the current track at the main screens bottom bar 2020-10-11 23:09:48 +02:00
tibbi
e3e8c8040c allow reordering the queue by drag and drop 2020-10-11 18:59:25 +02:00
tibbi
553ad4dfd7 lets always show the queue drag handle to make it more used 2020-10-11 18:21:47 +02:00
tibbi
310b317ee1 adding a drag handle at queue items 2020-10-11 13:18:03 +02:00
tibbi
75242aa378 flattening the Track Queue and Song layouts 2020-10-11 12:02:23 +02:00
tibbi
73fbb081e2 properly highlight selected queue items 2020-10-11 11:48:54 +02:00
tibbi
8e319d87d2 make trackCover private in MusicService 2020-10-11 11:03:16 +02:00
tibbi
fa589cae52 change the next track in the queue at refreshing the queue 2020-10-11 10:56:43 +02:00
tibbi
69b7ddaf25 always check track shuffling after fetching 2020-10-11 10:36:49 +02:00
tibbi
bd76b43b0e removing a redundant function 2020-10-10 23:15:28 +02:00
tibbi
482acedf4c removing the old way of storing track history 2020-10-10 21:52:27 +02:00
tibbi
17ff601f1b add handling for playing the previous track 2020-10-10 21:47:41 +02:00
tibbi
c8f6f6937c speed up the album cover checking 2020-10-09 23:40:18 +02:00
tibbi
04fe39c8e7 optimize track cover art fetching 2020-10-09 22:16:54 +02:00
tibbi
fa1e09916d play the clicked song on the queue 2020-10-09 22:16:36 +02:00
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