1. 05aab58 Stop active media projections on user switch. by Michael Wright · 9 years ago
  2. 9c5b7cb Notify the system of all remote volume changes by RoboErik · 10 years ago
  3. 2610d71 Don't unmute when trying to show volume UI. DO NOT MERGE by RoboErik · 10 years ago
  4. d548922 DO NOT MERGE Fix typo by Sungsoo Lim · 10 years ago
  5. 48248c8 DO NOT MERGE Make mute/unmute work by Sungsoo Lim · 10 years ago
  6. 2b5208c MediaSession: unmute stream when adjusting volume by Eric Laurent · 10 years ago
  7. 7c82ced Route mute key events through MediaSessionService by RoboErik · 10 years ago
  8. 870c5a6 Tweak the behavior of the MediaSessionStack by RoboErik · 10 years ago
  9. a08adb24 Fix binder equality check by RoboErik · 10 years ago
  10. 519c774 Handle volume events on master volume devices correctly by RoboErik · 10 years ago
  11. 9c78540 Use the suggested stream if it's currently active by RoboErik · 10 years ago
  12. e585740 Add missing passive discovery flag automerge: 4444c5b automerge: 07faf0e by Jason Monk · 10 years ago
  13. 4444c5b Add missing passive discovery flag by Jason Monk · 10 years ago
  14. 9b84309 Qualify private outer call in MediaProjectionManagerService. by John Spurlock · 10 years ago
  15. 421c9df Don't call size on a null metadata by RoboErik · 10 years ago
  16. 82df2c0 Ensure metadata bundles are unparceled before making them available by RoboErik · 10 years ago
  17. 165809b Send volume keys to the default stream if not actually playing by RoboErik · 10 years ago
  18. df382ca Be more paranoid about threading in MediaSessionRecord by RoboErik · 10 years ago
  19. de9ba39 Don't forward media keys to the app if the phone session is active by RoboErik · 10 years ago
  20. 23b1135 Clear the volume cache for all inactive state transitions by RoboErik · 10 years ago
  21. 89c2cb6 Monitor MediaRouter for remote display connections. by Michael Wright · 10 years ago
  22. 94c716e Route volume commands whenever media stream is in use by RoboErik · 10 years ago
  23. cde5bb4 Change callback methods from add to register. by Michael Wright · 10 years ago
  24. 272e161 send volume button events to adjustSuggestedStream instead of adjustStream by RoboErik · 10 years ago
  25. 7a18cb5 Don't play a sound when adjusting volume while telephony is active by RoboErik · 10 years ago
  26. 3625bf7 Update to MediaBrowser APIs per council feedback by RoboErik · 10 years ago
  27. 78b8c8f QS: Wire up screen casting to tile/panel. by John Spurlock · 10 years ago
  28. d2b8c94 Api updates to MediaSession components by RoboErik · 10 years ago
  29. b135d06 Remove incomplete media router API. (DO NOT MERGE) by Jeff Brown · 10 years ago
  30. d86ecd2 Add callbacks for MediaProjection start / stop. by Michael Wright · 10 years ago
  31. 1d2a1c9 Merge "Pipe caller's identity through volume methods" into lmp-dev by RoboErik · 10 years ago
  32. 0dac35a Pipe caller's identity through volume methods by RoboErik · 10 years ago
  33. 24762bf Add an onSessionDestroyed callback to MediaController.Callback by RoboErik · 10 years ago
  34. 1f7a39f Merge "Fix registering global priority sessions" into lmp-dev by RoboErik · 10 years ago
  35. 4d26598 Fix registering global priority sessions by RoboErik · 10 years ago
  36. 7aef77b Remove sessions listeners that are disabled by RoboErik · 10 years ago
  37. 6720be4 Allow media projections to create public presentations. by Michael Wright · 10 years ago
  38. 75847b9 Add display metadata and change strings to CharSequences by RoboErik · 10 years ago
  39. aa4e23b Add getPackageName to MediaController by RoboErik · 10 years ago
  40. b214efb Expose a way to set a PendingIntent for restarting playback by RoboErik · 10 years ago
  41. e34c09d Finish plumbing for launch intents in sessions by RoboErik · 10 years ago
  42. f364f94 Added Action to PlaybackState by Gabriel Peal · 10 years ago
  43. f0593bc Added QueueState, playUri, and playFromSearch. by Gabriel Peal · 10 years ago
  44. 9db9bf7 Switch Session APIs over to AudioAttributes by RoboErik · 10 years ago
  45. b7c014c Move return out of debug conditional by RoboErik · 10 years ago
  46. c39d47a Add MediaProjection APIs. by Michael Wright · 10 years ago
  47. 1ff5b16 Change adjustVolumeBy to adjustVolume by RoboErik · 10 years ago
  48. c785a78 Make PlaybackState immutable with a builder by RoboErik · 10 years ago
  49. 1a937b0 Initial draft of new MediaRouter APIs. by Jeff Brown · 10 years ago
  50. 01a500e Delete first draft of media routing APIs. by Jeff Brown · 10 years ago
  51. b2e93ef Revert "Make PlaybackState immutable with a builder" by Erik Pasternak · 10 years ago
  52. 5a4e011 Make PlaybackState immutable with a builder by RoboErik · 10 years ago
  53. 3c45c29 Pipe volume keys to adjustVolume instead of sendMediaKeyEvent by RoboErik · 10 years ago
  54. 851d2d5 Don't send remote volume changes for local playback by RoboErik · 10 years ago
  55. dba34ba Make MediaSessionToken an inner class of MediaSession. by Jeff Brown · 10 years ago
  56. f77b99f clear calling identity when changing volume by RoboErik · 10 years ago
  57. e946680 b/15892295 If playback is active don't play a beep by RoboErik · 10 years ago
  58. d09bd0c Move VolumeController into AudioService by RoboErik · 10 years ago
  59. 19c9518 b/15729204 Pipe sessions through to VolumePanel by RoboErik · 10 years ago
  60. 51fa6bc b/15757378 Expose APIs for listening to active sessions by RoboErik · 10 years ago
  61. ef3c9e9 Add volume handling APIs to sessions by RoboErik · 10 years ago
  62. 6f0e4dd Remove more dead audio service code by RoboErik · 10 years ago
  63. d3c8642 Remove some more old code and fix Media command by RoboErik · 10 years ago
  64. 73e23e2 b/15330955 Make RemoteController use the new session APIs by RoboErik · 10 years ago
  65. a3d8188 Merge "Adds listeners for changes to the list of active sessions" into lmp-preview-dev by RoboErik · 10 years ago
  66. fb442b0 Add a way to get the package/pid of the session by RoboErik · 10 years ago
  67. 0791e17 b/15452153 Send 0 delta volume requests by RoboErik · 10 years ago
  68. 2e7a916 Adds listeners for changes to the list of active sessions by RoboErik · 10 years ago
  69. b69ffd4 Minimum work to make volume handling work with sessions by RoboErik · 10 years ago
  70. 79fa463 API changes to sessions by RoboErik · 10 years ago
  71. 9a9d0b5 Handle headsethook voice launching by RoboErik · 10 years ago
  72. 418c10c Add 5s timeout to wakelock by RoboErik · 10 years ago
  73. 42ea7ee Rename session classes to have media prefix, hide routes by RoboErik · 10 years ago
  74. 8a2cfc3 Move media key processing to sessions by RoboErik · 10 years ago
  75. 4646d28 Add UserRecords to separate user interactions by RoboErik · 10 years ago
  76. a5b0232 Make sessions aware of user id by RoboErik · 10 years ago
  77. a8f9514 Add a class for managing Session priority by RoboErik · 10 years ago
  78. e7880d8 Add APIs for creating a system priority session and getting controllers by RoboErik · 10 years ago
  79. 66dea73 Add playback state and metadata to dump by RoboErik · 10 years ago
  80. 6e6a6e8 Merge "Add Session API calls to RCC and AudioManager" by RoboErik · 10 years ago
  81. f137242 Add Session API calls to RCC and AudioManager by RoboErik · 10 years ago
  82. a278ea7 Add dump to MediaSessionService by RoboErik · 10 years ago
  83. 07c7077 Add RouteProviders to the new Media APIs by RoboErik · 10 years ago
  84. 8ae0f34 Adds a TransportController and TransportPerformer to session by RoboErik · 10 years ago
  85. 2f5b057 Move Session apis to android.media.session by RoboErik · 10 years ago
  86. 01fe661 Initial round of MediaSession APIs by RoboErik · 10 years ago
  87. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago