Adrian Ulrich
9375969eee
implement verbose notifications (nag)
2015-05-31 18:18:26 +02:00
Adrian Ulrich
4a534ce2e2
implement 10sec skip action
2015-05-25 11:04:22 +02:00
Adrian Ulrich
109b1e727c
continuous shuffle is now a longpress action
2015-05-25 09:45:06 +02:00
Adrian Ulrich
8d9ff2823c
Get rid of fastScrollBar
...
It is VERY annoying on Android 5.1 as it constantly conflicts with the expand area
2015-05-25 09:34:54 +02:00
Adrian Ulrich
8e28956d03
ensure that song is filled
2015-05-17 14:41:03 +02:00
Adrian Ulrich
3b7af2b5bf
update translations
2015-05-15 13:04:50 +02:00
Adrian Ulrich
536ecca27d
increase version number
2015-05-15 12:54:33 +02:00
Adrian Ulrich
1a2d12032e
use PrefKeys for filebrowser
2015-05-11 19:30:33 +02:00
Adrian Ulrich
6e84d42d76
Remove debug output
2015-05-11 19:05:10 +02:00
Adrian Ulrich
f2c62f16a8
Dark theme: use recreate()
...
Also move the logic into playbackservice: there is no need to register a 2nd receiver
2015-05-11 19:03:54 +02:00
Adrian Ulrich
3d87a167c8
Dark theme support for Android 5.0
2015-05-10 20:34:57 +02:00
Adrian Ulrich
28051cf450
bump internal version to 1.0.00
2015-05-04 19:31:54 +02:00
Adrian Ulrich
d9699eca5c
Update translations
2015-05-04 19:29:24 +02:00
Adrian Ulrich
40c7f2591a
update release date
2015-05-03 15:06:23 +02:00
Adrian Ulrich
9d7f7cf116
clear error flag if we recovered a broken song on our own
2015-05-03 14:21:41 +02:00
Adrian Ulrich
bda1d23d18
update changelog
2015-05-03 13:57:16 +02:00
Adrian Ulrich
a7a004a2d9
rearrange settings
2015-05-03 13:49:43 +02:00
Adrian Ulrich
abe353b3f1
save playlist state while releasing the wake lock
2015-05-03 13:43:44 +02:00
Adrian Ulrich
4783d842b7
tie audiofx to enterSleepState()
2015-05-03 13:35:53 +02:00
Adrian Ulrich
a3e546d1b6
use a single audio session and add EQ to settings
2015-05-01 21:12:22 +02:00
Adrian Ulrich
f934160914
Reduce calls to mediaplayer objects
2015-05-01 11:31:12 +02:00
Adrian Ulrich
411db0bc91
Add VanillaMediaPlayer class
...
This commit adds a new VanillaMediaPlayer class, extending the media player
The class helps to simplify some tasks and also provides a nice getDataSource method
2015-04-28 20:17:11 +02:00
Adrian Ulrich
3974138451
do not unregister sensor listener on pause
2015-04-25 17:13:46 +02:00
Adrian Ulrich
88d6c285d9
implement Continuous Shuffling
2015-04-25 15:42:02 +02:00
Adrian Ulrich
a2c43eebfc
remove unneeded code
2015-04-25 13:35:17 +02:00
Adrian Ulrich
f9082f8932
remember scrolling position
2015-04-23 18:36:04 +02:00
Adrian Ulrich
1bb44eb172
Bugfix: unbreak widgets
...
Widgets can not have custom views so we must use a controls-layout with ImageView
2015-04-23 18:09:21 +02:00
Adrian Ulrich
71df5071e8
replace clear_queue with dequeue_rest
2015-04-22 21:05:30 +02:00
Adrian Ulrich
5863c1ab91
update more translations
2015-04-22 20:57:54 +02:00
Adrian Ulrich
e07208d184
change version to 0.9.99
2015-04-22 20:56:47 +02:00
Adrian Ulrich
b903c0fbee
update translations
2015-04-22 20:55:40 +02:00
Amin Bandali
543e063a20
add Changelog in about.html - Closes #147
2015-04-20 17:15:39 -04:00
Adrian Ulrich
6aab4cc992
pad/shift coverview by 14dip
...
The top bar is larger than the bottom controlls by about 14px - we therefore shift
the cover down a little bit to make it look more centered
2015-04-20 21:35:28 +02:00
Adrian Ulrich
c36cb0191b
switch theme to blue grey 800 and 900
2015-04-20 20:01:24 +02:00
Adrian Ulrich
09470b9dfa
regenerate xxhdpi witout imagemagick call
2015-04-18 08:49:00 +02:00
Adrian Ulrich
968c065861
Recreate xxhdpi fallback cover
...
and remove the imagemagick call that killed it
2015-04-16 19:19:04 +02:00
Adrian Ulrich
106e783b4b
update german translation
2015-04-15 20:06:54 +02:00
Adrian Ulrich
782a6c038a
add xxhdpi search icon from AOSP framework
2015-04-15 19:59:24 +02:00
Adrian Ulrich
6c20d71afe
Add and generate xxhdpi icons
2015-04-15 19:57:29 +02:00
Adrian Ulrich
aa085ad1f4
Redraw missing/wrong status_icon svg drawable from scratch
2015-04-15 19:52:56 +02:00
Adrian Ulrich
2b9e9f7f73
shift colors and give controls_active its own color
2015-04-15 19:17:44 +02:00
Adrian Ulrich
0d9621c0c1
fix theming of showOverlayMessage
2015-04-15 18:47:08 +02:00
Adrian Ulrich
0fc5b5bc70
close queue window after killing the queue and update mCurrentPos
2015-04-15 18:30:11 +02:00
Adrian Ulrich
c02b77cafe
Merge pull request #160 from aminb/empty-queue
...
add "Empty queue" option in Queue activity
2015-04-15 18:26:54 +02:00
Amin Bandali
ddb129b660
use saveActiveSongs and broadcastChangedSongs
...
in clearQueue and emptyQueue
also, call pause and setFlag before calling emptyQueue
2015-04-14 15:32:24 -04:00
Amin Bandali
7b6fc6218a
add "Empty queue" option in Queue activity
2015-04-13 20:59:43 -04:00
Adrian Ulrich
7feebb067f
remove dead preferences element
2015-04-13 16:57:51 +02:00
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