tibbi
|
527f1e6b7c
|
add an Open playlist actionmenu button
|
2017-03-30 20:25:52 +02:00 |
|
tibbi
|
e5bd96a7b2
|
show a toast if the current playlist is empty
|
2017-03-30 20:10:32 +02:00 |
|
tibbi
|
c5bf6da7af
|
allow changing playlists by clicking on them in the manager
|
2017-03-30 19:58:50 +02:00 |
|
tibbi
|
6301f447f3
|
implement playlist file deletion
|
2017-03-30 19:38:30 +02:00 |
|
tibbi
|
d2047c2420
|
allow deleting playlists
|
2017-03-30 19:25:47 +02:00 |
|
tibbi
|
e9603bf7a4
|
show the Rename playlist only if one is selected
|
2017-03-30 19:07:39 +02:00 |
|
tibbi
|
0df4b09125
|
show the total playlist count at long pressing
|
2017-03-30 18:33:32 +02:00 |
|
tibbi
|
2614df2154
|
allow renaming playlists
|
2017-03-30 18:30:35 +02:00 |
|
tibbi
|
88610c909d
|
add playlist title updating
|
2017-03-29 23:43:13 +02:00 |
|
tibbi
|
0f3f1575fe
|
allow creating new playlists at the manager activity
|
2017-03-29 23:40:46 +02:00 |
|
tibbi
|
1eed5d251f
|
add a menu button for creating playlists
|
2017-03-29 23:11:19 +02:00 |
|
tibbi
|
9eaae469c6
|
rename song layout to item_song
|
2017-03-29 23:06:07 +02:00 |
|
tibbi
|
878e286d72
|
show an indicator at the current playlist
|
2017-03-29 23:05:57 +02:00 |
|
tibbi
|
ac0b1a8679
|
list the playlists at the playlists activity
|
2017-03-29 22:59:42 +02:00 |
|
tibbi
|
61b9f50694
|
add a helper function for getting all playlists from db
|
2017-03-29 20:14:13 +02:00 |
|
tibbi
|
c4c20d999b
|
add an activity for managing playlists
|
2017-03-29 20:01:30 +02:00 |
|
tibbi
|
dfcabd7c23
|
adding a draggable fastscroller to the songs list
|
2017-03-29 19:07:19 +02:00 |
|
tibbi
|
e8a88ee1fb
|
use proper string escaping at song path manipulation
|
2017-03-29 18:41:54 +02:00 |
|
tibbi
|
23943d0c42
|
remove deleted songs from all playlists
|
2017-03-29 18:25:51 +02:00 |
|
tibbi
|
1b18e3d6fd
|
implement removing songs from playlist
|
2017-03-28 23:32:37 +02:00 |
|
tibbi
|
a30503274f
|
refresh the list after adding new items
|
2017-03-28 22:49:14 +02:00 |
|
tibbi
|
e4fdee2529
|
add a menu button for removing songs from playlist
|
2017-03-28 22:44:05 +02:00 |
|
tibbi
|
2f3841908e
|
allow adding whole folders to playlist too
|
2017-03-28 22:37:21 +02:00 |
|
tibbi
|
b9e1d685fb
|
allow adding individual files to playlists
|
2017-03-28 22:23:03 +02:00 |
|
tibbi
|
4c27794a7e
|
check internal storage and SD path at startup
|
2017-03-28 22:18:54 +02:00 |
|
tibbi
|
bebb0452e4
|
get the current playlists songs from mediastore
|
2017-03-28 21:53:58 +02:00 |
|
tibbi
|
f3e352e6b4
|
add a helper function for getting current playlist song paths
|
2017-03-28 21:10:45 +02:00 |
|
tibbi
|
d3d10217ba
|
simplify the playlist creation
|
2017-03-28 21:04:27 +02:00 |
|
tibbi
|
3384c1f1c4
|
fill the initial database at first run
|
2017-03-28 20:21:22 +02:00 |
|
tibbi
|
251dd176ed
|
add stetho for debugging the database
|
2017-03-28 20:20:09 +02:00 |
|
tibbi
|
df83572c29
|
add menu buttons for adding files and folders to playlist
|
2017-03-28 18:47:08 +02:00 |
|
tibbi
|
910b170cf7
|
change the Add playlist string to Create playlist
|
2017-03-28 18:13:48 +02:00 |
|
tibbi
|
7f4b5499c5
|
store the currently selected playlist in shared prefs
|
2017-03-27 00:19:31 +02:00 |
|
tibbi
|
578cebce80
|
add the playlist name at delete confirmation just to be sure
|
2017-03-27 00:16:56 +02:00 |
|
tibbi
|
8adf5d717f
|
fill in the initial playlist in the database at creation
|
2017-03-27 00:07:37 +02:00 |
|
tibbi
|
860b640d75
|
add 2 more playlist related strings
|
2017-03-26 23:45:37 +02:00 |
|
tibbi
|
cdb7f6545f
|
create the database for playlists
|
2017-03-26 23:44:16 +02:00 |
|
tibbi
|
8b87745779
|
add some playlists related strings
|
2017-03-26 23:34:18 +02:00 |
|
tibbi
|
f0557e2f87
|
remove deleted songs from the list with an animation
|
2017-03-26 23:20:25 +02:00 |
|
tibbi
|
c56f99e7cd
|
show the total files count after long pressing items too
|
2017-03-26 23:03:37 +02:00 |
|
tibbi
|
f926eadc38
|
add a Select all cab button
|
2017-03-26 22:58:56 +02:00 |
|
tibbi
|
a0a5d2c96e
|
make sure the song artist and title dont overflow the current song indicator
|
2017-03-26 22:16:31 +02:00 |
|
tibbi
|
1a09eb1ff5
|
use the shared RadioGroupDialog for selecting equalizers
|
2017-03-26 21:58:28 +02:00 |
|
tibbi
|
e0d3236463
|
use the Commons helper function for deleting files
|
2017-03-26 21:46:17 +02:00 |
|
tibbi
|
ccabe34071
|
use the generic version of Portugal langauge
|
2017-03-26 21:37:55 +02:00 |
|
tibbi
|
588cfe74a7
|
make sure the album cover exists before trying to set it
|
2017-03-26 21:34:50 +02:00 |
|
tibbi
|
3e137d76f1
|
always show the song progress with numbers too
|
2017-03-26 21:27:26 +02:00 |
|
tibbi
|
8b8ae8ca4e
|
remove some unused strings
|
2017-03-26 21:19:42 +02:00 |
|
tibbi
|
519609c4fb
|
reuse some dimension resources from Commons
|
2017-03-26 19:15:28 +02:00 |
|
tibbi
|
e0a421fdde
|
update commons to 2.14.6
|
2017-03-26 19:01:04 +02:00 |
|