1. 3290580 Also show the error Toast in the preview activity when playback fails. by Marco Nelissen · 14 years ago
  2. 3f502de Make party shuffle use the history too, making it less random, but more like by Marco Nelissen · 14 years ago
  3. f2ef3b5 Add a menu item to enable the audio effects panel, if one is present by Marco Nelissen · 14 years ago
  4. 4b83a8c Fix crash in audio preview. by Marco Nelissen · 14 years ago
  5. add0649 Fix monkey crash. by Marco Nelissen · 14 years ago
  6. 83a2e72 Don't show the fastscroll alphabet popup when viewing an album by Marco Nelissen · 14 years ago
  7. 3aa9ad0 Make sure the home screen widget is updated when the current playlist is cleared. by Marco Nelissen · 14 years ago
  8. 1cc72a1 Added support for audio sessions in MediaPlaybackService. by Eric Laurent · 14 years ago
  9. 14c3cae Use SharedPreferences$Editor.apply() instead of commit() when possible. by Brad Fitzpatrick · 14 years ago
  10. 89f6c66 Use the filter parameter instead of where-args for list filtering. by Marco Nelissen · 14 years ago
  11. 8d08ec2 Backport the AudioPreview activity from Music2 to Music by Marco Nelissen · 14 years ago
  12. a51d6fe Fix monkey NPE. by Marco Nelissen · 14 years ago
  13. 1335502 Make savequeue more robust. by Marco Nelissen · 14 years ago
  14. 80d3f58 Remove the calls to (un)registerAudioFocusListener that are about by Marco Nelissen · 14 years ago
  15. 1901e2f More informative initial string for Music widget. by Daniel Sandler · 14 years ago
  16. aa33187 Update the Music app to fully use AudioFocus to implement its logic by Jean-Michel Trivi · 14 years ago
  17. 2e8e5a2 Fix issue with multiple copies of the main music screen. (bug 2524477) by Marco Nelissen · 14 years ago
  18. 533fc44 Pause requests that come in while a phone call is in progress should override by Marco Nelissen · 14 years ago
  19. 21c22ae Fix for NullPointerException (bug 2556291). by Gloria Wang · 15 years ago
  20. f4cfdfd Fix bug 2553575 API REVIEW: android.media Change 2 of 3 by Jean-Michel Trivi · 15 years ago
  21. 3d22fc2 Update the Music app to use the remote control focus API. by Jean-Michel Trivi · 15 years ago
  22. 302a7fd Update music service to also handle AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK by Jean-Michel Trivi · 15 years ago
  23. 38bcd92 Fix issue with repeatedly selecting the music notification. by Marco Nelissen · 15 years ago
  24. 085cbfd Update the Music player application to register itself as an by Jean-Michel Trivi · 15 years ago
  25. c234eed Integrate from Music2 by Marco Nelissen · 15 years ago
  26. bf555ce Print more useful info. by Marco Nelissen · 15 years ago
  27. 3988890 Add internal logging and 'dumpsys' capability to the music app, by Marco Nelissen · 15 years ago
  28. 45c9ca3 Fix NPE in Music by Marco Nelissen · 15 years ago
  29. d7d9ba5 Clear the drop/remove listeners when the activity is destroyed, so by Marco Nelissen · 15 years ago
  30. d9a3cde Don't hardcode package names. by Marco Nelissen · 15 years ago
  31. 32b9f97 Don't hardcode package name. by Marco Nelissen · 15 years ago
  32. 538837b Disable the 'save' button if the specified playlist name is blank. by Marco Nelissen · 15 years ago
  33. 04b29c9 Fix monkey crash (bug 2292447) by Marco Nelissen · 15 years ago
  34. 3cbfa9f Clear the cached service object when we get disconnected, which will by Marco Nelissen · 15 years ago
  35. ab893d7 Report playback state change at the end of the playlist. by Marco Nelissen · 15 years ago
  36. ea93671 Fix out of bounds array access that the monkey managed to trigger. by Marco Nelissen · 15 years ago
  37. 3b55356 Make the bind/unbind utility methods work for activities in an activitygroup too. by Marco Nelissen · 15 years ago
  38. f33a575 Backport changes 7e94887988990e98b5c7738f393e10afa0d8ddb8 and fb5674fd0aa46a186dba92965fc5d11cd2630394 by Marco Nelissen · 15 years ago
  39. 7c4ab05 Merge optimization back from Music2 by Marco Nelissen · 15 years ago
  40. 98b1777 Fix a problem with the "scanning card" dialog popping up when quickly by Marco Nelissen · 15 years ago
  41. 660b8fc b/2343548 Fix the "recently added" spinner. by Marco Nelissen · 15 years ago
  42. 5ae9f47 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  43. 87bbf3c Music app unbundling prep: add SortCursor to the music app, make by Marco Nelissen · 15 years ago
  44. 22c36be Clean up imports. by Marco Nelissen · 15 years ago
  45. 3d4b262 Copy fast scroll alphabet and other resources in to the music app. by Marco Nelissen · 15 years ago
  46. d16985c Move drawables for VerticalTextSpinner in to music app, update by Marco Nelissen · 15 years ago
  47. 51f94bf Move VerticalTextSpinner in to the music app, since that's the only thing using it anyway. by Marco Nelissen · 15 years ago
  48. 9825b3c Use shiny new MatrixCursor instead of dull old ArrayListCursor. by Marco Nelissen · 15 years ago
  49. 3416c22 Don't use mContext directly, since that prevents unbundling. by Marco Nelissen · 15 years ago
  50. f4d4b34 MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING by Marco Nelissen · 15 years ago
  51. 9f73450 am 17d90662: am d74594d4: Update imports to android-common by Tom Taylor · 15 years ago
  52. d74594d Update imports to android-common by Tom Taylor · 15 years ago
  53. ea9e2c8 Fix bug that would cause item to be dropped at position 0. by Marco Nelissen · 15 years ago
  54. 09115f6 Checkout for currently unused fling mode. by Marco Nelissen · 15 years ago
  55. df25718 am a06e92b2: am 3193d7dd: Show album art in the background of the song list for an album. by Marco Nelissen · 15 years ago
  56. 540aebe am 02da1230: am 4c883a53: Merge change I19cea9e1 into eclair by Marco Nelissen · 15 years ago
  57. 187b7cb am 1dfd0efa: am 52f70b2e: Fix bug with other apps launching the music app to play a song. by Marco Nelissen · 15 years ago
  58. 3193d7d Show album art in the background of the song list for an album. by Marco Nelissen · 15 years ago
  59. 4c883a5 Merge change I19cea9e1 into eclair by Android (Google) Code Review · 15 years ago
  60. 19cea9e Fix scroll position of album songs list. by Marco Nelissen · 15 years ago
  61. 52f70b2 Fix bug with other apps launching the music app to play a song. by Marco Nelissen · 15 years ago
  62. 7492894 am 333bf194: More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  63. 333bf19 More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  64. 9f59af0 am a58948b5: Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  65. deee46d am 23b531ec: Fix more bugs when no music is present. by Marco Nelissen · 15 years ago
  66. 5eee7a6 am 9e0f1fde: Fix some bugs when no music is present. by Marco Nelissen · 15 years ago
  67. e4f4631 am 5edd0cbd: Fix build. by Marco Nelissen · 15 years ago
  68. 5ceafe7 am ec0c57a4: Music player UI refresh. by Marco Nelissen · 15 years ago
  69. a58948b Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  70. 23b531e Fix more bugs when no music is present. by Marco Nelissen · 15 years ago
  71. 9e0f1fd Fix some bugs when no music is present. by Marco Nelissen · 15 years ago
  72. 5edd0cb Fix build. by Marco Nelissen · 15 years ago
  73. ec0c57a Music player UI refresh. by Marco Nelissen · 15 years ago
  74. 5793455 Make moving an entry in a playlist a lot faster. by Marco Nelissen · 15 years ago
  75. 4213138 Fix monkey crash by Marco Nelissen · 15 years ago
  76. d99bc1e Make sure we actually clear the adapter's cursor when finishing. by Marco Nelissen · 15 years ago
  77. 0e17578 Fix a whole bunch of monkey bugs by making sure that the adapter by Marco Nelissen · 15 years ago
  78. 3aa6f3d am 3d1a7c04: Make music app respect the lock screen again. Fixes http://b/2295956 by Marco Nelissen · 15 years ago
  79. 3d1a7c0 Make music app respect the lock screen again. Fixes http://b/2295956 by Marco Nelissen · 15 years ago
  80. 37bc642 am d04e2557: Merge change I9e4ded20 into eclair by Marco Nelissen · 15 years ago
  81. d04e255 Merge change I9e4ded20 into eclair by Android (Google) Code Review · 15 years ago
  82. b63b5d1 Make headset buttons behave more like the in-app buttons, by seeking by Marco Nelissen · 15 years ago
  83. 25f9558 Feature 2179737: allow the "now playing" activity to show without unlocking the phone. by Dianne Hackborn · 15 years ago
  84. 2f70aee Revert "Passion feature 2179737: allow the "now playing" activity to show without unlocking the phone." DO NOT MERGE by Paul Eastham · 15 years ago
  85. 1c15149 am e99341f9: Add some logging to help track down bug 2223013. by Marco Nelissen · 15 years ago
  86. e99341f Add some logging to help track down bug 2223013. by Marco Nelissen · 15 years ago
  87. e815638 am a0fcf0f5: New widgets by Mike Cleron · 15 years ago
  88. a0fcf0f New widgets by Mike Cleron · 15 years ago
  89. 64de08b resolved conflicts for merge of 0657c9ef to eclair-mr2 by Marco Nelissen · 15 years ago
  90. 0657c9e Passion feature 2179737: allow the "now playing" activity to show without unlocking the phone. by Marco Nelissen · 15 years ago
  91. f7b53ab Fix monkey bug 2180463. by Marco Nelissen · 15 years ago
  92. c5020e2 I had completely forgotten that the alternative seek method in the by Marco Nelissen · 15 years ago
  93. 8e732ff Make sure we actually have an adapter before trying to access it. by Marco Nelissen · 15 years ago
  94. 1c0d600 Fix bug 2167616: create the playlists submenu in onPrepareOptionsMenu instead of onCreateOptionsMenu, so it's always up to date. by Marco Nelissen · 15 years ago
  95. 2aaae5e am 6a470f06: Merge change I347fe57e into eclair by Mike Cleron · 15 years ago
  96. 347fe57 1915450: Make the music widget show pause state properly by Mike Cleron · 15 years ago
  97. 197ad25 Stop view dragging the correct way, so we don't end up recycling an in-use bitmap. by Marco Nelissen · 15 years ago
  98. b5e252e Make sure that there is nothing referring to the bitmap before recycling it. by Marco Nelissen · 15 years ago
  99. c1017e5 onStart() can now receive a null Intent, so deal with that. by Marco Nelissen · 15 years ago
  100. 9165ac8 Fix title bar in album browser. by Marco Nelissen · 15 years ago