1. 23c0b2e Merge "Add ILLEGAL_SIM_OR_ME error code." into froyo by John Wang · 14 years ago
  2. 7fb4b845 Add ILLEGAL_SIM_OR_ME error code. by John Wang · 14 years ago
  3. 52e70b2 Add title to recent apps dialog. by Joe Onorato · 14 years ago
  4. 83512d4 DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <= 16 by Mathias Agopian · 14 years ago
  5. 22caecd Merge "Fix PM crash due to bad array bookkeeping logic." into froyo by Jeff Brown · 14 years ago
  6. be34896 Merge "Move Tethering off the ServerThread." into froyo by Robert Greenwalt · 14 years ago
  7. 8c8bb8b Fix PM crash due to bad array bookkeeping logic. by Jeff Brown · 14 years ago
  8. 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
  9. 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
  10. 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
  11. 7eae250 Move Tethering off the ServerThread. by Robert Greenwalt · 14 years ago
  12. b4bccb6 Update AudioService to reflect phone state changes with AudioFocus. by Jean-Michel Trivi · 14 years ago
  13. 0dde41f Merge "Fix 2610961 Unhide broadcast intents that are sent when sdcard gets mounted/unmounted." into froyo by Suchi Amalapurapu · 14 years ago
  14. 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
  15. 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
  16. 2dd8ff8 Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. by Andreas Huber · 14 years ago
  17. 89e0c1a Fix 2610961 by Suchi Amalapurapu · 14 years ago
  18. b876bdb Merge "Speed up layers rendering when using animations Cherry-pick from master" into froyo by Nicolas Roard · 14 years ago
  19. c96307e Merge "Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE)" into froyo by Daniel Sandler · 14 years ago
  20. 2f22d35 Fix bug 2604132 40s skip after undocking by Jean-Michel Trivi · 14 years ago
  21. f343a04 Speed up layers rendering when using animations Cherry-pick from master by Nicolas Roard · 14 years ago
  22. 19275cb Merge "Remove code to pass the nonexistant lockprofsample flag to Dalvik." into froyo by Carl Shapiro · 14 years ago
  23. 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
  24. 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
  25. f4c66ef Don't inflate the zoom button controller until we by Grace Kloba · 14 years ago
  26. c066557 When updating existing entries in the media database, don't update by Marco Nelissen · 14 years ago
  27. 3891c4c Fix issue 2602879: camera shutter sound not playing. by Eric Laurent · 14 years ago
  28. 3b59126 Fix issue 2604270 Device auto connects to Car Dock (Media profile) after undocking. by Eric Laurent · 14 years ago
  29. 8ba73ac Remove code to pass the nonexistant lockprofsample flag to Dalvik. by Carl Shapiro · 14 years ago
  30. 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
  31. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 14 years ago
  32. 7305f41 Merge "Quietly handle EGL_BAD_NATIVE_WINDOW errors" into froyo by Jack Palevich · 14 years ago
  33. c86f077 Make vCard allow users to refrain image export. Useful when by Daisuke Miyakawa · 14 years ago
  34. 8f655cb Merge "Update the comment which supposed to be checked in in the last CL." into froyo by Grace Kloba · 14 years ago
  35. f706ef8 Update the comment which supposed to be checked in in the last CL. by Grace Kloba · 14 years ago
  36. 93d35f7 Merge "Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible." into froyo by Adam Powell · 14 years ago
  37. 8568c3a Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible. by Adam Powell · 14 years ago
  38. f06f2eb Merge "Misc fixes for throttling." into froyo by Robert Greenwalt · 14 years ago
  39. 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
  40. 05d0673 Misc fixes for throttling. by Robert Greenwalt · 14 years ago
  41. 5ce309d Merge "add droiddoc flag to include since-tags for api level 8" into froyo by Scott Main · 14 years ago
  42. 11bea2e Merge "Reduce lock contention, removing unnecessary synchronization." into froyo by Brad Fitzpatrick · 14 years ago
  43. 99c5179 Merge "Force redraw in touch_up if there is a move." into froyo by Grace Kloba · 14 years ago
  44. 6edb379 Remove fixed size restriction on the SurfaceView by Grace Kloba · 14 years ago
  45. c4c696a add droiddoc flag to include since-tags for api level 8 by Scott Main · 14 years ago
  46. b213d10 Reduce lock contention, removing unnecessary synchronization. by Brad Fitzpatrick · 14 years ago
  47. afbf9f8 Merge "Ease contention on the mProcessStatsThread mutex in updateCpuStats." into froyo by Brad Fitzpatrick · 14 years ago
  48. c210b65 Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE) by Daniel Sandler · 14 years ago
  49. 01fad4a Ease contention on the mProcessStatsThread mutex in updateCpuStats. by Brad Fitzpatrick · 14 years ago
  50. c36862d5 Force redraw in touch_up if there is a move. by Grace Kloba · 14 years ago
  51. 1892013 Merge "Reset notification state on wifi enable" into froyo by Irfan Sheriff · 14 years ago
  52. 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
  53. 3110bf6 Merge "Fix inconsistency in how we handle light sensor when battery is low." into froyo by Mike Lockwood · 14 years ago
  54. 0e4aa37 Quietly handle EGL_BAD_NATIVE_WINDOW errors by Jack Palevich · 14 years ago
  55. 2d1a6e9 Reset notification state on wifi enable by Irfan Sheriff · 14 years ago
  56. 7171ea8 Make ThrottleService more tamper resistant. by Robert Greenwalt · 14 years ago
  57. 48358bd Fix inconsistency in how we handle light sensor when battery is low. by Mike Lockwood · 14 years ago
  58. 975d86d Merge "Dont check on interface value on API" into froyo by Irfan Sheriff · 14 years ago
  59. cf28236 Dont check on interface value on API by Irfan Sheriff · 14 years ago
  60. a99f5f4 Fix bug 2599698 Music paused by itself by Jean-Michel Trivi · 14 years ago
  61. 3c44db3 Merge "Missed a case to resumeUpdatePicture." into froyo by Grace Kloba · 14 years ago
  62. 0df87c0 Merge "cherry-pick from master: c096a9aead60717fc106ceb259bf954a578d3c54 (plus other revisions to resolve bug 2595831)" into froyo by Scott Main · 14 years ago
  63. aa373c9 Missed a case to resumeUpdatePicture. by Grace Kloba · 14 years ago
  64. 1fc46c6 Merge "accept close() on database objects even if the database is closed" into froyo by Vasu Nori · 14 years ago
  65. 0dbb9cee accept close() on database objects even if the database is closed by Vasu Nori · 14 years ago
  66. d5a873f Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 14 years ago
  67. f066611 retool resize logic to use max dimension and max area. by Mike Reed · 14 years ago
  68. 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
  69. d8f3ec6 Add command line flags to enable lock profiling. by Carl Shapiro · 14 years ago
  70. e80c6f4 Merge "Add multi-sim support to ThrottleService." into froyo by Robert Greenwalt · 14 years ago
  71. e6e9882 Add multi-sim support to ThrottleService. by Robert Greenwalt · 14 years ago
  72. e309411 Merge "A little more improvement of the Service javadoc." into froyo by Dianne Hackborn · 14 years ago
  73. bf943f2 Merge "Fix SntpClient to give accurate time info." into froyo by Robert Greenwalt · 14 years ago
  74. 499a121 Fix SntpClient to give accurate time info. by Robert Greenwalt · 14 years ago
  75. ee3bcc4 A little more improvement of the Service javadoc. by Dianne Hackborn · 14 years ago
  76. 4f99e3c Remove native binaries when an updated system application is upgraded through OTA. by David 'Digit' Turner · 14 years ago
  77. 70b3fb4 For search suggestions in the search dialog, allow the 'title' by Mike LeBeau · 14 years ago
  78. fa22de7 Merge "Import revised translations" into froyo by Kenny Root · 14 years ago
  79. 93597ed Merge "Fix wakelock leak in PowerManagerService.sendNotificationLocked()" into froyo by Mike Lockwood · 14 years ago
  80. 90d3f458 API 8! by Dianne Hackborn · 14 years ago
  81. 40d2551 Import revised translations by Kenny Root · 14 years ago
  82. 8090eda Merge "Sholes mobile iface comes/goes - handle the reset" into froyo by Robert Greenwalt · 14 years ago
  83. deb69370 Revert "Add ordered broadcast when removing packages." by Suchi Amalapurapu · 14 years ago
  84. b0ef144 Merge "Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" into froyo by Dianne Hackborn · 14 years ago
  85. 5304d8f Merge "Introducing "strict project map"." into froyo by Dmitri Plotnikov · 14 years ago
  86. 28b2fdc Merge "Dont fall back to installing on sdcard when internal storage is filled up when the install location is set to internal only. Similary if install location is set to external only(via adb), dont fall back to installing on internal storage if sdcard is filled up. If nothing is specified ie install location is set to let system decide, we just check on internal storage. Fix tests" into froyo by Suchi Amalapurapu · 14 years ago
  87. 315a5fb Dont fall back to installing on sdcard when internal storage is filled up by Suchi Amalapurapu · 14 years ago
  88. 4542346 Merge "fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)" into froyo by Mathias Agopian · 14 years ago
  89. 40b6996 Merge "Add ordered broadcast when removing packages." into froyo by Suchi Amalapurapu · 14 years ago
  90. b67fa45 Fix issue #258640: Automatic propagation of FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET by Dianne Hackborn · 14 years ago
  91. 8c7e609 Sholes mobile iface comes/goes - handle the reset by Robert Greenwalt · 14 years ago
  92. 0c1285f Add ordered broadcast when removing packages. by Suchi Amalapurapu · 14 years ago
  93. 967dce3 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 14 years ago
  94. 40eb4aa Introducing "strict project map". by Dmitri Plotnikov · 14 years ago
  95. 0bbcdc6 Merge "verify database state before calling sqlite. Bug:2593970" into froyo by Vasu Nori · 14 years ago
  96. 8e4edb2 cherry-pick from master: c096a9aead60717fc106ceb259bf954a578d3c54 by Tom O'Neill · 14 years ago
  97. 8a878dd Merge "Pass WebKit scrollbar mode to Java. When scrollbar is alwaysOff, don't trigger scroll." into froyo by Grace Kloba · 14 years ago
  98. 758dd52 Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in silent mode. by Eric Laurent · 14 years ago
  99. 745b43c Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode." into froyo by Eric Laurent · 14 years ago
  100. 01e3fea Merge "Make sure the onended event is dispatched even when the user dismisses the video before it plays to completion." into froyo by Andrei Popescu · 14 years ago