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