1. f68633d Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  2. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  3. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  4. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  5. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  6. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  7. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  8. d04ff11 Avoid NPE when missing network stats. by Jeff Sharkey · 13 years ago
  9. 46a4e81 Merge "VPN: delete the "abort" file before starting VPN daemons." into ics-mr1 by Chia-chi Yeh · 13 years ago
  10. c187273 VPN: delete the "abort" file before starting VPN daemons. by Chia-chi Yeh · 13 years ago
  11. 97ff789 Merge "Fix wifi bring up at boot up" into ics-mr1 by Irfan Sheriff · 13 years ago
  12. 5401f0b Fix wifi bring up at boot up by Irfan Sheriff · 13 years ago
  13. 4494c90 Handle emergency call back mode correctly by Irfan Sheriff · 13 years ago
  14. e0e9fd9 Merge "Fix system hotkey handling." into ics-mr1 by Jeff Brown · 13 years ago
  15. 68b909d Fix system hotkey handling. by Jeff Brown · 13 years ago
  16. 87e06ec Merge "Fix issue #5144065: Tap on Music icon from Home screen..." into ics-mr1 by Dianne Hackborn · 13 years ago
  17. 0a361b1 Merge "Workaround for issue where the notifyDatasetChanged call chain is broken when Launcher is killed. (Bug 5703782)" into ics-mr1 by Winson Chung · 13 years ago
  18. ae0a0a8 Fix issue #5144065: Tap on Music icon from Home screen... by Dianne Hackborn · 13 years ago
  19. 87f0a7b Fix CS wakelock handling by Irfan Sheriff · 13 years ago
  20. c3f581b Workaround for issue where the notifyDatasetChanged call chain is broken when Launcher is killed. (Bug 5703782) by Winson Chung · 13 years ago
  21. 0c0120e Merge "Fix issue #5714517: App shortcuts can result in bad task intents" into ics-mr1 by Dianne Hackborn · 13 years ago
  22. 52245ac Merge "Fix issue #5713576: Home redraws after returning from app on Nexus S 4G" into ics-mr1 by Dianne Hackborn · 13 years ago
  23. 77eaaf0 Fix issue #5713576: Home redraws after returning from app on Nexus S 4G by Dianne Hackborn · 13 years ago
  24. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 13 years ago
  25. 7b6aff2 Merge "audioflinger: fix audio skipping over A2DP" into ics-mr1 by Eric Laurent · 13 years ago
  26. 4433169 audioflinger: fix audio skipping over A2DP by Eric Laurent · 13 years ago
  27. 8a7c940 SurfaceFlinger: fix layer removal race condition by Jesse Hall · 13 years ago
  28. 5a7c917 Merge "Fix free_cache to actually work" into ics-mr1 by Kenny Root · 13 years ago
  29. 55e81bd Merge "Improve how we manage the previous app." into ics-mr1 by Dianne Hackborn · 13 years ago
  30. 5068560 Improve how we manage the previous app. by Dianne Hackborn · 13 years ago
  31. ad757e9 Fix free_cache to actually work by Kenny Root · 13 years ago
  32. 2a40d0d Merge "Put screensavers back in the icebox for now. DO NOT MERGE." into ics-mr1 by Daniel Sandler · 13 years ago
  33. b94a7fb Merge "Fix ConcurrentModificationException in TextServicesManagerService" into ics-mr1 by satok · 13 years ago
  34. d8ec8db Merge "Fixing memory leaks in the accessiiblity layer." into ics-mr1 by Svetoslav Ganov · 13 years ago
  35. 88f10c6 Merge "Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset?" into ics-mr1 by Dianne Hackborn · 13 years ago
  36. f8d20bd Merge "Turn off debug log." into ics-mr1 by Dianne Hackborn · 13 years ago
  37. e8ba2ab Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1 by Mathias Agopian · 13 years ago
  38. d2b22a8 Put screensavers back in the icebox for now. DO NOT MERGE. by Daniel Sandler · 13 years ago
  39. 865b980 Merge "Expanding NotificationManager's event logging." into ics-mr1 by Daniel Sandler · 13 years ago
  40. bbb09ac Turn off debug log. by Dianne Hackborn · 13 years ago
  41. 1fbee79 Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset? by Dianne Hackborn · 13 years ago
  42. db904b4 Merge "Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data" into ics-mr1 by Dianne Hackborn · 13 years ago
  43. 4c3fa64 Fix ConcurrentModificationException in TextServicesManagerService by satok · 13 years ago
  44. b64cb88 Expanding NotificationManager's event logging. by Daniel Sandler · 13 years ago
  45. d116d7c Fixing memory leaks in the accessiiblity layer. by Svetoslav Ganov · 13 years ago
  46. ebac48c Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data by Dianne Hackborn · 13 years ago
  47. cadd325 add a way to access the version string of the h/w implementation of EGL by Mathias Agopian · 13 years ago
  48. bb1e7d4 Merge changes I7e973a35,Ib3386fcc into ics-mr1 by Mathias Agopian · 13 years ago
  49. 77cec613 SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 13 years ago
  50. 1808f21 Merge "Fix issue #5636525: ANR observed in setup wizard after changing language" into ics-mr1 by Dianne Hackborn · 13 years ago
  51. 8bf0aa9 Fix issue #5636525: ANR observed in setup wizard after changing language by Dianne Hackborn · 13 years ago
  52. 50b2042 Merge "Another attempt at getting OOM reports to batch." into ics-mr1 by Dianne Hackborn · 13 years ago
  53. 672342c Another attempt at getting OOM reports to batch. by Dianne Hackborn · 13 years ago
  54. 3f2730c Merge "temporarily hardcode Nexus S refresh rate" into ics-mr1 by Mathias Agopian · 13 years ago
  55. 81de8b9 Fix issue #5642121: Proximity sensor didn't turn the screen on in call by Dianne Hackborn · 13 years ago
  56. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  57. b16dc69 temporarily hardcode Nexus S refresh rate by Mathias Agopian · 13 years ago
  58. 20398fa Merge "audioflinger: reduce sleep time to avoid underrun" into ics-mr1 by Eric Laurent · 13 years ago
  59. eaeb4f4 Merge "Fix some policy-base routing issues." into ics-mr1 by Robert Greenwalt · 13 years ago
  60. e83d181 Fix some policy-base routing issues. by Robert Greenwalt · 13 years ago
  61. f1f5fc8 audioflinger: reduce sleep time to avoid underrun by Eric Laurent · 13 years ago
  62. 1a3c051 Merge "Hide/show ime switch icon properly" into ics-mr1 by satok · 13 years ago
  63. 3afd6c0 Hide/show ime switch icon properly by satok · 13 years ago
  64. 8ac35e3 Merge "Only write network stats when already loaded." into ics-mr1 by Jeff Sharkey · 13 years ago
  65. c506ff6 Only write network stats when already loaded. by Jeff Sharkey · 13 years ago
  66. b9df01d Merge "Update NTP outside locks, log large trim events." into ics-mr1 by Jeff Sharkey · 13 years ago
  67. d5decdc Merge "Disable desk dock apps." into ics-mr1 by Daniel Sandler · 13 years ago
  68. 1125f89 Merge "remove hack that hardcoded the refresh rate" into ics-mr1 by Mathias Agopian · 13 years ago
  69. 684c54a Update NTP outside locks, log large trim events. by Jeff Sharkey · 13 years ago
  70. e5febfd Merge "Clean up the spell checker framework" into ics-mr1 by satok · 13 years ago
  71. 060677f Clean up the spell checker framework by satok · 13 years ago
  72. ee9aef0 Maybe fix issue #5627399: java.lang.RuntimeException - While sign in... by Dianne Hackborn · 13 years ago
  73. 11ddf53 Disable desk dock apps. by Daniel Sandler · 13 years ago
  74. f98ab8b remove hack that hardcoded the refresh rate by Mathias Agopian · 13 years ago
  75. 3e7497b Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 13 years ago
  76. cdec187 Merge "Whoops, need to acquire lock." into ics-mr1 by Dianne Hackborn · 13 years ago
  77. c0fa2a3 Merge "rework a bit how we manage EGL extensions" into ics-mr1 by Mathias Agopian · 13 years ago
  78. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  79. 7aa6d31 Whoops, need to acquire lock. by Dianne Hackborn · 13 years ago
  80. d8c98fe Improve low memory dropbox reporting. by Dianne Hackborn · 13 years ago
  81. 4b7494e Merge "Updating recent apps visuals on tablet" into ics-mr1 by Michael Jurka · 13 years ago
  82. bfd24ac Updating recent apps visuals on tablet by Michael Jurka · 13 years ago
  83. d968670 Merge "Conservatively trim data usage stats." into ics-mr1 by Jeff Sharkey · 13 years ago
  84. 7ee8658 Conservatively trim data usage stats. by Jeff Sharkey · 13 years ago
  85. e88740e rework a bit how we manage EGL extensions by Mathias Agopian · 13 years ago
  86. 91c2b5c Merge "Improve low memory reporting." into ics-mr1 by Dianne Hackborn · 13 years ago
  87. 8ec8d41 Improve low memory reporting. by Dianne Hackborn · 13 years ago
  88. 813075a6 Maybe fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  89. 030bb99 Merge "audioflinger: fix noise when skipping to next song" into ics-mr1 by Eric Laurent · 13 years ago
  90. f9c361d audioflinger: fix noise when skipping to next song by Eric Laurent · 13 years ago
  91. be70785 Make activity manager more robust in the face of app activity leaks. by Dianne Hackborn · 13 years ago
  92. 24597eb Merge "Tone down Tethering logs." into ics-mr1 by Robert Greenwalt · 13 years ago
  93. fd1be2b Tone down Tethering logs. by Robert Greenwalt · 13 years ago
  94. 424781e Fix NPE in ConnectivityService. by Robert Greenwalt · 13 years ago
  95. 51c00a5 Merge "Clamp non-monotonic stats instead of dropping." into ics-mr1 by Jeff Sharkey · 13 years ago
  96. d4ef8c8f Clamp non-monotonic stats instead of dropping. by Jeff Sharkey · 13 years ago
  97. 7c9f800 Merge "Fix Wimax-less build." into ics-mr1 by Robert Greenwalt · 13 years ago
  98. 6537b02 Fix Wimax-less build. by Robert Greenwalt · 13 years ago
  99. 0f70e48 Merge "Fix issue #5470311: Activity with android:configChanges defined..." into ics-mr1 by Dianne Hackborn · 13 years ago
  100. 41ffab8 Merge "increase the rate at which we dispatch events." into ics-mr1 by Chet Haase · 13 years ago