aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/settings_playback.xml
AgeCommit message (Collapse)Author
2018-10-11Remove registerMediaButtonEventReceiver for API >= 21Glenn Guy
Finally figured out that this was causing an extra controller to be registered with the AVRCP module. With DSub as the only media app running the log would show `V/NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 0` on entry into the app and would increase to 2 shortly after. On Android Pie this causes problems as the new AVRCP module's logic is causing the metadata to be sent through to the wrong controller. I'm not sure if you think I've gone about it in the correct way but I've removed the setting for media buttons as well for Lollipop onwards, considering that this setting has no effect anyway on >= 21.
2017-06-09Added preference for rewind and fast forward intervalsKevin T. Berstene
Keeping the default at 10s and 30s respectively, added preference options under Playback to allow user to change how far rewind and fast forward jump.
2016-09-23Fix applicationIdSuffix not working with custom attributesScott Jackson
2016-07-27Fixes #714: Add different options for action when pressing a songScott Jackson
2016-03-24Fixes #554: Add option for heads up notificationsScott Jackson
2016-02-02Fixes #638 Make gapless playback while casting optionalScott Jackson
2015-11-27#580, #596 Make setting open up a normal new fragmentScott Jackson