1. 0d97cd1 Fix issue #10779747: Calendar Storage crash observed... by Dianne Hackborn · 13 years ago
  2. 50ef0b6 Work on issue #10771346: runtime restart by Dianne Hackborn · 13 years ago
  3. 6115824 Merge "Implement issue #10691359: Kill long-running processes" into klp-dev by Dianne Hackborn · 13 years ago
  4. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 13 years ago
  5. 7dd9fdf Put next task on top of stack if top is finishing. by Craig Mautner · 13 years ago
  6. 236afa0 Merge "Fix issue #10747324: adb install hangs" into klp-dev by Dianne Hackborn · 13 years ago
  7. 2e46bb5 Fix issue #10747324: adb install hangs by Dianne Hackborn · 13 years ago
  8. 540421b Merge "When launching home activity, make sure it is top." into klp-dev by Craig Mautner · 13 years ago
  9. 28eeb42 Merge "Implement #10749688: Improve low memory reporting" into klp-dev by Dianne Hackborn · 13 years ago
  10. 8e69257 Implement #10749688: Improve low memory reporting by Dianne Hackborn · 13 years ago
  11. a82aa09 When launching home activity, make sure it is top. by Craig Mautner · 13 years ago
  12. a2a0850d Add hidden API for querying available 'home' activities by Christopher Tate · 13 years ago
  13. 9210bc8 Implement #10744011: Serialize running of background services by Dianne Hackborn · 13 years ago
  14. 86d9c45 Merge "Revert services assist context in KitKat" into klp-dev by Adam Skory · 13 years ago
  15. 7140a25 Revert services assist context in KitKat by Adam Skory · 13 years ago
  16. dc6fd0a Merge "Propagate input ANR reason to activity manager log." into klp-dev by Jeff Brown · 13 years ago
  17. bd181bb Propagate input ANR reason to activity manager log. by Jeff Brown · 13 years ago
  18. cdd8254 Merge "When waiting for activity to finish don't reset" into klp-dev by Craig Mautner · 13 years ago
  19. 5c49454 When waiting for activity to finish don't reset by Craig Mautner · 13 years ago
  20. 16c3220 Merge "Do not enter resumeTopActivity recursively." into klp-dev by Craig Mautner · 13 years ago
  21. 80213add Merge "Fix issue #10671878: Proc stats needs to remove old data structures" into klp-dev by Dianne Hackborn · 13 years ago
  22. e5273b4 Do not enter resumeTopActivity recursively. by Craig Mautner · 13 years ago
  23. 4e94f93 Add PID to ANR logcat printout. by Eric Rowe · 13 years ago
  24. be4c1d7 Fix issue #10671878: Proc stats needs to remove old data structures by Dianne Hackborn · 13 years ago
  25. d6d54a4 Fix to show correct duration. by Dianne Hackborn · 13 years ago
  26. 880e5d4 Fix crash when dump() is called on ReceiverList by Evans Thomas · 13 years ago
  27. 49021f5 Fix issue #10422349: Limit/change the battery history data in batterystats by Dianne Hackborn · 13 years ago
  28. 3cd28ad Merge "Fix issue #10427108: Google+ has long running process" into klp-dev by Dianne Hackborn · 13 years ago
  29. 16731d4 Add provideAssistData attr to public.xml by Adam Skory · 13 years ago
  30. ae36b23 Fix issue #10427108: Google+ has long running process by Dianne Hackborn · 13 years ago
  31. c8143c6 Insert home task into history when sending to back. by Craig Mautner · 13 years ago
  32. e12a4a6 Reset activity's "return to home" flag on relaunch by Craig Mautner · 13 years ago
  33. bd3b902 Add CancellationSignal support to file operations. by Jeff Sharkey · 13 years ago
  34. 0077512 Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-dev by Craig Mautner · 13 years ago
  35. bc57cd1 Notify ViewRootImpl when it's safe to modify Canvas. by Craig Mautner · 13 years ago
  36. e428a7f Allow for more than one home app. by Craig Mautner · 13 years ago
  37. 164c2ed Fix NPE in ActivityManagerService by Adam Skory · 13 years ago
  38. b6da911 Merge "Remove incorrect warning." into klp-dev by Craig Mautner · 13 years ago
  39. 6157470 Remove incorrect warning. by Craig Mautner · 13 years ago
  40. 998cfa2 Merge "API to discover granted Uri permissions." into klp-dev by Jeff Sharkey · 13 years ago
  41. 08da7a1 API to discover granted Uri permissions. by Jeff Sharkey · 13 years ago
  42. 0dd303c Merge "Put animation background behind visible wallpaper" into klp-dev by Craig Mautner · 13 years ago
  43. 6201c2a Put animation background behind visible wallpaper by Craig Mautner · 13 years ago
  44. d9545a9 Allow bound processes to go PROCESS_STATE_TOP. by Dianne Hackborn · 13 years ago
  45. 69cb00b More stuff I need for the proc stats UI. by Dianne Hackborn · 13 years ago
  46. 60444fd Add method for adding two ProcessStats objects together. by Dianne Hackborn · 13 years ago
  47. 8a0de58 Get ProcessStats callable from other processes. by Dianne Hackborn · 13 years ago
  48. d8415f4 Developer option to force RTL layout by Amith Yamasani · 13 years ago
  49. 77ece7b Merge "Extend assist context to foreground services" by Matt Casey · 13 years ago
  50. 602b232 Add PAC File support for proxy configuration by Jason Monk · 13 years ago
  51. 49660c7 Add support for broadcast intents by Ben Gruver · 13 years ago
  52. f5323fe Pass in the ComponentName of the resolved service for service intents by Ben Gruver · 13 years ago
  53. b622379 Add support for service intents by Ben Gruver · 13 years ago
  54. e64ff1b Merge "Improve the logic for determining whether the caller is a system app" by Ben Gruver · 13 years ago
  55. dd72c9e Improve the logic for determining whether the caller is a system app by Ben Gruver · 13 years ago
  56. 9a04435 Merge "Compare tasks not activities." by Craig Mautner · 13 years ago
  57. d0f964f Compare tasks not activities. by Craig Mautner · 13 years ago
  58. 23fb6e8 Start adding IPC calls to retrieve proc stat data. by Dianne Hackborn · 13 years ago
  59. dfc7fd7 Extend assist context to foreground services by Adam Skory · 13 years ago
  60. 614b4c4 Merge "Refactor ProcessStats, ProcessTracker." by Dianne Hackborn · 13 years ago
  61. d293224 Refactor ProcessStats, ProcessTracker. by Dianne Hackborn · 13 years ago
  62. 4373232 Merge "Extend clearing of mLastPausedActivity." by Craig Mautner · 13 years ago
  63. 0f92274 Extend clearing of mLastPausedActivity. by Craig Mautner · 13 years ago
  64. 254798f Merge "Add a new process state for "service restarting"." by Dianne Hackborn · 13 years ago
  65. f140fd9 Clear last paused activity. by Craig Mautner · 13 years ago
  66. 8eea0fc Add a new process state for "service restarting". by Dianne Hackborn · 13 years ago
  67. f1cca18 Try to improve PSS collection. by Dianne Hackborn · 13 years ago
  68. 805f52d Report more memory tuning info. by Dianne Hackborn · 13 years ago
  69. a752469 Merge "Make WebViewProvider constants private" by Jonathan Dixon · 13 years ago
  70. 635a6d5 Fix some oom tuning and display size stuff. by Dianne Hackborn · 13 years ago
  71. 09397ba Make WebViewProvider constants private by Jonathan Dixon · 13 years ago
  72. bf36ee2 Allow services to execute in the background scheduling group. by Dianne Hackborn · 13 years ago
  73. ddb1428 Merge "set the extra_free_kbytes kernel vm tunable" by Colin Cross · 13 years ago
  74. 59d80a5 set the extra_free_kbytes kernel vm tunable by Colin Cross · 13 years ago
  75. 244f5d2 Proc stats: include information about config. by Dianne Hackborn · 13 years ago
  76. fcdad6f add overlays to override lowmemorykiller adjustment values by Colin Cross · 13 years ago
  77. 85df4e0 Fix another problem with procstats bucketing. by Dianne Hackborn · 13 years ago
  78. eb54cc7 Merge "Fix bug that was causing us to lose total memory buckets." by Dianne Hackborn · 13 years ago
  79. bd754f4 Fix bug that was causing us to lose total memory buckets. by Dianne Hackborn · 13 years ago
  80. 7aee681 Merge "Set task and activity types when adding to task." by Craig Mautner · 13 years ago
  81. 2c1faed Set task and activity types when adding to task. by Craig Mautner · 13 years ago
  82. 57a7f59 Add "adb shell am restart" command. by Dianne Hackborn · 13 years ago
  83. 8817610 Remove stopping activity from activities to stop by Craig Mautner · 13 years ago
  84. acb837f Merge "Fix home activity and user switch interactions." by Craig Mautner · 13 years ago
  85. ac6f843 Fix home activity and user switch interactions. by Craig Mautner · 13 years ago
  86. 5408ae8 Merge "Use virtual screen size to determine lowmemorykiller tuning" by Colin Cross · 13 years ago
  87. 637dbfc Use virtual screen size to determine lowmemorykiller tuning by Colin Cross · 13 years ago
  88. 8585d68 Fix issue #9913990: Background processes are being added to... by Dianne Hackborn · 13 years ago
  89. cdae0f3 Merge "Switch proc stats to use new process state constants." by Dianne Hackborn · 13 years ago
  90. 0a880d0 Merge "Increase swappiness of processes when memcgroups are enabled" by Rom Lemarchand · 13 years ago
  91. c823051 Switch proc stats to use new process state constants. by Dianne Hackborn · 13 years ago
  92. 5534ba9 Increase swappiness of processes when memcgroups are enabled by Rom Lemarchand · 13 years ago
  93. a413dc0 Add new proc state constants and delivery. by Dianne Hackborn · 13 years ago
  94. cf117164 Reduce some event log noise: by Dianne Hackborn · 13 years ago
  95. ed41159 Fix build by Amith Yamasani · 13 years ago
  96. abee69b am 8361a9f7: am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev by Amith Yamasani · 13 years ago
  97. 8361a9f am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev by Amith Yamasani · 13 years ago
  98. 9865ef1 Merge "Add -c option to meminfo to dump a compact form." by Dianne Hackborn · 13 years ago
  99. 20cdcee Add -c option to meminfo to dump a compact form. by Dianne Hackborn · 13 years ago
  100. 4befbec Pass along the user id to AttributeCache requests by Amith Yamasani · 13 years ago