1. d409d18 Check caller for sending media key to global priority session by Jaewan Kim · 8 years ago
  2. 5e1476e MediaSessionService: Leave log for media key events by Jaewan Kim · 8 years ago
  3. 8cf39c5 MediaSession: Allow all profiles to handle work profile case. by Dongwon Kang · 8 years ago
  4. 8f72908 MediaSessionService: Support managed profile by Jaewan Kim · 8 years ago
  5. 2054db3 MediaSessionService: Send MEDIA_BUTTON intents with foreground priority by Insun Kang · 8 years ago
  6. 1ea5683 MediaSession: Add a way to get a calling package by Donghyun Cho · 8 years ago
  7. d5164a5 Use mCurrentUserId instead of ActivityManager.getCurrentUser() by Sungsoo Lim · 9 years ago
  8. 02ed012 MediaSession: Use Handler for sending a pending intent by riddle_hsu · 9 years ago
  9. 30be970a MediaSession: Improve MediaSessionStack logic by Insun Kang · 9 years ago
  10. 5482d34 Prevent NPE in MediaSessionService by Sungsoo Lim · 9 years ago
  11. 1f7a580 Media button intent should be send to current user only. by heechul.hyun · 9 years ago
  12. e492d43 Prevent NPE in MediaSessionService by Jean-Michel Trivi · 9 years ago
  13. 221a827 resolved conflicts for merge of 13d81b6d to master by Jeff Brown · 9 years ago
  14. 38d3feb Disable more hotkeys while in setup. by Jeff Brown · 9 years ago
  15. 9087433 AudioService: Write base stream volume changes to the event log. by John Spurlock · 9 years ago
  16. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  17. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  18. be19ed0 VolumePrototypes: Allow current controller to access sessions. by John Spurlock · 9 years ago
  19. eb69e24 Volume prototypes: Allow delegate volume UI to set remote controller. by John Spurlock · 9 years ago
  20. e7b3c5e Add extra logging for media button events by RoboErik · 9 years ago
  21. 7b3da2d Fix crash in dumpsys media_session by RoboErik · 9 years ago
  22. 4197cb6 Move mute/unmute handling to adjust volume paths by RoboErik · 10 years ago
  23. c8f92d1 Persist safe MediaSession intents across reboots by RoboErik · 10 years ago
  24. 9c5b7cb Notify the system of all remote volume changes by RoboErik · 10 years ago
  25. 2610d71 Don't unmute when trying to show volume UI. DO NOT MERGE by RoboErik · 10 years ago
  26. d548922 DO NOT MERGE Fix typo by Sungsoo Lim · 10 years ago
  27. 48248c8 DO NOT MERGE Make mute/unmute work by Sungsoo Lim · 10 years ago
  28. 2b5208c MediaSession: unmute stream when adjusting volume by Eric Laurent · 10 years ago
  29. 7c82ced Route mute key events through MediaSessionService by RoboErik · 10 years ago
  30. 870c5a6 Tweak the behavior of the MediaSessionStack by RoboErik · 10 years ago
  31. a08adb24 Fix binder equality check by RoboErik · 10 years ago
  32. 519c774 Handle volume events on master volume devices correctly by RoboErik · 10 years ago
  33. 9c78540 Use the suggested stream if it's currently active by RoboErik · 10 years ago
  34. de9ba39 Don't forward media keys to the app if the phone session is active by RoboErik · 10 years ago
  35. 94c716e Route volume commands whenever media stream is in use by RoboErik · 10 years ago
  36. 272e161 send volume button events to adjustSuggestedStream instead of adjustStream by RoboErik · 10 years ago
  37. d2b8c94 Api updates to MediaSession components by RoboErik · 10 years ago
  38. 0dac35a Pipe caller's identity through volume methods by RoboErik · 10 years ago
  39. 1f7a39f Merge "Fix registering global priority sessions" into lmp-dev by RoboErik · 10 years ago
  40. 4d26598 Fix registering global priority sessions by RoboErik · 10 years ago
  41. 7aef77b Remove sessions listeners that are disabled by RoboErik · 10 years ago
  42. aa4e23b Add getPackageName to MediaController by RoboErik · 10 years ago
  43. b214efb Expose a way to set a PendingIntent for restarting playback by RoboErik · 10 years ago
  44. b7c014c Move return out of debug conditional by RoboErik · 10 years ago
  45. 1ff5b16 Change adjustVolumeBy to adjustVolume by RoboErik · 10 years ago
  46. 01a500e Delete first draft of media routing APIs. by Jeff Brown · 10 years ago
  47. 3c45c29 Pipe volume keys to adjustVolume instead of sendMediaKeyEvent by RoboErik · 10 years ago
  48. 851d2d5 Don't send remote volume changes for local playback by RoboErik · 10 years ago
  49. dba34ba Make MediaSessionToken an inner class of MediaSession. by Jeff Brown · 10 years ago
  50. d09bd0c Move VolumeController into AudioService by RoboErik · 10 years ago
  51. 19c9518 b/15729204 Pipe sessions through to VolumePanel by RoboErik · 10 years ago
  52. 51fa6bc b/15757378 Expose APIs for listening to active sessions by RoboErik · 10 years ago
  53. ef3c9e9 Add volume handling APIs to sessions by RoboErik · 10 years ago
  54. 6f0e4dd Remove more dead audio service code by RoboErik · 10 years ago
  55. a3d8188 Merge "Adds listeners for changes to the list of active sessions" into lmp-preview-dev by RoboErik · 10 years ago
  56. 0791e17 b/15452153 Send 0 delta volume requests by RoboErik · 10 years ago
  57. 2e7a916 Adds listeners for changes to the list of active sessions by RoboErik · 10 years ago
  58. b69ffd4 Minimum work to make volume handling work with sessions by RoboErik · 10 years ago
  59. 9a9d0b5 Handle headsethook voice launching by RoboErik · 10 years ago
  60. 418c10c Add 5s timeout to wakelock by RoboErik · 10 years ago
  61. 42ea7ee Rename session classes to have media prefix, hide routes by RoboErik · 10 years ago
  62. 8a2cfc3 Move media key processing to sessions by RoboErik · 10 years ago
  63. 4646d28 Add UserRecords to separate user interactions by RoboErik · 10 years ago
  64. a5b0232 Make sessions aware of user id by RoboErik · 10 years ago
  65. a8f9514 Add a class for managing Session priority by RoboErik · 10 years ago
  66. e7880d8 Add APIs for creating a system priority session and getting controllers by RoboErik · 10 years ago
  67. a278ea7 Add dump to MediaSessionService by RoboErik · 10 years ago
  68. 07c7077 Add RouteProviders to the new Media APIs by RoboErik · 10 years ago
  69. 8ae0f34 Adds a TransportController and TransportPerformer to session by RoboErik · 10 years ago
  70. 2f5b057 Move Session apis to android.media.session by RoboErik · 10 years ago
  71. 01fe661 Initial round of MediaSession APIs by RoboErik · 10 years ago