1. 1e38382 Fixes to idle alarm scheduling, package importance. by Dianne Hackborn · 9 years ago
  2. 4870e9d More work on device idle mode and other power stuff. by Dianne Hackborn · 9 years ago
  3. d59a5d5 Various fixes and improvements... by Dianne Hackborn · 9 years ago
  4. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  5. a83ce1d More work on collecting assist data. by Dianne Hackborn · 9 years ago
  6. 4326114 Clean up the lock task APIs for COSU devices. by Benjamin Franz · 9 years ago
  7. a27eef4 Add ProcessInfoService to activity manager. by Ruben Brunk · 9 years ago
  8. 83b6ef0 Inform PendingIntent sender if broadcast was not queued. by Amith Yamasani · 10 years ago
  9. d54b578 Fix issue #17305377: Don't kill process if it still has tasks. by Wale Ogunwale · 10 years ago
  10. ab4a81b Improve some docs, fix some debugging. by Dianne Hackborn · 10 years ago
  11. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  12. 2d7576b Fix issue #17752399: Multiple apps broken by GET_TASKS permission change by Dianne Hackborn · 10 years ago
  13. ae12dae Fixing regression with black task bar background. (Bug 17584337) by Winson Chung · 10 years ago
  14. bdd4b20 Don't preload task description icons when opening recents by Jorim Jaggi · 10 years ago
  15. bdc07b6 Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev by Zoltan Szatmary-Ban · 10 years ago
  16. 0bec95d Register ActivityManagerService.PackageMonitor for all users. by Zoltan Szatmary-Ban · 10 years ago
  17. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  18. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  19. 0e8d7d6 Add some @SystemApi tags for internal user-related APIs by Amith Yamasani · 10 years ago
  20. 48a10a5 Change API to return thumbnail size instead of individual dimensions. (Bug 17295512) by Winson Chung · 10 years ago
  21. 80e29b6 Merge "Fix issue #17179314: Make recents limits consistent" into lmp-dev by Dianne Hackborn · 10 years ago
  22. 852975d Fix issue #17179314: Make recents limits consistent by Dianne Hackborn · 10 years ago
  23. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  24. 4610545 Merge "Fix issue #16311398: Limit number of documents a process can open" into lmp-dev by Dianne Hackborn · 10 years ago
  25. 5c1b42e Merge "Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)" into lmp-dev by Winson Chung · 10 years ago
  26. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  27. a4ccb86 Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565) by Winson Chung · 10 years ago
  28. 885fbe5 Fix issue #16366571: UIDs for work and normal Chrome processes are the same by Dianne Hackborn · 10 years ago
  29. aec68bb Fix issue #17038762: Add API to add entries to the recents list by Dianne Hackborn · 10 years ago
  30. e9217a0 Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622) by Winson Chung · 10 years ago
  31. ec396d6 Initial changes to add task affiliation styling. (Bug 16656169) by Winson Chung · 10 years ago
  32. 22132d7 Make affiliatedTaskId public and unhidden. by Craig Mautner · 10 years ago
  33. 0debc9a First iteration of a public UsageStats API by Adam Lesinski · 10 years ago
  34. fee756f Implement issue #16330060: Inform ActivityManager about WebView... by Dianne Hackborn · 10 years ago
  35. 386c94f Add missing lock task API by Jason Monk · 10 years ago
  36. a228ae9 Add task affiliation by Craig Mautner · 10 years ago
  37. ffa2ec6 Refactoring to support groups. by Winson Chung · 10 years ago
  38. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  39. 2cb86c7 Saving last TaskDescription for TaskRecord. by Winson Chung · 10 years ago
  40. f1fbd77 Use Task last active time to ensure we don't reload items for the cache. by Winson Chung · 10 years ago
  41. a25a8b2 Mark getRecentTasks() and getRunningTasks() as deprecated. by Dianne Hackborn · 10 years ago
  42. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  43. 1147c40 Adding method for applications to query their own tasks. (Bug 14627210) by Winson Chung · 10 years ago
  44. e22b3b1 Usage stats! by Dianne Hackborn · 10 years ago
  45. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  46. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  47. 684bf34 Switch IProcessObserver to report process state by Dianne Hackborn · 10 years ago
  48. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  49. 35fc6a0 Merge "Implement setActivityLabelAndIcon()." by Craig Mautner · 10 years ago
  50. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  51. 688b510 Implement setActivityLabelAndIcon(). by Craig Mautner · 10 years ago
  52. 2fbd754 Add Activity methods for icons and labels. by Craig Mautner · 10 years ago
  53. 82326a9 Add flag to allow fetching related users recent tasks. by Kenny Guy · 10 years ago
  54. aea74a5 Add Lock Task Mode. by Craig Mautner · 10 years ago
  55. 303e1ff Initial changes for recents. by Winson Chung · 10 years ago
  56. ed6649f DO NOT MERGE: Eliminate StackBox. by Craig Mautner · 11 years ago
  57. daa0d5c Fix issue #11223338: Not retaining service started state while restarting by Dianne Hackborn · 11 years ago
  58. cc2195b some javadoc improvements for virtual display and new meta tag name by Scott Main · 11 years ago
  59. ebc15ef Fix some doc issues. by Dianne Hackborn · 11 years ago
  60. e8a9422 Merge "Return tasks in correct order." into klp-dev by Craig Mautner · 11 years ago
  61. bd413f6 Support for "not the home app you're looking for" metadata by Christopher Tate · 11 years ago
  62. c0fd805 Return tasks in correct order. by Craig Mautner · 11 years ago
  63. be4c1d7 Fix issue #10671878: Proc stats needs to remove old data structures by Dianne Hackborn · 11 years ago
  64. ac738a2 Merge "Hide stackId from prying eyes." into klp-dev by Craig Mautner · 11 years ago
  65. 2703052 Hide stackId from prying eyes. by Craig Mautner · 11 years ago
  66. 2f61f91 Make "low ram device" a readonly system property by Christopher Tate · 11 years ago
  67. 8a0de58 Get ProcessStats callable from other processes. by Dianne Hackborn · 11 years ago
  68. c823051 Switch proc stats to use new process state constants. by Dianne Hackborn · 11 years ago
  69. a413dc0 Add new proc state constants and delivery. by Dianne Hackborn · 11 years ago
  70. 904a857 More work on procstats: save/restore state, fixes. by Dianne Hackborn · 11 years ago
  71. a366424 New API: apps can request a wipe of their own data by Christopher Tate · 11 years ago
  72. b4e1249 Add new ActivityManager.isLowRamDevice(). by Dianne Hackborn · 11 years ago
  73. 8c84109 Use FastPrintWriter... everywhere. by Dianne Hackborn · 11 years ago
  74. 91268cf More work on process tracking. by Dianne Hackborn · 11 years ago
  75. cbfd23e Add new API to retrieve a dumpsys of a single package. by Dianne Hackborn · 11 years ago
  76. 5ff1210 Add retrieval of StackBox info for more flexibility by Craig Mautner · 11 years ago
  77. 6d90fed Add stackId to RecentTaskInfo by Craig Mautner · 11 years ago
  78. 9d851de Revert "Add stackId to RecentTaskInfo" by Craig Mautner · 11 years ago
  79. b9b9477 Add stackId to RecentTaskInfo by Craig Mautner · 11 years ago
  80. 967212c Implement stack splitting and task movement. by Craig Mautner · 11 years ago
  81. ecbfe25 Add flag to method's javadoc. by Craig Mautner · 11 years ago
  82. d7d28e6 App ops: media ops, set up to be callable from native code. by Dianne Hackborn · 11 years ago
  83. a8a9bd6 Fix issue #7311376: Add API to allow apps to know if they are... by Dianne Hackborn · 12 years ago
  84. 15491c6 Switch to showing top-most thumbnail of recent apps. by Dianne Hackborn · 12 years ago
  85. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  86. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  87. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  88. 12631ec Merge "Start implementing concept of "running" users." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  89. bd6e150 Add initial multi-display support. by Jeff Brown · 12 years ago
  90. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  91. 0c38049 Improve multi-user app management. by Dianne Hackborn · 12 years ago
  92. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  93. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  94. 8264408 Start the correct settings from the status bar. by Amith Yamasani · 12 years ago
  95. 7d19e02 More mult-user API work. by Dianne Hackborn · 12 years ago
  96. a93c2c1 Extend process observer to be usable for media routing. by Dianne Hackborn · 12 years ago
  97. 5320eb8 Fix activity resolver, issues #6519130 and #6507239 by Dianne Hackborn · 12 years ago
  98. 59325eb Add new API to find total RAM. by Dianne Hackborn · 12 years ago
  99. d0356a1 Fix launcher icon size for tvdpi. by Dianne Hackborn · 12 years ago
  100. c5bf758 Update process importance documentation. by Dianne Hackborn · 12 years ago