1. 5fa6508 Merge "Re-enabling unit tests for PackageManager/Apps on SD." into froyo by Neal Nguyen · 14 years ago
  2. 0b2ebe9 Merge "Respond to changes in throttle policy." into froyo by Robert Greenwalt · 14 years ago
  3. 5bf16d6 Respond to changes in throttle policy. by Robert Greenwalt · 14 years ago
  4. bf73bbf Merge "Some debugging help for issue #2594388" into froyo by Dianne Hackborn · 14 years ago
  5. edb979a Re-enabling unit tests for PackageManager/Apps on SD. by Neal Nguyen · 14 years ago
  6. 251ccef Merge "Add a Throttle check shortly after boot." into froyo by Robert Greenwalt · 14 years ago
  7. ba3e31d Some debugging help for issue #2594388 by Dianne Hackborn · 14 years ago
  8. 7b88af6 Merge "bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug." into froyo by Wei Huang · 14 years ago
  9. 90c6aec Merge "Fix issue #2619247: Music sometimes stops playing when navigation talks" into froyo by Dianne Hackborn · 14 years ago
  10. 9bc0a57 Merge "Fix issue #2608292: Fails to launch the video camera preview" into froyo by Dianne Hackborn · 14 years ago
  11. 8633e68 Fix issue #2619247: Music sometimes stops playing when navigation talks by Dianne Hackborn · 14 years ago
  12. f09c1a2 Fix issue #2608292: Fails to launch the video camera preview by Dianne Hackborn · 14 years ago
  13. a2a568e Merge "Fix error code when media is filled up." into froyo by Suchi Amalapurapu · 14 years ago
  14. fb9896b Add a Throttle check shortly after boot. by Robert Greenwalt · 14 years ago
  15. fdf3b26 bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug. by Wei Huang · 14 years ago
  16. 69ec5c2 Remove the WebTextView if it is drawing when it shouldn't. by Leon Scroggins · 14 years ago
  17. d345bb6 Fix error code when media is filled up. by Suchi Amalapurapu · 14 years ago
  18. a6ece18 Merge "Added the subset of partial content support so that we can continue the interrupted request to support streaming the content even with a brief disconnection." into froyo by Grace Kloba · 14 years ago
  19. 75a5370 Merge "SDK: new 'bmgr' docs in the Dev Guide" into froyo by Christopher Tate · 14 years ago
  20. 52e4158 Added the subset of partial content support so that by Grace Kloba · 14 years ago
  21. 05fa214 Merge "Trim throttle logs." into froyo by Robert Greenwalt · 14 years ago
  22. bf7de39 Trim throttle logs. by Robert Greenwalt · 14 years ago
  23. 2fba6d1 Merge "Post a message to set SurfaceView to be visible when we switch to use the layout size. Otherwise it will first use the old dimension which can exceed the limit, which in turn causes the Browser to crash." into froyo by Grace Kloba · 14 years ago
  24. 8aedd10 Post a message to set SurfaceView to be visible when by Grace Kloba · 14 years ago
  25. 36fa471 Merge "Fix security hole in Google backup transport registration" into froyo by Christopher Tate · 14 years ago
  26. a32504f Fix security hole in Google backup transport registration by Christopher Tate · 14 years ago
  27. f781e86 SDK: new 'bmgr' docs in the Dev Guide by Christopher Tate · 14 years ago
  28. 23c0b2e Merge "Add ILLEGAL_SIM_OR_ME error code." into froyo by John Wang · 14 years ago
  29. 7fb4b845 Add ILLEGAL_SIM_OR_ME error code. by John Wang · 14 years ago
  30. 52e70b2 Add title to recent apps dialog. by Joe Onorato · 14 years ago
  31. 83512d4 DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <= 16 by Mathias Agopian · 14 years ago
  32. 22caecd Merge "Fix PM crash due to bad array bookkeeping logic." into froyo by Jeff Brown · 14 years ago
  33. be34896 Merge "Move Tethering off the ServerThread." into froyo by Robert Greenwalt · 14 years ago
  34. 8c8bb8b Fix PM crash due to bad array bookkeeping logic. by Jeff Brown · 14 years ago
  35. 9e609b0 Merge "Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead." into froyo by Andreas Huber · 14 years ago
  36. fe8620a Merge "Update AudioService to reflect phone state changes with AudioFocus. Phone calls and rings are treated as a new client, with a dedicated client ID that identifies it in the audio focus stack. When it is present in the stack, others clients cannot request audio focus (request is denied). Because the phone state is now mostly handled like a new client, there is no need monitor mode changes and to keep track of undispatched focus changes, as those will delayed focus gains will now automatically happen at the end of the call when the phone client is removed from the focus stack." into froyo by Jean-Michel Trivi · 14 years ago
  37. 63fbd5a Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead. by Andreas Huber · 14 years ago
  38. 7eae250 Move Tethering off the ServerThread. by Robert Greenwalt · 14 years ago
  39. b4bccb6 Update AudioService to reflect phone state changes with AudioFocus. by Jean-Michel Trivi · 14 years ago
  40. 0dde41f Merge "Fix 2610961 Unhide broadcast intents that are sent when sdcard gets mounted/unmounted." into froyo by Suchi Amalapurapu · 14 years ago
  41. 25dc5f3 Merge "Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. This currently only applies to the component OMX.TI.AAC.decode, it is the only one to support coalescing in the first place." into froyo by Andreas Huber · 14 years ago
  42. 8ccbd4b Merge "Fix bug 2604132 40s skip after undocking In case of A2DP write errors, there is an overflow in the calculation of the sleep duration to simulate the timing of a successful write." into froyo by Jean-Michel Trivi · 14 years ago
  43. 2dd8ff8 Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. by Andreas Huber · 14 years ago
  44. 89e0c1a Fix 2610961 by Suchi Amalapurapu · 14 years ago
  45. b876bdb Merge "Speed up layers rendering when using animations Cherry-pick from master" into froyo by Nicolas Roard · 14 years ago
  46. c96307e Merge "Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE)" into froyo by Daniel Sandler · 14 years ago
  47. 2f22d35 Fix bug 2604132 40s skip after undocking by Jean-Michel Trivi · 14 years ago
  48. f343a04 Speed up layers rendering when using animations Cherry-pick from master by Nicolas Roard · 14 years ago
  49. 19275cb Merge "Remove code to pass the nonexistant lockprofsample flag to Dalvik." into froyo by Carl Shapiro · 14 years ago
  50. 738a046 Merge "Don't inflate the zoom button controller until we are going to show it. This should shave 5% of Browser start up time on Sapphire." into froyo by Grace Kloba · 14 years ago
  51. 9b8b417 Merge "When updating existing entries in the media database, don't update the is_music, is_ringtone, etc columns. This ensures that custom ringtones will still be shown in the ringtone picker after a rescan. Bug 2594125 Change-Id: I56761240d6f6e699514169d80a445317ba0de9e2" into froyo by Marco Nelissen · 14 years ago
  52. f4c66ef Don't inflate the zoom button controller until we by Grace Kloba · 14 years ago
  53. c066557 When updating existing entries in the media database, don't update by Marco Nelissen · 14 years ago
  54. 3891c4c Fix issue 2602879: camera shutter sound not playing. by Eric Laurent · 14 years ago
  55. 3b59126 Fix issue 2604270 Device auto connects to Car Dock (Media profile) after undocking. by Eric Laurent · 14 years ago
  56. 8ba73ac Remove code to pass the nonexistant lockprofsample flag to Dalvik. by Carl Shapiro · 14 years ago
  57. 0a4ab1b Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo by Mathias Agopian · 14 years ago
  58. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 14 years ago
  59. 7305f41 Merge "Quietly handle EGL_BAD_NATIVE_WINDOW errors" into froyo by Jack Palevich · 14 years ago
  60. c86f077 Make vCard allow users to refrain image export. Useful when by Daisuke Miyakawa · 14 years ago
  61. 8f655cb Merge "Update the comment which supposed to be checked in in the last CL." into froyo by Grace Kloba · 14 years ago
  62. f706ef8 Update the comment which supposed to be checked in in the last CL. by Grace Kloba · 14 years ago
  63. 93d35f7 Merge "Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible." into froyo by Adam Powell · 14 years ago
  64. 8568c3a Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible. by Adam Powell · 14 years ago
  65. f06f2eb Merge "Misc fixes for throttling." into froyo by Robert Greenwalt · 14 years ago
  66. 2dc7849 Merge "Remove fixed size restriction on the SurfaceView before setting it to the full screen content view." into froyo by Grace Kloba · 14 years ago
  67. 05d0673 Misc fixes for throttling. by Robert Greenwalt · 14 years ago
  68. 5ce309d Merge "add droiddoc flag to include since-tags for api level 8" into froyo by Scott Main · 14 years ago
  69. 11bea2e Merge "Reduce lock contention, removing unnecessary synchronization." into froyo by Brad Fitzpatrick · 14 years ago
  70. 99c5179 Merge "Force redraw in touch_up if there is a move." into froyo by Grace Kloba · 14 years ago
  71. 6edb379 Remove fixed size restriction on the SurfaceView by Grace Kloba · 14 years ago
  72. c4c696a add droiddoc flag to include since-tags for api level 8 by Scott Main · 14 years ago
  73. b213d10 Reduce lock contention, removing unnecessary synchronization. by Brad Fitzpatrick · 14 years ago
  74. afbf9f8 Merge "Ease contention on the mProcessStatsThread mutex in updateCpuStats." into froyo by Brad Fitzpatrick · 14 years ago
  75. c210b65 Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE) by Daniel Sandler · 14 years ago
  76. 01fad4a Ease contention on the mProcessStatsThread mutex in updateCpuStats. by Brad Fitzpatrick · 14 years ago
  77. c36862d5 Force redraw in touch_up if there is a move. by Grace Kloba · 14 years ago
  78. 1892013 Merge "Reset notification state on wifi enable" into froyo by Irfan Sheriff · 14 years ago
  79. 04152f9 Merge "Fix bug 2599698 Music paused by itself The NotificationPlayer sets an OnCompletionListener on the MediaPlayer it's using to play the notification. NotificationPlayer relies on the completion event to abandon audio focus. The player was started before the listener was set. The theory about the bug is that the player finished playing before the listener was called. Therefore the audio focus was never abandonned, and the music didn't resume." into froyo by Jean-Michel Trivi · 14 years ago
  80. 3110bf6 Merge "Fix inconsistency in how we handle light sensor when battery is low." into froyo by Mike Lockwood · 14 years ago
  81. 0e4aa37 Quietly handle EGL_BAD_NATIVE_WINDOW errors by Jack Palevich · 14 years ago
  82. 2d1a6e9 Reset notification state on wifi enable by Irfan Sheriff · 14 years ago
  83. 7171ea8 Make ThrottleService more tamper resistant. by Robert Greenwalt · 14 years ago
  84. 48358bd Fix inconsistency in how we handle light sensor when battery is low. by Mike Lockwood · 14 years ago
  85. 975d86d Merge "Dont check on interface value on API" into froyo by Irfan Sheriff · 14 years ago
  86. cf28236 Dont check on interface value on API by Irfan Sheriff · 14 years ago
  87. a99f5f4 Fix bug 2599698 Music paused by itself by Jean-Michel Trivi · 14 years ago
  88. 3c44db3 Merge "Missed a case to resumeUpdatePicture." into froyo by Grace Kloba · 14 years ago
  89. 0df87c0 Merge "cherry-pick from master: c096a9aead60717fc106ceb259bf954a578d3c54 (plus other revisions to resolve bug 2595831)" into froyo by Scott Main · 14 years ago
  90. aa373c9 Missed a case to resumeUpdatePicture. by Grace Kloba · 14 years ago
  91. 1fc46c6 Merge "accept close() on database objects even if the database is closed" into froyo by Vasu Nori · 14 years ago
  92. 0dbb9cee accept close() on database objects even if the database is closed by Vasu Nori · 14 years ago
  93. d5a873f Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 14 years ago
  94. f066611 retool resize logic to use max dimension and max area. by Mike Reed · 14 years ago
  95. 0c5ad4f Merge "For search suggestions in the search dialog, allow the 'title' line of text to be up to 2 lines (rather than the usual 1) if no 'description' line is provided." into froyo by Mike LeBeau · 14 years ago
  96. d8f3ec6 Add command line flags to enable lock profiling. by Carl Shapiro · 14 years ago
  97. e80c6f4 Merge "Add multi-sim support to ThrottleService." into froyo by Robert Greenwalt · 14 years ago
  98. e6e9882 Add multi-sim support to ThrottleService. by Robert Greenwalt · 14 years ago
  99. e309411 Merge "A little more improvement of the Service javadoc." into froyo by Dianne Hackborn · 14 years ago
  100. bf943f2 Merge "Fix SntpClient to give accurate time info." into froyo by Robert Greenwalt · 14 years ago