summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/RemoteController.java
Commit message (Expand)AuthorAgeFilesLines
* AVRCP 1.5 implementationAyan Ghosh2015-10-061-0/+186
* rename add/removeCallback to register/unregisterCallbackRoboErik2014-09-051-3/+3
* Ensure there's a valid handler when registering a sessions listenerRoboErik2014-09-031-1/+5
* Update MediaSession APIs for council feedbackRoboErik2014-08-191-9/+6
* Post MediaSessionManager callbacks to the caller's threadRoboErik2014-08-121-1/+1
* Add context to MediaController constructorRoboErik2014-07-281-2/+7
* Add getPackageName to MediaControllerRoboErik2014-07-251-3/+3
* Merge "Return appropriately scaled artwork to RemoteController" into lmp-devRoboErik2014-07-231-7/+2
|\
| * Return appropriately scaled artwork to RemoteControllerRoboErik2014-07-231-7/+2
* | Added Action to PlaybackStateGabriel Peal2014-07-231-4/+2
|/
* Deprecate apis that were replaced by sessionsRoboErik2014-07-211-1/+3
* Make PlaybackState immutable with a builderRoboErik2014-07-141-1/+1
* Revert "Make PlaybackState immutable with a builder"Erik Pasternak2014-07-101-1/+1
* Make PlaybackState immutable with a builderRoboErik2014-07-101-1/+1
* b/15757378 Expose APIs for listening to active sessionsRoboErik2014-06-231-3/+4
* Remove more dead audio service codeRoboErik2014-06-201-35/+8
* b/15330955 Make RemoteController use the new session APIsRoboErik2014-06-111-57/+286
* Initial round of MediaSession APIsRoboErik2014-02-191-1/+1
* Fix RemoteController synchronization modeJean-Michel Trivi2014-01-021-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-3/+0
* Fix stale data in keyguard transport control displayAdam Powell2013-10-151-0/+1
* Make RemoteController weakly referenced by IRemoteControlDisplayJean-Michel Trivi2013-10-081-17/+52
* Update RemoteController info when enabling/disabling itJean-Michel Trivi2013-10-071-0/+26
* Also rely on enabled notification listeners for RemoteController registrationJean-Michel Trivi2013-10-041-102/+101
* Fix docsAdam Powell2013-10-031-1/+1
* Add a scrubber to keyguard; layout tweaksAdam Powell2013-10-031-4/+66
* Cache RemoteController artwork bitmap size, use it in registrationJean-Michel Trivi2013-09-291-17/+33
* Fix artwork not received in RemoteController metadata update.Jean-Michel Trivi2013-09-231-3/+10
* Public API for RemoteControllerJean-Michel Trivi2013-09-181-164/+131
* RemoteController class to expose IRemoteControlDisplay featuresJean-Michel Trivi2013-09-181-0/+796