Adrian Ulrich
3b084fcc02
import framework colors and always tint image buttons
2015-04-13 16:55:39 +02:00
Adrian Ulrich
12027036df
default cover can be styled in themes.xml
2015-04-13 16:05:38 +02:00
Adrian Ulrich
abdc3d5c62
use normal library row for filebrowser settings
2015-04-12 20:26:24 +02:00
Adrian Ulrich
dfa0e784ca
place artwork center at 60% screen height (100/60)
2015-04-12 19:48:03 +02:00
Adrian Ulrich
1607bcd2d8
add a hacky way to pass the font color to our webview dialog
2015-04-12 15:33:20 +02:00
Adrian Ulrich
cffbb1b3f8
remove legacy preferences activities
2015-04-12 14:11:47 +02:00
Adrian Ulrich
cf30845599
hitting back in searchview collapses it
2015-04-12 13:32:45 +02:00
Adrian Ulrich
609c3ac220
give the controls a textual item entry
2015-04-12 13:15:45 +02:00
Adrian Ulrich
89a845266e
Merge branch 'lp-design'
2015-04-11 09:02:54 +02:00
Adrian Ulrich
3787b0f63d
hack up actionbar controls to expand on lp
2015-04-06 19:07:47 +02:00
Adrian Ulrich
341ba76893
use native searchview
2015-04-06 09:52:05 +02:00
Adrian Ulrich
8bc5239227
get rid of honeycomb wrapped functions
2015-04-06 08:39:04 +02:00
Adrian Ulrich
2e4f7245be
disable fastscroll in queueview
2015-04-05 20:23:29 +02:00
Adrian Ulrich
f058f21b97
implement ch.blinkenlights.android.vanilla.VanillaImageButton
2015-04-03 10:43:13 +02:00
Adrian Ulrich
04261bf3b1
do not force black background
2015-03-29 15:44:16 +02:00
Adrian Ulrich
7fabf739d6
Fix issue 148
...
Commit 7d21710015b7e4211e2b16b29824846b07115ac3 broke the play or enqueue short-tab option.
This commit should fix the issue and also adds 'play as next' as an default option for the short-press
2015-03-24 22:38:02 +01:00
JN-Jones
8457b371d2
Fix #143 Android Lollipop: Lock screen widget improvement
2015-03-10 14:59:49 +01:00
Amin Bandali
7835436a35
Attempt to fix #113
...
Modifies the onTouch method of DragSortController
an attempt to fix the crash when scrolling in the queue
2015-02-21 08:55:06 -05:00
Adrian Ulrich
c28564ae8d
put artist information into album key of metadata receiver
2015-02-15 18:34:20 +01:00
Adrian Ulrich
57cbf181a1
implement "play next"
2015-02-15 18:07:34 +01:00
Adrian Ulrich
18bc1fb319
rename PLAY_NEXT into more descriptive FLUSH_AND_PLAY_NEXT
2015-02-15 17:24:36 +01:00
Adrian Ulrich
7d21710015
get rid of dead ACTION_PLAY_OR_ENQUEUE
2015-02-15 17:23:20 +01:00
Adrian Ulrich
099a31a8a7
clarify that the FILE will be deleted
2015-01-11 09:47:04 +01:00
Adrian Ulrich
20591e4680
move delete option up
2015-01-10 12:57:44 +01:00
Adrian Ulrich
f4b10889a0
fix white widget - really this time
2015-01-04 22:40:36 +01:00
Adrian Ulrich
cb76c98e2f
add material-design notification layout
2015-01-04 22:02:27 +01:00
Adrian Ulrich
df1dee9d96
target lollipop SDK
2015-01-04 21:03:45 +01:00
Adrian Ulrich
268c3b825c
Remove songs in background
...
by sending a made up intent to the message handler
2015-01-01 10:03:22 +01:00
Adrian Ulrich
2a6ce919f3
Move deletion code to PlaybackActivity
...
So we can re-use it in other parts of the application
2015-01-01 09:39:05 +01:00
Adrian Ulrich
84f153d49a
check return value of getSong(0)
2015-01-01 08:53:18 +01:00
Amin Bandali
0832a0175d
add Delete in Now Playing menu ( closes #103 )
2015-01-01 01:04:39 -05:00
Adrian Ulrich
422d7a1c04
remove timebomb
2014-10-25 09:39:40 +02:00
Adrian Ulrich
ef8b970c2b
bomb out on march
2014-10-23 21:17:12 +02:00
Adrian Ulrich
0ea4a15941
fix crash in playlist code
2014-10-23 21:16:43 +02:00
Adrian Ulrich
e6155ba17f
migrate fullplayback activity to new playlist-task based code
2014-10-23 20:16:57 +02:00
Adrian Ulrich
6d940e0be9
move playlist operations from LibraryActivity to PlaybackActivity
2014-10-23 20:15:59 +02:00
Adrian Ulrich
0e574bc17b
Change NewPlaylistDialog to work with PlaylistTasks instead of Intents
2014-10-23 20:11:46 +02:00
Adrian Ulrich
a9a194b1a3
Add PlaylistTask class
2014-10-23 20:11:08 +02:00
Adrian Ulrich
046870bf3b
implement save-as-playlist in showqueue activity
2014-10-23 20:10:38 +02:00
Adrian Ulrich
c3bcc48d3c
Move MENU_CLEAR_QUEUE action to PlaybackActivity and make ShowQueueActivity extend it
2014-10-22 18:31:36 +02:00
Adrian Ulrich
3a3530fc93
implement addToPlaylist() variant accepting an ArrayList<Long>
2014-10-20 22:29:11 +02:00
Adrian Ulrich
2f499f8927
getSongByQueuePosition() shall return NULL if id is invalid
2014-10-19 20:27:47 +02:00
Adrian Ulrich
c76d997db1
optimize queue listview performance
2014-10-19 17:02:21 +02:00
Adrian Ulrich
8c43b1a3c7
fix crash during race with purge() in random mode
2014-10-18 15:39:00 +02:00
Adrian Ulrich
59d61ce8dd
use generic approach to detect if we removed the end of our queue
2014-10-18 15:17:11 +02:00
Adrian Ulrich
9f6f72371a
remove songs via swipe
2014-10-18 11:22:18 +02:00
Adrian Ulrich
802355a174
rename moveSong into moveSongPosition and fix reorder bug
2014-10-18 10:48:43 +02:00
Adrian Ulrich
6aace3eadc
Revert "no idea why this still happens :-/"
...
This reverts commit 458f6ad580a7eb9b5f6d0e27349dc892b247dc74.
2014-10-17 22:24:02 +02:00
Adrian Ulrich
458f6ad580
no idea why this still happens :-/
2014-10-17 22:22:58 +02:00
Adrian Ulrich
55fa5604d3
Revert "this is hopefully fixed with 5926ba234c562c1731de1a6f080b4c383260fc19"
...
This reverts commit 103572b9ef0dc79f8e454f69fa6e317161321b70.
2014-10-17 22:22:33 +02:00