1. 6bff62c Wrap StrictMode changes in try/finally. by Jeff Sharkey · 13 years ago
  2. 7c50167 Suppress StrictMode in handleBindApplication(). by Jeff Sharkey · 13 years ago
  3. a6f338c Do RS caching the same way HardwareRenderer does. by Jason Sams · 13 years ago
  4. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 13 years ago
  5. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  6. 5e9120d Always initialize AsyncTask on the main thread. by Romain Guy · 13 years ago
  7. 99b46be Merge "Make sure WebView get notified before the EGL context destroyed." by Teng-Hui Zhu · 13 years ago
  8. a34eb91 Make sure WebView get notified before the EGL context destroyed. by Teng-Hui Zhu · 13 years ago
  9. 81e9276 Added JELLY_BEAN version name; update some targetSdkVersion docs. by Dianne Hackborn · 13 years ago
  10. 2a293b6 Clean up SQLite debugging code. by Jeff Brown · 13 years ago
  11. 6754ba2 Add plumbing for dumping database info using dumpsys. by Jeff Brown · 13 years ago
  12. 18cb287 Add ContentProvider.dump() by Marco Nelissen · 13 years ago
  13. 1fbee79 Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset? by Dianne Hackborn · 13 years ago
  14. ddaa9ac Fix races when content providers are acquired and released. by Jeff Brown · 13 years ago
  15. a958265 Initialize egl_cache with an app writeable file by Romain Guy · 13 years ago
  16. d4d32c5 Don't crash if there is no connectivity service. by Dianne Hackborn · 13 years ago
  17. 0500b3c Some optimizations. by Dianne Hackborn · 13 years ago
  18. 58f42a5 Fix issue #5405788: Device continuously opening and closing... by Dianne Hackborn · 13 years ago
  19. 836e262 Fix issue #5348948: Third Party app "Byki Turkish" shows... by Dianne Hackborn · 13 years ago
  20. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  21. 3ad9d00 Fix "am profile" when run on system_server. by Jeff Sharkey · 13 years ago
  22. 5d927c2 Fix issue #5150899: Call activity takes 15MB we never get back. by Dianne Hackborn · 13 years ago
  23. ba24e4d Fix issue #5229575: Youtube link shared through messaging is not... by Dianne Hackborn · 13 years ago
  24. cfb9f2b Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button by Dianne Hackborn · 13 years ago
  25. 2a4c5ac Fix race in removeDeadProvider. Bug: 5202824 by Jeff Brown · 13 years ago
  26. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  27. b437e09 Improved memory use reporting. by Dianne Hackborn · 13 years ago
  28. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  29. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  30. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  31. c09bd15 Merge "Fix bug where memory trim was not being delivered with correct level." by Dianne Hackborn · 13 years ago
  32. f0754f5b Fix bug where memory trim was not being delivered with correct level. by Dianne Hackborn · 13 years ago
  33. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  34. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  35. bdf7609 Trim OpenGLRenderer's memory usage whenever possible by Romain Guy · 13 years ago
  36. 0e3328f Rework and fix "adb shell dumpsys meminfo" by Dianne Hackborn · 13 years ago
  37. ce86ba8 Improve handling of low memory. by Dianne Hackborn · 13 years ago
  38. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  39. 79ec80d Make full backup API available to apps by Christopher Tate · 13 years ago
  40. f741e67 resolved conflicts for merge of e2aa0490 to master by Dianne Hackborn · 13 years ago
  41. 5fd2169 Work on issue #4518815: Compatibility mode introduces compatibility regression... by Dianne Hackborn · 13 years ago
  42. 3c43ced resolved conflicts for merge of d247ee41 to master by Dianne Hackborn · 13 years ago
  43. 2515db7 am 3a80c504: am 8b9a2b6c: am e6676351: Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  44. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  45. b46ed76 Add new Fragment API for explicitly saving/restoring state. by Dianne Hackborn · 13 years ago
  46. 546d64f resolved conflicts for merge of 5c2e4d20 to master by Dianne Hackborn · 13 years ago
  47. e667635 Work around OpenFeint bug. by Dianne Hackborn · 13 years ago
  48. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 13 years ago
  49. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  50. df6e980 Add new supports-screens attributes for declaring the compatible screens. by Dianne Hackborn · 13 years ago
  51. 9a84983 DO NOT MERGE. Integrate from master: Improve activity manager debug dumps. by Dianne Hackborn · 13 years ago
  52. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  53. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  54. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  55. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  56. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  57. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  58. e17aeb3 Improve activity manager debug dumps. by Dianne Hackborn · 13 years ago
  59. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  60. ed7e007 SamplingProfilerIntegration and SamplingProfiler improvements (3/3) by Brian Carlstrom · 13 years ago
  61. d630f10 AsyncTask now uses the poll executor for apps up through HC MR1 and the serialized one after that. by Joe Onorato · 14 years ago
  62. 9aa597e Propagating core settings to the system process. by Svetoslav Ganov · 14 years ago
  63. 54d068e Add system wide management of core settings by Svetoslav Ganov · 14 years ago
  64. 98d169e am 5d9d03a0: Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  65. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  66. db4e32fe am f36af164: Merge "Whoops, actually exclude pre-HC apps." into honeycomb by Dianne Hackborn · 14 years ago
  67. 842e04b Whoops, actually exclude pre-HC apps. by Dianne Hackborn · 14 years ago
  68. 8a0f175 am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb by Dianne Hackborn · 14 years ago
  69. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 14 years ago
  70. 11ce84f resolved conflicts for merge of 97ac2935 to honeycomb-plus-aosp by Nick Pelly · 14 years ago
  71. 7204528 am 9358bd39: Merge "Fixes for StrictMode instance count checking." into honeycomb by Brad Fitzpatrick · 14 years ago
  72. 5f8b5c1 Fixes for StrictMode instance count checking. by Brad Fitzpatrick · 14 years ago
  73. 1426d6b am b26a651b: Merge "Hook up large heap API." into honeycomb by Dianne Hackborn · 14 years ago
  74. de39851 Hook up large heap API. by Dianne Hackborn · 14 years ago
  75. ce3224c Javadoc updates for NFC. by Jeff Hamilton · 14 years ago
  76. 64e3064 am c237bb27: Merge "Add manifest API to request a large heap." into honeycomb by Dianne Hackborn · 14 years ago
  77. 3b81bc1 Add manifest API to request a large heap. by Dianne Hackborn · 14 years ago
  78. 93ec68e resolved conflicts for merge of 06bb3aef to honeycomb-plus-aosp by Jeff Hamilton · 14 years ago
  79. 52d3203 Add dispatching overrides for foreground apps. by Jeff Hamilton · 14 years ago
  80. bfddc0f Work around issue #3241701: crash in ActivityThread.handleWindowVisibility by Dianne Hackborn · 14 years ago
  81. 30d7189 Fix issue #3274841: Orientation change problem with a paused activity by Dianne Hackborn · 14 years ago
  82. fb3806d Fix issue #3271486: SetupWizward NullPointerException in by Dianne Hackborn · 14 years ago
  83. e2b0480 Fix not saving state when restarting an activity. by Dianne Hackborn · 14 years ago
  84. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 14 years ago
  85. 30c9bd8 Implement issue #3189564: New API to create an activity. by Dianne Hackborn · 14 years ago
  86. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  87. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  88. 434203a Notify all VMs when proxy changes. by Robert Greenwalt · 14 years ago
  89. 4d9e6d2 Disable CloseGuard early. (it defaults to spammy otherwise) by Brad Fitzpatrick · 14 years ago
  90. 390dae1 Move ApplicationPackageManager out of ContextImpl.java by Brad Fitzpatrick · 14 years ago
  91. 03595d0 Tell each VM to flush their DNS cache. by Robert Greenwalt · 14 years ago
  92. bfb1919 StrictMode: annotate violations with the Broadcast Intent's action, if any. by Brad Fitzpatrick · 14 years ago
  93. b6e1841 Make network usage on the main thread fatal (Honeycomb+) by Brad Fitzpatrick · 14 years ago
  94. e829fef Add facility for broadcasts receives to do work asynchronously. by Dianne Hackborn · 14 years ago
  95. e71df8f am 96abb48d: am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost after onPause() by Dianne Hackborn · 14 years ago
  96. aa93bcd Fix issue #3138926: App's preferences can be lost after onPause() by Dianne Hackborn · 14 years ago
  97. fb3cffe Fix issue #3130426: Finsky crash in switching from window carousel by Dianne Hackborn · 14 years ago
  98. c9d5b31 Fix instance count to be long by Brian Carlstrom · 14 years ago
  99. c21550a Adding android.os.Debug.countInstancesOfClass by Brian Carlstrom · 14 years ago
  100. dc71b9e resolved conflicts for merge of 6a3eddb4 to master by Dianne Hackborn · 14 years ago