1. 30be970a MediaSession: Improve MediaSessionStack logic by Insun Kang · 9 years ago
  2. 500747b MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive by Dongwon Kang · 9 years ago
  3. d2a8d71 MediaSession: Do not lock on AudioManager.getStreamVolume by Jae Seo · 9 years ago
  4. a38e1f4 Make MediaSessionService not blocked by AudioService. by Dongwon Kang · 9 years ago
  5. c05c1ae Revert "Initial draft of new MediaRouter APIs." by Jeff Brown · 9 years ago
  6. c204547 Added MediaController.TransportControls#playFromUri. by P.Y. Laligand · 9 years ago
  7. bfa9859 MediaSession: Notify PlaybackInfo callbacks when playback type changes. by John Spurlock · 9 years ago
  8. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  9. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  10. 4197cb6 Move mute/unmute handling to adjust volume paths by RoboErik · 10 years ago
  11. 864c4f4 am b2949e1b: am 694940be: am d5ff63ba: Merge "Notify the system of all remote volume changes" into lmp-mr1-dev by RoboErik · 10 years ago
  12. 9c5b7cb Notify the system of all remote volume changes by RoboErik · 10 years ago
  13. 2610d71 Don't unmute when trying to show volume UI. DO NOT MERGE by RoboErik · 10 years ago
  14. 2b94d58 Don't unmute when trying to show volume UI by RoboErik · 10 years ago
  15. 2a38b69 am a1bd2d00: am 1ed9a88e: Merge "MediaSession: unmute stream when adjusting volume" into lmp-mr1-dev by Eric Laurent · 10 years ago
  16. 2b5208c MediaSession: unmute stream when adjusting volume by Eric Laurent · 10 years ago
  17. 9053ce8 am b22eea72: am 2d7a1b09: am d386d0f3: Merge "Route mute key events through MediaSessionService" into lmp-mr1-dev by RoboErik · 10 years ago
  18. 7c82ced Route mute key events through MediaSessionService by RoboErik · 10 years ago
  19. 2422829 am 3ef3a9bf: am ac4af18b: Merge "Handle volume events on master volume devices correctly" into lmp-mr1-dev by RoboErik · 10 years ago
  20. 519c774 Handle volume events on master volume devices correctly by RoboErik · 10 years ago
  21. fd44643 am a56d6c31: am 5e1b92c0: am 56d8876f: am 0dfd86e0: am c7be69f1: Merge "Don\'t call size on a null metadata" into lmp-dev by RoboErik · 10 years ago
  22. 421c9df Don't call size on a null metadata by RoboErik · 10 years ago
  23. fb17acf am ee512f51: am d9be933f: am 51ff1c93: am f9122232: am a78601dc: Merge "Ensure metadata bundles are unparceled before making them available" into lmp-dev by RoboErik · 10 years ago
  24. 82df2c0 Ensure metadata bundles are unparceled before making them available by RoboErik · 10 years ago
  25. 583c694 am 40a47f6d: am 4b495477: am 9f1bca5f: am 0ed179d1: am 4a154af9: Merge "Send volume keys to the default stream if not actually playing" into lmp-dev by Jean-Michel Trivi · 10 years ago
  26. 4e7f4d8 am ce1a588e: am f614ecff: am 80aa626e: am a65a4f64: am 9eef5bf8: Merge "Be more paranoid about threading in MediaSessionRecord" into lmp-dev by RoboErik · 10 years ago
  27. 165809b Send volume keys to the default stream if not actually playing by RoboErik · 10 years ago
  28. df382ca Be more paranoid about threading in MediaSessionRecord by RoboErik · 10 years ago
  29. d6bd213 am e23b2ca8: am 8466b902: am 509d0b4e: Merge "send volume button events to adjustSuggestedStream instead of adjustStream" into lmp-dev by RoboErik · 10 years ago
  30. 272e161 send volume button events to adjustSuggestedStream instead of adjustStream by RoboErik · 10 years ago
  31. b2f57cf am a241a83d: am 720c772a: am d5ceabd3: Merge changes Id38bcf7c,I54f156d9 into lmp-dev by RoboErik · 10 years ago
  32. 7a18cb5 Don't play a sound when adjusting volume while telephony is active by RoboErik · 10 years ago
  33. d133303 am ab716047: am 86e941e6: am a70def9e: Merge "Update to MediaBrowser APIs per council feedback" into lmp-dev by RoboErik · 10 years ago
  34. 3625bf7 Update to MediaBrowser APIs per council feedback by RoboErik · 10 years ago
  35. 6b171b3 am 666360cb: am 8961b5d5: am 7a754ab3: Merge "Api updates to MediaSession components" into lmp-dev by RoboErik · 10 years ago
  36. d2b8c94 Api updates to MediaSession components by RoboErik · 10 years ago
  37. b135d06 Remove incomplete media router API. (DO NOT MERGE) by Jeff Brown · 10 years ago
  38. 1d2a1c9 Merge "Pipe caller's identity through volume methods" into lmp-dev by RoboErik · 10 years ago
  39. 0dac35a Pipe caller's identity through volume methods by RoboErik · 10 years ago
  40. 24762bf Add an onSessionDestroyed callback to MediaController.Callback by RoboErik · 10 years ago
  41. 7aef77b Remove sessions listeners that are disabled by RoboErik · 10 years ago
  42. 75847b9 Add display metadata and change strings to CharSequences by RoboErik · 10 years ago
  43. aa4e23b Add getPackageName to MediaController by RoboErik · 10 years ago
  44. b214efb Expose a way to set a PendingIntent for restarting playback by RoboErik · 10 years ago
  45. e34c09d Finish plumbing for launch intents in sessions by RoboErik · 10 years ago
  46. f364f94 Added Action to PlaybackState by Gabriel Peal · 10 years ago
  47. f0593bc Added QueueState, playUri, and playFromSearch. by Gabriel Peal · 10 years ago
  48. 9db9bf7 Switch Session APIs over to AudioAttributes by RoboErik · 10 years ago
  49. 1ff5b16 Change adjustVolumeBy to adjustVolume by RoboErik · 10 years ago
  50. c785a78 Make PlaybackState immutable with a builder by RoboErik · 10 years ago
  51. 1a937b0 Initial draft of new MediaRouter APIs. by Jeff Brown · 10 years ago
  52. 01a500e Delete first draft of media routing APIs. by Jeff Brown · 10 years ago
  53. b2e93ef Revert "Make PlaybackState immutable with a builder" by Erik Pasternak · 10 years ago
  54. 5a4e011 Make PlaybackState immutable with a builder by RoboErik · 10 years ago
  55. 3c45c29 Pipe volume keys to adjustVolume instead of sendMediaKeyEvent by RoboErik · 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. 19c9518 b/15729204 Pipe sessions through to VolumePanel by RoboErik · 10 years ago
  59. ef3c9e9 Add volume handling APIs to sessions by RoboErik · 10 years ago
  60. 6f0e4dd Remove more dead audio service code by RoboErik · 10 years ago
  61. d3c8642 Remove some more old code and fix Media command by RoboErik · 10 years ago
  62. 73e23e2 b/15330955 Make RemoteController use the new session APIs by RoboErik · 10 years ago
  63. fb442b0 Add a way to get the package/pid of the session by RoboErik · 10 years ago
  64. b69ffd4 Minimum work to make volume handling work with sessions by RoboErik · 10 years ago
  65. 79fa463 API changes to sessions by RoboErik · 10 years ago
  66. 418c10c Add 5s timeout to wakelock by RoboErik · 10 years ago
  67. 42ea7ee Rename session classes to have media prefix, hide routes by RoboErik · 10 years ago
  68. 8a2cfc3 Move media key processing to sessions by RoboErik · 10 years ago
  69. 4646d28 Add UserRecords to separate user interactions by RoboErik · 10 years ago
  70. a5b0232 Make sessions aware of user id by RoboErik · 10 years ago
  71. a8f9514 Add a class for managing Session priority by RoboErik · 10 years ago
  72. e7880d8 Add APIs for creating a system priority session and getting controllers by RoboErik · 10 years ago
  73. 66dea73 Add playback state and metadata to dump by RoboErik · 10 years ago
  74. 6e6a6e8 Merge "Add Session API calls to RCC and AudioManager" by RoboErik · 10 years ago
  75. f137242 Add Session API calls to RCC and AudioManager by RoboErik · 10 years ago
  76. a278ea7 Add dump to MediaSessionService by RoboErik · 10 years ago
  77. 07c7077 Add RouteProviders to the new Media APIs by RoboErik · 10 years ago
  78. 8ae0f34 Adds a TransportController and TransportPerformer to session by RoboErik · 10 years ago
  79. 2f5b057 Move Session apis to android.media.session by RoboErik · 10 years ago
  80. 01fe661 Initial round of MediaSession APIs by RoboErik · 10 years ago