Adrian Ulrich
34076dc9a2
Force text to stay on a single line
2016-01-03 16:41:35 +01:00
Adrian Ulrich
b7fae56fc3
Change default action from Play/Enqueue to Expand
...
Always wanted to do this but never had the guts to change it ;-)
2016-01-02 14:02:01 +01:00
Adrian Ulrich
4d38c594a7
Merge branch 'material-tabs'
2016-01-02 13:55:33 +01:00
Adrian Ulrich
dab9401c23
Change folder icon size
2016-01-02 13:35:25 +01:00
Adrian Ulrich
bd15ec5e58
use selector for tab font color
2016-01-02 12:53:07 +01:00
Adrian Ulrich
fbc5b0732b
use setSelectedIndicatorColors
...
instead of a colorizer class
2016-01-02 12:01:26 +01:00
Adrian Ulrich
ed67cb0af2
use platform default text size for tab text
2016-01-02 11:42:54 +01:00
Adrian Ulrich
d00e5d197d
s/fake/placeholder/
2015-12-31 21:32:18 +01:00
Adrian Ulrich
1d5ce6d239
Make scrolling nice again
2015-12-31 21:30:20 +01:00
Adrian Ulrich
6910376b17
remove obsoleted theming
2015-12-31 21:03:23 +01:00
Adrian Ulrich
b16c6014f6
remove old tab drawables
2015-12-31 20:57:27 +01:00
Adrian Ulrich
9a319f9e05
Migrate to SlidingTabLayout
2015-12-31 20:53:39 +01:00
Adrian Ulrich
b08fd9ab14
Add tabs code from GOOG
2015-12-31 17:28:53 +01:00
Adrian Ulrich
c0b125d5a5
Remove pre Android 4.x leftovers
2015-12-31 15:50:16 +01:00
Adrian Ulrich
2a633893b6
Draw fake covers for items with no album identifier
2015-12-31 10:11:18 +01:00
Amin Bandali
15572f0ac0
Use new material search icon with material theme
2015-12-29 10:33:31 +01:00
Adrian Ulrich
4671261f1c
Squashed merge of the material-polish branch
2015-12-28 14:18:48 +01:00
Adrian Ulrich
34e775254a
Add link to nightly builds
2015-12-26 09:06:38 +01:00
Adrian Ulrich
1d0ab18911
update translations
2015-12-24 09:04:20 +01:00
Adrian Ulrich
f8ce79b9ce
Use different metadata on ICS lockscreen
2015-12-23 17:39:44 +01:00
Adrian Ulrich
1fa2827744
Move in-memory LRU cache from CoverCache into LazyCoverView
2015-12-23 16:03:40 +01:00
Adrian Ulrich
26a59e0458
use setIconBitmap for MirrorLink as setIconUri crashes AndroidWear
2015-12-22 10:05:34 +01:00
Adrian Ulrich
f920096737
Use WEBP as on-disk format and increase ttl because reasons.
2015-12-21 18:31:34 +01:00
Adrian Ulrich
9740ff1c17
Change hash function to be less silly
2015-12-21 17:57:42 +01:00
Adrian Ulrich
6df61daf2e
MirrorLink: do not pre-cache root
2015-12-21 17:30:06 +01:00
Adrian Ulrich
05c6f013d0
obey useHeadsetControls()
2015-12-21 12:56:17 +01:00
Adrian Ulrich
deb5637c17
Move button handling code to RemoteControl implementations
2015-12-20 22:01:11 +01:00
Adrian Ulrich
81c6527e73
Use new MediaSession API on 5.x
2015-12-20 16:37:56 +01:00
Adrian Ulrich
0e425b9198
Hide close button in notification if uncloseable
2015-12-18 13:05:19 +01:00
Adrian Ulrich
b42e923675
Option to ignore permanent audio focus loss
2015-12-14 11:05:00 +01:00
Adrian Ulrich
3265f119b2
target 1.0.35
2015-12-06 01:26:35 +01:00
Adrian Ulrich
5589f9eebc
Fix ViewPager for API Level 15 (pre JB)
2015-12-05 12:20:45 +01:00
Adrian Ulrich
460be87aec
add backup key
2015-11-17 12:06:20 +01:00
Adrian Ulrich
51c7cc6a37
update translations
2015-11-12 21:15:43 +01:00
Adrian Ulrich
939c59fe71
uset setDataSource(FileDescriptor) interface
2015-11-12 21:04:45 +01:00
Adrian Ulrich
cb6eb5c116
target 1.0.34
2015-11-09 10:25:27 +01:00
Adrian Ulrich
7f1136f689
Improve dispatching to external viewers
...
The context menu will now show an open option if dispatching makes sense (= would happen on click)
2015-11-09 10:18:39 +01:00
Adrian Ulrich
e0d57c35b9
improve disk cache ttl
2015-11-09 09:17:30 +01:00
Adrian Ulrich
9b39b1e944
Use nanoseconds to detect delayed callbacks
2015-11-08 15:55:01 +01:00
Adrian Ulrich
3459a421b5
Revert "Relex callback barrier"
...
This reverts commit 37527e17ccad94e5670583673da8987ede3285dd.
2015-11-08 15:08:02 +01:00
Adrian Ulrich
d2d3171095
Do not unregister MediaButtonReceiver onDestroy
...
Even after getting killed, we would still like to know about media button events
2015-11-08 13:40:52 +01:00
Adrian Ulrich
e7a9bb74c0
Improve genre hack
2015-11-08 13:22:09 +01:00
Adrian Ulrich
cb8debb2f4
Implement artists limiter
...
Set and used by the genre limiter
2015-11-07 11:52:58 +01:00
Adrian Ulrich
cb02b71bf4
Ability to filter artists by genre
2015-11-07 11:21:13 +01:00
Adrian Ulrich
37527e17cc
Relex callback barrier
...
The PlaybackService will notify GUI elements about state changes.
However: These callbacks are async and the gui may already have updated its own state, so the code checks
for 'old' RPCs. This fails on fast devices, where click -> service -> state-change -> callback takes less than 1ms
The new code relexes this and accepts messages with the same timestamp
2015-11-04 13:04:12 +01:00
Adrian Ulrich
d42bd1c252
remove orphaned mEmptyQueue view
2015-11-04 12:30:33 +01:00
Adrian Ulrich
655d071901
Rewind songs
2015-11-04 10:38:16 +01:00
Adrian Ulrich
cce1727b8b
allow passing 0 to timelines shiftCurrentSong
2015-11-03 15:31:06 +01:00
Adrian Ulrich
0cfd1c905c
fix english
2015-11-03 13:47:16 +01:00
Adrian Ulrich
d5d0b23db4
Implement on-disk cache
2015-11-03 13:03:46 +01:00