Commit graph

1093 commits

Author SHA1 Message Date
tibbi
093e5c038c adding Track search 2020-10-22 22:43:26 +02:00
tibbi
1c9c62f1ac implement album searching 2020-10-22 22:38:33 +02:00
tibbi
33cddf93da implementing Search at artists 2020-10-22 22:33:05 +02:00
tibbi
f89442fdd7 adding placeholders to listviews 2020-10-22 22:28:55 +02:00
tibbi
ab76ee08d4 show a placeholder if no results are found at search 2020-10-20 15:24:57 +02:00
tibbi
ea8653c55a implementing Search at the Playlists tab 2020-10-20 15:03:22 +02:00
tibbi
2200a8b1d5 preparing the viewpager tabs for search 2020-10-20 14:11:35 +02:00
tibbi
075d2e57f0 close search on tab change 2020-10-20 14:04:00 +02:00
tibbi
6077c5aa66 fill in the queue before opening TrackActivity from the Tracks tab 2020-10-20 12:45:24 +02:00
tibbi
8fbeff9dd3 adding some missed updated resource files 2020-10-19 23:28:15 +02:00
tibbi
0295efca3b move playlist fragment as the first one, make Artists the default 2020-10-19 23:27:58 +02:00
tibbi
c5cc550119 launch the proper activity on clicking a track 2020-10-19 23:21:05 +02:00
tibbi
5bb855d3b7 adding a tab for listing tracks 2020-10-19 23:01:35 +02:00
tibbi
00d1ffbe7b renaming some Songs to Tracks, no real change 2020-10-19 22:37:19 +02:00
tibbi
48d18cf881 list albums at the appropriate tab 2020-10-19 21:53:58 +02:00
tibbi
d7610813fb do some preparation for Albums viewpager item + some renaming 2020-10-19 12:58:12 +02:00
tibbi
aa8c36510d removing some redundant interfaces 2020-10-19 12:40:25 +02:00
tibbi
a22eba4323 allow creating playlist from queue items 2020-10-19 12:25:18 +02:00
tibbi
2c3260efc8 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Music-Player 2020-10-19 12:10:32 +02:00
tibbi
c99caf5292 handle removing queued items 2020-10-19 12:09:57 +02:00
Sérgio Marques
ca645cfd26
Update strings.xml 2020-10-18 23:36:51 +01:00
tibbi
629749cee1 allow adding artists to queue 2020-10-18 23:43:51 +02:00
tibbi
f9687d4656 really avoid showing the same track on queue twice 2020-10-18 23:37:46 +02:00
tibbi
22c12e0649 allow adding albums to queue too 2020-10-18 22:42:28 +02:00
tibbi
cab907d7db allow adding tracks to queue 2020-10-18 22:35:34 +02:00
tibbi
15f003689f finally adding a fastscroller to tracks too 2020-10-18 21:11:15 +02:00
tibbi
15fd2e03e5 adding a fastscroller to albums 2020-10-18 21:05:09 +02:00
tibbi
d27dc984c3 adding a fastscroller at the queue list 2020-10-18 20:55:08 +02:00
tibbi
01c3607942 adding a fastscroller to the playlists fragment too 2020-10-18 20:46:57 +02:00
tibbi
dee5850878 adding a fastscroller to the artists screen 2020-10-18 20:39:06 +02:00
tibbi
118f9fa72d removing some unwanted code 2020-10-18 20:21:24 +02:00
tibbi
9ef07cebe7 fixing some coloring issues 2020-10-18 20:20:37 +02:00
tibbi
e528d0085d removing the Manage Playlists activity 2020-10-18 20:08:32 +02:00
tibbi
8c6cc19caa add some padding to current/max progress for easier clicking 2020-10-18 20:05:21 +02:00
tibbi
1679d340f8 move the picked song to front only if shuffle is on 2020-10-18 20:02:11 +02:00
tibbi
c27780a0e3 removing the no longer needed album cover related setting 2020-10-18 19:54:16 +02:00
tibbi
64e66927c7 remember last playback position 2020-10-18 19:32:03 +02:00
tibbi
396f5004fa restore the tracks in the order they were stored in 2020-10-18 18:33:50 +02:00
tibbi
34c988d6a4 properly handle restoring the last played track 2020-10-18 18:02:47 +02:00
tibbi
51725f22f0 removing some no longer needed menu buttons 2020-10-18 16:52:15 +02:00
tibbi
50b9194fcd improve the way all tracks are initially fetched, rely on artists and albums 2020-10-18 16:27:51 +02:00
tibbi
b8cae3bff9 move artist fetching into a context extension 2020-10-18 16:11:52 +02:00
tibbi
c198cc3241 avoid showing empty playlists 2020-10-18 13:24:13 +02:00
tibbi
541d7e79bf show album cover at playlist songs 2020-10-18 12:42:29 +02:00
tibbi
bcea4d1c32 lets actually not sort playlist items, keep the order they were added in 2020-10-18 12:29:18 +02:00
tibbi
9a3d0a2930 renaming songs to tracks on some places 2020-10-18 12:10:01 +02:00
tibbi
890d4381e0 add some extra sorting on some places 2020-10-18 11:50:08 +02:00
tibbi
1d0ad94425 move Unknown artist at the bottom 2020-10-18 11:06:38 +02:00
tibbi
eca2e7755f make sure the current track bar doesnt cover anything at the bottom 2020-10-18 10:58:52 +02:00
tibbi
c755308f5b avoid adding tracks to the queue multiple times 2020-10-18 10:33:36 +02:00