Adrian Ulrich
02a5274611
implement DraggableRow class
2014-10-17 19:33:55 +02:00
Adrian Ulrich
21de700d1d
use universal view-file
2014-10-17 16:29:40 +02:00
Adrian Ulrich
744c91adbc
migrated playlist to DSLV
2014-10-17 14:36:58 +02:00
Adrian Ulrich
61663414b7
migrate tab order to DSLV
2014-10-17 12:07:39 +02:00
Adrian Ulrich
da6878da5e
migrate queue to DSLV
2014-10-17 11:41:17 +02:00
Adrian Ulrich
51c24054ab
Import DSLV
...
From c3cfccee21
2014-10-17 11:40:09 +02:00
Adrian Ulrich
c92bc5a56e
propagate timeline changes to ShowQueue
2014-10-17 09:08:34 +02:00
Adrian Ulrich
12f2655ec8
simplify gapless update trigger
2014-10-16 23:03:29 +02:00
Adrian Ulrich
9633d7fc88
move triggerReadAhead to broadcast function
2014-10-16 21:40:35 +02:00
Adrian Ulrich
aaf6363ae0
add missing changed() call
2014-10-16 20:41:44 +02:00
Adrian Ulrich
204728224f
implement draggable queuelist
2014-10-16 20:09:17 +02:00
Adrian Ulrich
0e1c948278
remove padding due to draglist bug and make showqueue dragable
2014-10-16 17:02:56 +02:00
Adrian Ulrich
22b9422d3a
use own view for filebrowser
2014-10-16 16:01:36 +02:00
Adrian Ulrich
f592d684a3
make buildQuery() private
2014-10-16 15:00:26 +02:00
Adrian Ulrich
5f2b998a98
sort albums by album -> track
2014-10-16 14:47:40 +02:00
Adrian Ulrich
7beb3e6651
remove confusing *_ALL from library adapter rows
2014-10-16 13:51:14 +02:00
Adrian Ulrich
9778de2bec
implement sort by album -> track
2014-10-16 13:38:53 +02:00
Adrian Ulrich
c28d4f941c
re-add dead-man-switch for 0.9.29 release
...
Bomb the new release for january 2015 - i still do not trust google as i
got NO response from them
2014-10-15 11:41:12 +02:00
Adrian Ulrich
7fe8d9fd43
restyle notification
2014-10-14 20:36:49 +02:00
Adrian Ulrich
bab6b91fdd
get rid of obsolete inverted_color feature
2014-10-14 12:58:40 +02:00
Adrian Ulrich
beb440a7ac
support for expanded notifications
2014-10-14 12:54:45 +02:00
Adrian Ulrich
0ede5aa4d1
get rid of some legacy stuff
2014-10-14 10:23:58 +02:00
Adrian Ulrich
28cc7322b3
slightly increase doubleclick detection
2014-10-14 10:01:54 +02:00
Adrian Ulrich
0530495bc1
copy playlist contents during rename
...
Android 4.4 has a silly bug (? feature ?) where renaming a playlist will make it impossible to re-create a new playlist with the old name until the renamed playlist has been deleted.
This patch changes vanillas rename code to actually copy the full playlist and delete the old version.
2014-10-14 09:24:58 +02:00
Adrian Ulrich
fdc5598b1c
remove superfluous play() call
2014-10-13 18:06:43 +02:00
Adrian Ulrich
4632b8d665
fix previous commit ;-)
2014-10-13 17:49:24 +02:00
Adrian Ulrich
3b62928056
implement audiopicker class
2014-10-13 17:38:35 +02:00
Adrian Ulrich
ecaa32455f
get rid of proguard and backupagent
2014-10-13 15:02:22 +02:00
Adrian Ulrich
9993ff64c6
use MetadataRetriever instead of BASTP
2014-10-13 09:02:27 +02:00
Adrian Ulrich
e3a423e6c4
fix a few cursor leaks
2014-10-13 09:01:56 +02:00
Adrian Ulrich
103572b9ef
this is hopefully fixed with 5926ba234c562c1731de1a6f080b4c383260fc19
2014-10-13 08:36:25 +02:00
Adrian Ulrich
5926ba234c
bugfix: avoid returning stale songs in any case
2014-10-12 21:11:37 +02:00
Adrian Ulrich
b472087b3a
update to newest bastp version with song-duration information
2014-10-12 20:27:37 +02:00
Adrian Ulrich
a0d49e9eda
support playing files missing from androids media database
2014-10-12 15:09:02 +02:00
Adrian Ulrich
4f69bc1feb
Revert "REVERT ME: added google timebomb"
...
This reverts commit 82154e740cb2768c78ca6d7ecb2caf2003942ce7.
2014-10-12 12:47:52 +02:00
Adrian Ulrich
517104b7b8
avoid crashing if song is null
2014-10-07 21:00:20 +02:00
Adrian Ulrich
7cefab87a6
only start playback if mCurrentSong is set
2014-10-07 20:50:17 +02:00
Adrian Ulrich
82154e740c
REVERT ME: added google timebomb
2014-10-07 20:30:35 +02:00
Adrian Ulrich
46e0470100
remember scrolling position in filechooser
2014-08-24 18:11:40 +02:00
Adrian Ulrich
6726f07268
fix crash if creating a playlist fails
2014-08-24 15:24:56 +02:00
Adrian Ulrich
3a8292822d
handle case where curKey was null
2014-08-24 15:05:51 +02:00
Adrian Ulrich
977b8210cc
check for key != null
2014-06-29 19:52:49 +02:00
Adrian Ulrich
e7f2be06ad
check for null cursor
2014-06-29 19:16:07 +02:00
Adrian Ulrich
636e0053c5
implement cover shadow loader
2014-06-20 16:20:07 +02:00
Adrian Ulrich
6bc4326f31
Move coverart settings into own fragment
2014-06-20 15:21:15 +02:00
Adrian Ulrich
977cf22611
use inputStream to read cover data
2014-06-20 15:05:16 +02:00
Adrian Ulrich
184d91b5bd
initial support for internal artwork loader
2014-06-17 22:01:02 +02:00
Adrian Ulrich
da21f68c10
load album art on our own
2014-06-17 21:08:08 +02:00
Adrian Ulrich
855a2e4ab0
group same artist/album combinations in lru cache
2014-06-17 20:45:42 +02:00
Adrian Ulrich
04f29a1c30
use own class as cache key
2014-06-16 22:34:01 +02:00