1. ae1ff4f Split home stack into home and recents stack by Matthew Ng · 8 years ago
  2. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  3. b26d4fe Check caller for sending media key to global priority session am: d409d18686 am: 419aeae678 by Jaewan Kim · 8 years ago
  4. e8bc715 Check caller for sending media key to global priority session am: d409d18686 by Jaewan Kim · 8 years ago
  5. d409d18 Check caller for sending media key to global priority session by Jaewan Kim · 8 years ago
  6. 934a526 MediaSession: Rename methods related to shuffle mode by Hyundo Moon · 8 years ago
  7. 613b018 MediaSessionService: Leave log for media key events am: 5e1476ecd7 am: ed3fd2743c by Jaewan Kim · 8 years ago
  8. 8ff30f3 MediaSessionService: Leave log for media key events am: 5e1476ecd7 by Jaewan Kim · 8 years ago
  9. 5e1476e MediaSessionService: Leave log for media key events by Jaewan Kim · 8 years ago
  10. ba11085 MediaSession: Add methods for setting shuffle and repeat modes by Sungsoo Lim · 8 years ago
  11. 6014ee1 MediaSession: Allow all profiles to handle work profile case. am: 8cf39c5d79 by Dongwon Kang · 8 years ago
  12. 8cf39c5 MediaSession: Allow all profiles to handle work profile case. by Dongwon Kang · 8 years ago
  13. a651320 Fix build by Jaewan Kim · 8 years ago
  14. 6bd0363 resolve merge conflicts of 78120b0 to nyc-mr1-dev-plus-aosp by Jaewan Kim · 8 years ago
  15. 8f72908 MediaSessionService: Support managed profile by Jaewan Kim · 8 years ago
  16. a9f35e0 resolve merge conflicts of 5b6c034 to stage-aosp-master am: 5f5bd8848c by Jae Seo · 8 years ago
  17. 8575120 resolve merge conflicts of 5b6c034 to stage-aosp-master am: 5f5bd8848c by Jae Seo · 8 years ago
  18. 5f5bd88 resolve merge conflicts of 5b6c034 to stage-aosp-master by Jae Seo · 8 years ago
  19. c4f28a4 Fix deadlock in MediaSessionService during getCurrentUser() by Shibin George · 8 years ago
  20. 60b8582 Merge \"MediaResourceMonitor: Send broadcast to current users\" into nyc-mr1-dev by Jaewan Kim · 8 years ago
  21. 7f4f52c Merge "MediaResourceMonitor: Send broadcast to current users" into nyc-mr1-dev by Jaewan Kim · 8 years ago
  22. ce3c8ac Move getRecentTasks() to ParceledListSlice. am: 479212cf50 by Jeff Sharkey · 8 years ago
  23. 479212c Move getRecentTasks() to ParceledListSlice. by Jeff Sharkey · 8 years ago
  24. efd92a3 MediaResourceMonitor: Send broadcast to current users by Jaewan Kim · 8 years ago
  25. 42927c4 Merge \"Fix deadlock b/w ActivityManagerService and MediaSessionService\" by Shibin George · 8 years ago
  26. 19e8404 Fix deadlock b/w ActivityManagerService and MediaSessionService by Shibin George · 8 years ago
  27. 2054db3 MediaSessionService: Send MEDIA_BUTTON intents with foreground priority by Insun Kang · 8 years ago
  28. 6d8587a MediaResourceMonitor: Change argument type from string to int by Dongwon Kang · 8 years ago
  29. 1ea5683 MediaSession: Add a way to get a calling package by Donghyun Cho · 8 years ago
  30. 22188f1 MediaSession: Add new methods for preparing media content by Donghyun Cho · 8 years ago
  31. ee3d811 MediaResourceMonitor: Shorten the TAG by Dongwon Kang · 9 years ago
  32. 2034a4c Add a way for SystemUI to receive media resource (e.g. A/V codec) usage by Dongwon Kang · 9 years ago
  33. d5164a5 Use mCurrentUserId instead of ActivityManager.getCurrentUser() by Sungsoo Lim · 9 years ago
  34. 02ed012 MediaSession: Use Handler for sending a pending intent by riddle_hsu · 9 years ago
  35. 30be970a MediaSession: Improve MediaSessionStack logic by Insun Kang · 9 years ago
  36. 5482d34 Prevent NPE in MediaSessionService by Sungsoo Lim · 9 years ago
  37. ac3f8e5 Unregister the existing callback when MediaProjection stops by Jae Seo · 9 years ago
  38. 500747b MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive by Dongwon Kang · 9 years ago
  39. 26f7720 Merge "MediaSession: Do not lock on AudioManager.getStreamVolume" into mnc-dev by Jae Seo · 9 years ago
  40. d2a8d71 MediaSession: Do not lock on AudioManager.getStreamVolume by Jae Seo · 9 years ago
  41. 1f7a580 Media button intent should be send to current user only. by heechul.hyun · 9 years ago
  42. a38e1f4 Make MediaSessionService not blocked by AudioService. by Dongwon Kang · 9 years ago
  43. e492d43 Prevent NPE in MediaSessionService by Jean-Michel Trivi · 9 years ago
  44. c05c1ae Revert "Initial draft of new MediaRouter APIs." by Jeff Brown · 9 years ago
  45. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  46. c204547 Added MediaController.TransportControls#playFromUri. by P.Y. Laligand · 9 years ago
  47. 221a827 resolved conflicts for merge of 13d81b6d to master by Jeff Brown · 9 years ago
  48. 38d3feb Disable more hotkeys while in setup. by Jeff Brown · 9 years ago
  49. 9087433 AudioService: Write base stream volume changes to the event log. by John Spurlock · 9 years ago
  50. bfa9859 MediaSession: Notify PlaybackInfo callbacks when playback type changes. by John Spurlock · 9 years ago
  51. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  52. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  53. be19ed0 VolumePrototypes: Allow current controller to access sessions. by John Spurlock · 9 years ago
  54. eb69e24 Volume prototypes: Allow delegate volume UI to set remote controller. by John Spurlock · 9 years ago
  55. 5b179af Merge "Add extra logging for media button events" by RoboErik · 9 years ago
  56. e7b3c5e Add extra logging for media button events by RoboErik · 9 years ago
  57. d088606 Merge "Stop active media projections on user switch." into lmp-mr1-dev automerge: 3292c0e automerge: 40bd8f4 by Michael Wright · 9 years ago
  58. 05aab58 Stop active media projections on user switch. by Michael Wright · 9 years ago
  59. 7b3da2d Fix crash in dumpsys media_session by RoboErik · 9 years ago
  60. 4197cb6 Move mute/unmute handling to adjust volume paths by RoboErik · 10 years ago
  61. c8f92d1 Persist safe MediaSession intents across reboots by RoboErik · 10 years ago
  62. 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
  63. 9c5b7cb Notify the system of all remote volume changes by RoboErik · 10 years ago
  64. 2610d71 Don't unmute when trying to show volume UI. DO NOT MERGE by RoboErik · 10 years ago
  65. 2b94d58 Don't unmute when trying to show volume UI by RoboErik · 10 years ago
  66. d548922 DO NOT MERGE Fix typo by Sungsoo Lim · 10 years ago
  67. 48248c8 DO NOT MERGE Make mute/unmute work by Sungsoo Lim · 10 years ago
  68. 9dcba43 Fix typo by Sungsoo Lim · 10 years ago
  69. d1851e6 Make mute/unmute work by Sungsoo Lim · 10 years ago
  70. 2a38b69 am a1bd2d00: am 1ed9a88e: Merge "MediaSession: unmute stream when adjusting volume" into lmp-mr1-dev by Eric Laurent · 10 years ago
  71. 2b5208c MediaSession: unmute stream when adjusting volume by Eric Laurent · 10 years ago
  72. 9053ce8 am b22eea72: am 2d7a1b09: am d386d0f3: Merge "Route mute key events through MediaSessionService" into lmp-mr1-dev by RoboErik · 10 years ago
  73. 7c82ced Route mute key events through MediaSessionService by RoboErik · 10 years ago
  74. f77f0b4 am 91bba400: am 8f095396: am 7fbcac6a: Merge "Tweak the behavior of the MediaSessionStack" into lmp-mr1-dev by RoboErik · 10 years ago
  75. 870c5a6 Tweak the behavior of the MediaSessionStack by RoboErik · 10 years ago
  76. 01d9c3ba am e36131be: am 74086d44: am a08adb24: Fix binder equality check by RoboErik · 10 years ago
  77. a08adb24 Fix binder equality check by RoboErik · 10 years ago
  78. 2422829 am 3ef3a9bf: am ac4af18b: Merge "Handle volume events on master volume devices correctly" into lmp-mr1-dev by RoboErik · 10 years ago
  79. 519c774 Handle volume events on master volume devices correctly by RoboErik · 10 years ago
  80. cddfb9b am 0f17d95e: am 9e070715: am f338fcba: Merge "Use the suggested stream if it\'s currently active" into lmp-mr1-dev by RoboErik · 10 years ago
  81. 9c78540 Use the suggested stream if it's currently active by RoboErik · 10 years ago
  82. e88b0e7 am 48d7a89c: Add missing passive discovery flag automerge: 4444c5b automerge: 07faf0e automerge: e585740 automerge: 8ae1a5e by Jason Monk · 10 years ago
  83. e585740 Add missing passive discovery flag automerge: 4444c5b automerge: 07faf0e by Jason Monk · 10 years ago
  84. 4444c5b Add missing passive discovery flag by Jason Monk · 10 years ago
  85. 8d0426e am 6cae74a8: am c8a01f35: am 3babc728: Merge "Qualify private outer call in MediaProjectionManagerService." into lmp-mr1-dev by John Spurlock · 10 years ago
  86. 9b84309 Qualify private outer call in MediaProjectionManagerService. by John Spurlock · 10 years ago
  87. 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
  88. 421c9df Don't call size on a null metadata by RoboErik · 10 years ago
  89. 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
  90. 82df2c0 Ensure metadata bundles are unparceled before making them available by RoboErik · 10 years ago
  91. 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
  92. 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
  93. 165809b Send volume keys to the default stream if not actually playing by RoboErik · 10 years ago
  94. df382ca Be more paranoid about threading in MediaSessionRecord by RoboErik · 10 years ago
  95. 95cf034 am 66aec18a: am e825d695: am 3a85b618: am 065b605c: am 55ecb483: Merge "Don\'t forward media keys to the app if the phone session is active" into lmp-dev by RoboErik · 10 years ago
  96. de9ba39 Don't forward media keys to the app if the phone session is active by RoboErik · 10 years ago
  97. 38742a2 am 307df51a: am 3f872752: am e73770ce: am 0cbc26db: am 2a638f08: Merge "Clear the volume cache for all inactive state transitions" into lmp-dev by RoboErik · 10 years ago
  98. 23b1135 Clear the volume cache for all inactive state transitions by RoboErik · 10 years ago
  99. 560e020 am c6c3e871: am 41e487b6: am 508a8331: am 29c3c189: am 5dd936e7: Merge "Monitor MediaRouter for remote display connections." into lmp-dev by Michael Wright · 10 years ago
  100. 89c2cb6 Monitor MediaRouter for remote display connections. by Michael Wright · 10 years ago