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