1. 302a7fd Update music service to also handle AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK by Jean-Michel Trivi · 15 years ago
  2. 38bcd92 Fix issue with repeatedly selecting the music notification. by Marco Nelissen · 15 years ago
  3. 8d39cfd Import revised translations by Kenny Root · 15 years ago
  4. 085cbfd Update the Music player application to register itself as an by Jean-Michel Trivi · 15 years ago
  5. 1d4bc9b Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
  6. c234eed Integrate from Music2 by Marco Nelissen · 15 years ago
  7. faf360c Import new translations by Eric Fischer · 15 years ago
  8. bf555ce Print more useful info. by Marco Nelissen · 15 years ago
  9. 554ab59 Add search hint by Marco Nelissen · 15 years ago
  10. 3988890 Add internal logging and 'dumpsys' capability to the music app, by Marco Nelissen · 15 years ago
  11. 81d8cfb Fix the instrumentation test and the package name of the music player is changed. by Yu Shan Emily Lau · 15 years ago
  12. b4d5750 Import new translations. by Eric Fischer · 15 years ago
  13. 0f5a68f Support new MUSIC_PLAYER action intent. by Daniel Sandler · 15 years ago
  14. 45c9ca3 Fix NPE in Music by Marco Nelissen · 15 years ago
  15. d7d9ba5 Clear the drop/remove listeners when the activity is destroyed, so by Marco Nelissen · 15 years ago
  16. d9a3cde Don't hardcode package names. by Marco Nelissen · 15 years ago
  17. 32b9f97 Don't hardcode package name. by Marco Nelissen · 15 years ago
  18. 538837b Disable the 'save' button if the specified playlist name is blank. by Marco Nelissen · 15 years ago
  19. 04b29c9 Fix monkey crash (bug 2292447) by Marco Nelissen · 15 years ago
  20. 3cbfa9f Clear the cached service object when we get disconnected, which will by Marco Nelissen · 15 years ago
  21. 6943474 Add an original-package tag that matches the real package name. by Jeff Hamilton · 15 years ago
  22. ae55b9c Merge "Update the mdpi resources with 2.0 style icons" by Eugene Koh · 15 years ago
  23. f6f539e Merge "Report playback state change at the end of the playlist. Fixes bug 2209568 (change b05fe176ddb1c811302c69547bb1cff5a5a2df3d from Music2)" by Marco Nelissen · 15 years ago
  24. ab893d7 Report playback state change at the end of the playlist. by Marco Nelissen · 15 years ago
  25. 8487d26 Update the mdpi resources with 2.0 style icons by Bai Tao · 15 years ago
  26. 0224d7b am 67bebd06: am 0749a3f1: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  27. 67bebd0 am 0749a3f1: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  28. 0749a3f reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  29. ea93671 Fix out of bounds array access that the monkey managed to trigger. by Marco Nelissen · 15 years ago
  30. 17e470c reconcile android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  31. 3b55356 Make the bind/unbind utility methods work for activities in an activitygroup too. by Marco Nelissen · 15 years ago
  32. f33a575 Backport changes 7e94887988990e98b5c7738f393e10afa0d8ddb8 and fb5674fd0aa46a186dba92965fc5d11cd2630394 by Marco Nelissen · 15 years ago
  33. ff3d437 One step closer to unbundling. Build against the current SDK, and use by Marco Nelissen · 15 years ago
  34. 7c4ab05 Merge optimization back from Music2 by Marco Nelissen · 15 years ago
  35. 42aac25 Remove a bunch of unused layouts and drawables from the music app by Marco Nelissen · 15 years ago
  36. 98b1777 Fix a problem with the "scanning card" dialog popping up when quickly by Marco Nelissen · 15 years ago
  37. bc1d0cf android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  38. 660b8fc b/2343548 Fix the "recently added" spinner. by Marco Nelissen · 15 years ago
  39. ca04d62 Fix package ref in layout. (b/2363099) by Marco Nelissen · 15 years ago
  40. 42fbf0b Add missing mdpi resources (b/2353729) by Marco Nelissen · 15 years ago
  41. 5ae9f47 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  42. 8633e4b Merge "Update with latest translations." by Eric Fischer · 15 years ago
  43. 87bbf3c Music app unbundling prep: add SortCursor to the music app, make by Marco Nelissen · 15 years ago
  44. 31388fa Update with latest translations. by Eric Fischer · 15 years ago
  45. 22c36be Clean up imports. by Marco Nelissen · 15 years ago
  46. 3d4b262 Copy fast scroll alphabet and other resources in to the music app. by Marco Nelissen · 15 years ago
  47. d171df7 Do not use a user tag on apps, as it is ignored. by Jean-Baptiste Queru · 15 years ago
  48. d16985c Move drawables for VerticalTextSpinner in to music app, update by Marco Nelissen · 15 years ago
  49. 51f94bf Move VerticalTextSpinner in to the music app, since that's the only thing using it anyway. by Marco Nelissen · 15 years ago
  50. 9825b3c Use shiny new MatrixCursor instead of dull old ArrayListCursor. by Marco Nelissen · 15 years ago
  51. 3416c22 Don't use mContext directly, since that prevents unbundling. by Marco Nelissen · 15 years ago
  52. f4d4b34 MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING by Marco Nelissen · 15 years ago
  53. 9f73450 am 17d90662: am d74594d4: Update imports to android-common by Tom Taylor · 15 years ago
  54. 17d9066 am d74594d4: Update imports to android-common by Tom Taylor · 15 years ago
  55. d74594d Update imports to android-common by Tom Taylor · 15 years ago
  56. ea9e2c8 Fix bug that would cause item to be dropped at position 0. by Marco Nelissen · 15 years ago
  57. 09115f6 Checkout for currently unused fling mode. by Marco Nelissen · 15 years ago
  58. df25718 am a06e92b2: am 3193d7dd: Show album art in the background of the song list for an album. by Marco Nelissen · 15 years ago
  59. 7f1cbb2 am bc537359: am 78ef6426: Merge change Iac35b994 into eclair by Marco Nelissen · 15 years ago
  60. 540aebe am 02da1230: am 4c883a53: Merge change I19cea9e1 into eclair by Marco Nelissen · 15 years ago
  61. 187b7cb am 1dfd0efa: am 52f70b2e: Fix bug with other apps launching the music app to play a song. by Marco Nelissen · 15 years ago
  62. a06e92b am 3193d7dd: Show album art in the background of the song list for an album. by Marco Nelissen · 15 years ago
  63. 3193d7d Show album art in the background of the song list for an album. by Marco Nelissen · 15 years ago
  64. bc53735 am 78ef6426: Merge change Iac35b994 into eclair by Marco Nelissen · 15 years ago
  65. 78ef642 Merge change Iac35b994 into eclair by Android (Google) Code Review · 15 years ago
  66. ac35b99 Fix tab widths. by Marco Nelissen · 15 years ago
  67. 02da123 am 4c883a53: Merge change I19cea9e1 into eclair by Marco Nelissen · 15 years ago
  68. 1dfd0ef am 52f70b2e: Fix bug with other apps launching the music app to play a song. by Marco Nelissen · 15 years ago
  69. 87f1d56 Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 15 years ago
  70. 4c883a5 Merge change I19cea9e1 into eclair by Android (Google) Code Review · 15 years ago
  71. 19cea9e Fix scroll position of album songs list. by Marco Nelissen · 15 years ago
  72. 52f70b2 Fix bug with other apps launching the music app to play a song. by Marco Nelissen · 15 years ago
  73. 01d1aca am a75a6420: am 74928941: am 333bf194: More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  74. a75a642 am 74928941: am 333bf194: More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  75. 7492894 am 333bf194: More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  76. 0275041 am 333bf194: More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  77. 333bf19 More Music fit & finish fixes. by Jeff Hamilton · 15 years ago
  78. 4917d9f am 33920f68: am 035529c5: am 23515dda: Fix the text color and background drawable for the new tabs. by Jeff Hamilton · 15 years ago
  79. 33920f6 am 035529c5: am 23515dda: Fix the text color and background drawable for the new tabs. by Jeff Hamilton · 15 years ago
  80. 6f14df4 am 23515dda: Fix the text color and background drawable for the new tabs. by Jeff Hamilton · 15 years ago
  81. 035529c am 23515dda: Fix the text color and background drawable for the new tabs. by Jeff Hamilton · 15 years ago
  82. 23515dd Fix the text color and background drawable for the new tabs. by Jeff Hamilton · 15 years ago
  83. f2dd805 am 4ad325bd: am 9f59af07: am a58948b5: Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  84. 3563655 am 4197f91f: am deee46da: am 23b531ec: Fix more bugs when no music is present. by Marco Nelissen · 15 years ago
  85. 28ba19e am db13c6d5: am 5eee7a63: am 9e0f1fde: Fix some bugs when no music is present. by Marco Nelissen · 15 years ago
  86. 10eeb36 am ed52d14c: am e4f46313: am 5edd0cbd: Fix build. by Marco Nelissen · 15 years ago
  87. 292d18f am c23f6990: am 5ceafe72: am ec0c57a4: Music player UI refresh. by Marco Nelissen · 15 years ago
  88. 4ad325b am 9f59af07: am a58948b5: Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  89. 4197f91 am deee46da: am 23b531ec: Fix more bugs when no music is present. by Marco Nelissen · 15 years ago
  90. db13c6d am 5eee7a63: am 9e0f1fde: Fix some bugs when no music is present. by Marco Nelissen · 15 years ago
  91. ed52d14 am e4f46313: am 5edd0cbd: Fix build. by Marco Nelissen · 15 years ago
  92. c23f699 am 5ceafe72: am ec0c57a4: Music player UI refresh. by Marco Nelissen · 15 years ago
  93. 9f59af0 am a58948b5: Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  94. deee46d am 23b531ec: Fix more bugs when no music is present. by Marco Nelissen · 15 years ago
  95. 5eee7a6 am 9e0f1fde: Fix some bugs when no music is present. by Marco Nelissen · 15 years ago
  96. e4f4631 am 5edd0cbd: Fix build. by Marco Nelissen · 15 years ago
  97. 5ceafe7 am ec0c57a4: Music player UI refresh. by Marco Nelissen · 15 years ago
  98. 0409030 am a58948b5: Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  99. a58948b Make the music widget launch the right activity. by Marco Nelissen · 15 years ago
  100. a4f8147 am 23b531ec: Fix more bugs when no music is present. by Marco Nelissen · 15 years ago