1. 9cbfc9e Added DISALLOW_RUN_IN_BACKGROUND user restriction by Fyodor Kupolov · 9 years ago
  2. 8924e87 Wire up lifecycle, send unlocked broadcast. by Jeff Sharkey · 9 years ago
  3. 49c0ea0 Merge "Fix crash when docking from recents." by Filip Gruszczynski · 9 years ago
  4. 96daf32 Fix crash when docking from recents. by Filip Gruszczynski · 9 years ago
  5. d93d481 Merge "Moving recent tasks information to a user directory" by Suprabh Shukla · 9 years ago
  6. 2359314 Moving recent tasks information to a user directory by Suprabh Shukla · 9 years ago
  7. bef28fe Initial stab at background check. by Dianne Hackborn · 9 years ago
  8. c6a2da0 Fixing crash when trying to set thumbnail info. by Winson · 9 years ago
  9. 974f55f Merge "Saving additional context when taking task screenshots." by Winson Chung · 9 years ago
  10. c809cbb Saving additional context when taking task screenshots. by Winson · 9 years ago
  11. e17ac15 More APIs for encryption-aware apps. by Jeff Sharkey · 9 years ago
  12. 02a5a6b Merge "Added StackId object for checking what features a stack supports" by Wale Ogunwale · 9 years ago
  13. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  14. 2dd7694 Reporting task bounds in RecentTaskInfo. by Winson · 9 years ago
  15. 0f6cb2d Merge "Passing stack id with RunningTaskInfo." by Winson Chung · 9 years ago
  16. 5510f6c Passing stack id with RunningTaskInfo. by Winson · 9 years ago
  17. 99db186 Added support for pinned stack. by Wale Ogunwale · 9 years ago
  18. a4d4e82 Remove GLTrace support by Pablo Ceballos · 9 years ago
  19. 6de2ae8 Do not change task's stack in resizeTaskLocked by Chong Zhang · 9 years ago
  20. 1ed0d89 Inform activity manager of stack/task rotation bounds changes in WM by Wale Ogunwale · 9 years ago
  21. 87b2172 Change resizeTask's parameter resizedByUser to constants by Chong Zhang · 9 years ago
  22. 59a73ca Support creating docked stack at top/left/bottom/right half of screen by Wale Ogunwale · 9 years ago
  23. 3560575 Implementing app-centric Shelf. by Vadim Tryshev · 9 years ago
  24. aa1fd4e Merge "Restore recent task to freeform space when resizing" by Chong Zhang · 9 years ago
  25. 5dcb275 Restore recent task to freeform space when resizing by Chong Zhang · 9 years ago
  26. b34a7ad Added support for docked stack by Wale Ogunwale · 9 years ago
  27. 598b03d am 9bf912c1: am 5ed03384: am 1f514608: am 5a624aad: am 38d30dc5: Merge "Immediately kill a shared user process on a permission revocation." into mnc-dev by Svetoslav Ganov · 9 years ago
  28. 9bf912c am 5ed03384: am 1f514608: am 5a624aad: am 38d30dc5: Merge "Immediately kill a shared user process on a permission revocation." into mnc-dev by Svetoslav Ganov · 9 years ago
  29. aa41add Immediately kill a shared user process on a permission revocation. by Svetoslav · 9 years ago
  30. 868a5e1 Support for an activity to change and/or query it's associated stack by Wale Ogunwale · 9 years ago
  31. ddc1cb2 Added support for static vs. dynamic stacks by Wale Ogunwale · 9 years ago
  32. e4a0c57 Allow stacks to hold tasks on various sizes. by Wale Ogunwale · 9 years ago
  33. 06e260b Merge commit '01fda527' by Qiwen Zhao · 9 years ago
  34. 01fda52 am ed3b4253: am 5cdc7f04: am 3aefa438: am 78ead58d: Merge "Fix issue #22531747: Assist info should declare if user has disabled..." into mnc-dev by Dianne Hackborn · 9 years ago
  35. 17f6935 Fix issue #22531747: Assist info should declare if user has disabled... by Dianne Hackborn · 9 years ago
  36. 4d0ef04 Fix SysUI crash when launching Chrome from app shelf by James Cook · 9 years ago
  37. 8fb8207 resolved conflicts for merge of 0f14548c to mnc-dev-plus-aosp by Mathieu Chartier · 9 years ago
  38. c30454c Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance() by Adam Lesinski · 9 years ago
  39. cfa78b2 Add an AM option to start with allocation tracking by Man Cao · 9 years ago
  40. ece0f4f Fix APIs. by Dianne Hackborn · 9 years ago
  41. ab4bb9d Fix issue #21571700: Need to be smarter about how foreground... by Dianne Hackborn · 9 years ago
  42. 16045c2 Adding am send-trim-memory command by Stefan Kuhne · 9 years ago
  43. b725894 Hide getPackageProcessState(), it is not ready yet. by Dianne Hackborn · 9 years ago
  44. f85ac77 Hide API not ready for prime time. by Jeff Sharkey · 9 years ago
  45. 019d230 Permission UI - legacy apps support by Svet Ganov · 9 years ago
  46. 0bd2aa7 Fail early when starting a background user activity. by Wale Ogunwale · 9 years ago
  47. 6035e01 Return more information when getAppTasks#getTaskInfo is called. by Wale Ogunwale · 9 years ago
  48. 1e38382 Fixes to idle alarm scheduling, package importance. by Dianne Hackborn · 9 years ago
  49. 4870e9d More work on device idle mode and other power stuff. by Dianne Hackborn · 9 years ago
  50. d59a5d5 Various fixes and improvements... by Dianne Hackborn · 9 years ago
  51. e1e1969 Add ProcessInfoService to activity manager. by Ruben Brunk · 10 years ago
  52. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  53. a83ce1d More work on collecting assist data. by Dianne Hackborn · 9 years ago
  54. 4326114 Clean up the lock task APIs for COSU devices. by Benjamin Franz · 9 years ago
  55. a27eef4 Add ProcessInfoService to activity manager. by Ruben Brunk · 10 years ago
  56. 83b6ef0 Inform PendingIntent sender if broadcast was not queued. by Amith Yamasani · 10 years ago
  57. d54b578 Fix issue #17305377: Don't kill process if it still has tasks. by Wale Ogunwale · 10 years ago
  58. ab4a81b Improve some docs, fix some debugging. by Dianne Hackborn · 10 years ago
  59. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  60. 2d7576b Fix issue #17752399: Multiple apps broken by GET_TASKS permission change by Dianne Hackborn · 10 years ago
  61. ae12dae Fixing regression with black task bar background. (Bug 17584337) by Winson Chung · 10 years ago
  62. bdd4b20 Don't preload task description icons when opening recents by Jorim Jaggi · 10 years ago
  63. bdc07b6 Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev by Zoltan Szatmary-Ban · 10 years ago
  64. 0bec95d Register ActivityManagerService.PackageMonitor for all users. by Zoltan Szatmary-Ban · 10 years ago
  65. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  66. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  67. 0e8d7d6 Add some @SystemApi tags for internal user-related APIs by Amith Yamasani · 10 years ago
  68. 48a10a5 Change API to return thumbnail size instead of individual dimensions. (Bug 17295512) by Winson Chung · 10 years ago
  69. 80e29b6 Merge "Fix issue #17179314: Make recents limits consistent" into lmp-dev by Dianne Hackborn · 10 years ago
  70. 852975d Fix issue #17179314: Make recents limits consistent by Dianne Hackborn · 10 years ago
  71. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  72. 4610545 Merge "Fix issue #16311398: Limit number of documents a process can open" into lmp-dev by Dianne Hackborn · 10 years ago
  73. 5c1b42e Merge "Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565)" into lmp-dev by Winson Chung · 10 years ago
  74. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  75. a4ccb86 Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565) by Winson Chung · 10 years ago
  76. 885fbe5 Fix issue #16366571: UIDs for work and normal Chrome processes are the same by Dianne Hackborn · 10 years ago
  77. aec68bb Fix issue #17038762: Add API to add entries to the recents list by Dianne Hackborn · 10 years ago
  78. e9217a0 Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622) by Winson Chung · 10 years ago
  79. ec396d6 Initial changes to add task affiliation styling. (Bug 16656169) by Winson Chung · 10 years ago
  80. 22132d7 Make affiliatedTaskId public and unhidden. by Craig Mautner · 10 years ago
  81. 0debc9a First iteration of a public UsageStats API by Adam Lesinski · 10 years ago
  82. fee756f Implement issue #16330060: Inform ActivityManager about WebView... by Dianne Hackborn · 10 years ago
  83. 386c94f Add missing lock task API by Jason Monk · 10 years ago
  84. a228ae9 Add task affiliation by Craig Mautner · 10 years ago
  85. ffa2ec6 Refactoring to support groups. by Winson Chung · 10 years ago
  86. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  87. 2cb86c7 Saving last TaskDescription for TaskRecord. by Winson Chung · 10 years ago
  88. f1fbd77 Use Task last active time to ensure we don't reload items for the cache. by Winson Chung · 10 years ago
  89. a25a8b2 Mark getRecentTasks() and getRunningTasks() as deprecated. by Dianne Hackborn · 10 years ago
  90. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  91. 1147c40 Adding method for applications to query their own tasks. (Bug 14627210) by Winson Chung · 10 years ago
  92. e22b3b1 Usage stats! by Dianne Hackborn · 10 years ago
  93. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  94. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  95. 684bf34 Switch IProcessObserver to report process state by Dianne Hackborn · 10 years ago
  96. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  97. 35fc6a0 Merge "Implement setActivityLabelAndIcon()." by Craig Mautner · 10 years ago
  98. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  99. 688b510 Implement setActivityLabelAndIcon(). by Craig Mautner · 10 years ago
  100. 2fbd754 Add Activity methods for icons and labels. by Craig Mautner · 10 years ago