1. 347fe57 1915450: Make the music widget show pause state properly by Mike Cleron · 15 years ago
  2. 197ad25 Stop view dragging the correct way, so we don't end up recycling an in-use bitmap. by Marco Nelissen · 15 years ago
  3. b5e252e Make sure that there is nothing referring to the bitmap before recycling it. by Marco Nelissen · 15 years ago
  4. c1017e5 onStart() can now receive a null Intent, so deal with that. by Marco Nelissen · 15 years ago
  5. 9165ac8 Fix title bar in album browser. by Marco Nelissen · 15 years ago
  6. 8f2b5a2 Merge change 24529 into eclair by Android (Google) Code Review · 15 years ago
  7. cd582c6 Use dpad left/right for skipping and seeking only when the play buttons are focused. by Marco Nelissen · 15 years ago
  8. 98647f1 Merge change 24278 into eclair by Android (Google) Code Review · 15 years ago
  9. 7a05298 Only log the sd card status when it changed from last time. by Marco Nelissen · 15 years ago
  10. 89a5782 Update application for Bluetooth API change: deprecation of BluetoothError. by Nick Pelly · 15 years ago
  11. 9df6e73 Don't crash when long-pressing on a stream. by Marco Nelissen · 15 years ago
  12. 1e5a567 Show time in the form hh:mm:ss when the duration is 1 hour or more. by Marco Nelissen · 15 years ago
  13. 42bcc21 Fix some issues with threads/handlers accessing the adapter for the 'old' activity after it has been handed off to the 'new' activity. by Marco Nelissen · 15 years ago
  14. 5df7af3 Fix density issue with album art. by Marco Nelissen · 15 years ago
  15. d5fc5b6 Change to use new service foreground API. by Dianne Hackborn · 15 years ago
  16. 63dbbbb Also save the history in shuffle mode. by Marco Nelissen · 15 years ago
  17. 3ec2ad9 Increase the history size. It should never have been this small. by Marco Nelissen · 15 years ago
  18. 9882f54 Make search work in all activities in the music app, enable the by Marco Nelissen · 15 years ago
  19. 93a5b43 am e03cc0f3: Merge change 21112 into donut by Marco Nelissen · 15 years ago
  20. 0164ebf Fix memory leaks in music app. Fixes http://b/issue?id=2046569 by Marco Nelissen · 15 years ago
  21. 17634b2 Take density in to account when reordering playlist items. by Marco Nelissen · 15 years ago
  22. e788704 Make TrackBrowserActivity do a limited query first, to get the list view by Marco Nelissen · 15 years ago
  23. 4248ed2 Clean up TrackBrowserActivity. This doesn't change any functionality, by Marco Nelissen · 15 years ago
  24. 59316fd Fix the music app's repeating button. by Marco Nelissen · 15 years ago
  25. c5f5f13 Don't show the 'search' context menu for recordings. by Marco Nelissen · 15 years ago
  26. bd447b6 Use longs instead of ints for database ids. by Marco Nelissen · 15 years ago
  27. b2dcf51 am 2f9a1ce2: When checking the current playback position against the length of the file, make sure the length is valid. Otherwise we can end up endlessly (recursively) calling next(), and run out of stack. by Marco Nelissen · 15 years ago
  28. 2f9a1ce When checking the current playback position against the length by Marco Nelissen · 15 years ago
  29. 7a16cc7 Remove code for getting and saving album art from the music app and by Marco Nelissen · 15 years ago
  30. c8aa837 Don't let untranslated "<unknown>" or "null" be displayed in Music. by Eric Fischer · 15 years ago
  31. 5ad00c6 Fix crash in music app. by Marco Nelissen · 15 years ago
  32. 663fea3 Fix crash in music app. Monkey found it, but it's easy to repro by a human too. by Marco Nelissen · 15 years ago
  33. 6c615a2 Fix NPE in music app. by Marco Nelissen · 15 years ago
  34. bf0ea14 Shave about 1500 milliseconds off the time it takes to restore a large playlist, by Marco Nelissen · 15 years ago
  35. 11232b0 Fix for a hang when attempting to stream a non-existing content. by Ravi K Yenduri · 15 years ago
  36. 3d54a51 Replace usage of deprecated PhoneStateIntentReceiver with PhoneStateListener. by Marco Nelissen · 15 years ago
  37. 272eb78 Make play() call next() if we are at end of track (and not REPEAT_CURRENT). by Thomas Tuttle · 16 years ago
  38. 05a0cdb Use event time to detect long press in MediaButtonIntentReceiver. by Mike Lockwood · 15 years ago
  39. 49e36ea Clean up some handlers when the service is destroyed. This should fix some more of the monkey bugs in the music app. by Marco Nelissen · 15 years ago
  40. 47b989b This should fix a monkey bug where the service was being used after it was unbound. by Marco Nelissen · 15 years ago
  41. f4963af Merge change 2339 into donut by Android (Google) Code Review · 15 years ago
  42. e3233cb We're not displaying the album name anymore in the 'songs' list, so it's a little strange to filter on it. by Marco Nelissen · 15 years ago
  43. 95c4919 Merge change 1923 into donut by Android (Google) Code Review · 15 years ago
  44. 2b0b913 Decouple the service interface stub from the service, so that the by Marco Nelissen · 15 years ago
  45. 4c7fcfa Fix crash in MusicPicker activity by Marco Nelissen · 15 years ago
  46. 756c3f5 Findbugs fixes. Mostly performance related (remove unnecessary code, make inner classes static) by Marco Nelissen · 15 years ago
  47. 9d989c4 Don't show menu in oneshot mode, since it's not useful and may confuse other parts of the code. by Marco Nelissen · 15 years ago
  48. f65e991 Remove unused code. by Marco Nelissen · 15 years ago
  49. b6e7bf7 Fix comment. by Marco Nelissen · 15 years ago
  50. 407cf91 Looks like something got lost during a previous commit, upload or submit. by Marco Nelissen · 15 years ago
  51. f79d4a7 Merge change 1102 into donut by Android (Google) Code Review · 15 years ago
  52. c133337 Make it so that isPlaying() returns whether the service is playing, even by Marco Nelissen · 15 years ago
  53. 4341b50 When doing a youtube/amazon/browser search from the music app, make it a new task. by Marco Nelissen · 15 years ago
  54. 3fdd97f Postpone doing actual work in QueryBrowserActivity until it's bound to the playback service. by Marco Nelissen · 15 years ago
  55. b7841ac Rename some methods to confirm to our naming standards. by Marco Nelissen · 15 years ago
  56. 1968e38 Switch Music app to use the new 'fancy' search uri internally, and the 'basic' search uri by Marco Nelissen · 15 years ago
  57. c839849 Fix null pointer exception if song has neither artist nor album information. by Andreas Huber · 15 years ago
  58. 25078da AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  59. 32949d7 AI 143777: am: CL 143623 Show music widget error text in smaller artist font. by Jeffrey Sharkey · 15 years ago
  60. 41e07cc Automated import from //branches/donutburger/...@142721,142721 by Jeffrey Sharkey · 16 years ago
  61. 349c020 Automated import from //branches/donutburger/...@142100,142100 by Jeffrey Sharkey · 16 years ago
  62. 37ac443 Automated import from //branches/donutburger/...@142023,142023 by Dave Sparks · 16 years ago
  63. 8801110 Automated import from //branches/donutburger/...@140648,140648 by Romain Guy · 16 years ago
  64. d8c6967 Automated import from //branches/donutburger/...@140588,140588 by Jeffrey Sharkey · 16 years ago
  65. c85f677 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  66. 490384b auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  67. 6a9c41c auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  68. 792a220 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  69. add4e62 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. 539844a auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  71. 173c561 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  72. d72c7f5 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  73. c4a9112 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  74. 7341ce8 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  75. d57d698 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  76. 7c302f2 auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  77. b3f1e54 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  78. 722ca0b auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  79. 95c4293 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  80. a857e7a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  81. 6cb8bc9 Initial Contribution by The Android Open Source Project · 16 years ago