1. 432f64e Avoid resuming activity before launch. by Craig Mautner · 9 years ago
  2. e88d1e5 Revert "Backup/restore recents task list" by Stefan Kuhne · 9 years ago
  3. e057020 Lock top task if whitelisting arrives after start. by Craig Mautner · 9 years ago
  4. a7afaa2 Determine if TaskRecord is privilaged from creating ActivityInfo. by Wale Ogunwale · 9 years ago
  5. 2d0f39b Move home task to front when home stack is moved to front. by Wale Ogunwale · 9 years ago
  6. 15df08a Introduce android:lockTaskMode by Craig Mautner · 9 years ago
  7. ee006da Converted more log points in AMS to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  8. 843bfb9 Fix not persisting activities with FLAG_ACTIVITY_RETAIN_IN_RECENTS. by Wale Ogunwale · 9 years ago
  9. 7d70117 Protect against NPE for ActivityRecords without a stack. by Wale Ogunwale · 10 years ago
  10. e23149f Converted some AMS log points to use ActivityManagerDebugConfig. by Wale Ogunwale · 10 years ago
  11. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 10 years ago
  12. 885e727 am f5f54dd6: am 92dd1abe: Update restored task uid to match the package uid on current device. automerge: 7fd985f by Wale Ogunwale · 10 years ago
  13. 92dd1ab Update restored task uid to match the package uid on current device. by Wale Ogunwale · 10 years ago
  14. 539db51 propagate reason to finishActivityLocked() by Todd Kennedy · 10 years ago
  15. 18795a2 Add support from restoring recent's backup. by Wale Ogunwale · 10 years ago
  16. 740c3ac Initial changes to add callback on task stack changes. (Bug 17672056, Bug 18291345) by Winson Chung · 10 years ago
  17. be23ff4 Fix issue #17674789: Recents icon resets if persist mode is 'persistNever' by Wale Ogunwale · 10 years ago
  18. 39569af Fix issue #17307700: retarget a relinquished task is not working by Dianne Hackborn · 10 years ago
  19. 6920fee Merge "Don't count finishing activities as effective activities." into lmp-dev by Craig Mautner · 10 years ago
  20. 4767f4b Don't count finishing activities as effective activities. by Craig Mautner · 10 years ago
  21. bc3126f Merge "Remove activity icon bitmaps from system process." into lmp-dev by Craig Mautner · 10 years ago
  22. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  23. 47b20ba Protect from null Intent by Craig Mautner · 10 years ago
  24. 7922882 Fix issue #16662560: SingleTop activity is getting instantiated multiple time by Dianne Hackborn · 10 years ago
  25. 852975d Fix issue #17179314: Make recents limits consistent by Dianne Hackborn · 10 years ago
  26. 4cce1de Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the same" into lmp-dev by Dianne Hackborn · 10 years ago
  27. 885fbe5 Fix issue #16366571: UIDs for work and normal Chrome processes are the same by Dianne Hackborn · 10 years ago
  28. 096f36b Minor tweaks to recents thumbnails. by Winson Chung · 10 years ago
  29. b91bd65 Merge "Fixing issue with inconsistent icon filename. (Bug 16992882)" into lmp-dev by Winson Chung · 10 years ago
  30. aec68bb Fix issue #17038762: Add API to add entries to the recents list by Dianne Hackborn · 10 years ago
  31. 3bad5cc0 Fixing issue with inconsistent icon filename. (Bug 16992882) by Winson Chung · 10 years ago
  32. fee2677 Ensuring that we update the calling uid/package when updating a task's original intent. (Bug 16676636) by Winson Chung · 10 years ago
  33. ec396d6 Initial changes to add task affiliation styling. (Bug 16656169) by Winson Chung · 10 years ago
  34. f4f8bb7 Eliminate memory leak in TaskPersister by Craig Mautner · 10 years ago
  35. 0b633fc Disable back button goes to recents behavior by Craig Mautner · 10 years ago
  36. dc00cbe Create API for launching from recents by Craig Mautner · 10 years ago
  37. 494f6bdd Convert from elapsed time to absolute time. by Craig Mautner · 10 years ago
  38. 13420f2 Fix issue #16400873: Apps that show ads as new tasks stay in recents... by Dianne Hackborn · 10 years ago
  39. a228ae9 Add task affiliation by Craig Mautner · 10 years ago
  40. ffa2ec6 Refactoring to support groups. by Winson Chung · 10 years ago
  41. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  42. d4a6970 Fix NPE in TaskRecord. by Martijn Coenen · 10 years ago
  43. 2cb86c7 Saving last TaskDescription for TaskRecord. by Winson Chung · 10 years ago
  44. f1fbd77 Use Task last active time to ensure we don't reload items for the cache. by Winson Chung · 10 years ago
  45. 84984fa Return to recents when coming from recents by Craig Mautner · 10 years ago
  46. 75dc990 am 9587ee02: am a2121e49: am 5957d6a8: Merge "Fix frontOfTask assignment." by Craig Mautner · 10 years ago
  47. 9587ee0 am a2121e49: am 5957d6a8: Merge "Fix frontOfTask assignment." by Craig Mautner · 10 years ago
  48. 362449a Do not delete stack if empty task is being reused. by Craig Mautner · 10 years ago
  49. 5afcd4d resolved conflicts for merge of aaadf922 to master by Craig Mautner · 10 years ago
  50. 4132620 Fix index out of bounds exception by Craig Mautner · 10 years ago
  51. 9d4e9bc Allow a root activity to relinquish task identity by Craig Mautner · 10 years ago
  52. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  53. d38aed8 Some tweaks to improve document task creation. by Dianne Hackborn · 10 years ago
  54. f357c0c Redefine FLAG_ACTIVITY_NEW_DOCUMENT without NEW_TASK by Craig Mautner · 10 years ago
  55. ffcfcaa Implement maxRecents and fix TaskPersister bug by Craig Mautner · 10 years ago
  56. b9a6c8a Revert "Modify task navigation to return to recent tasks." DO NOT MERGE by Craig Mautner · 10 years ago
  57. e67a784 Modify task navigation to return to recent tasks. DO NOT MERGE by Craig Mautner · 10 years ago
  58. 21d24a2 Add code for persisting tasks and activities to disk DO NOT MERGE by Craig Mautner · 10 years ago
  59. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  60. 1147c40 Adding method for applications to query their own tasks. (Bug 14627210) by Winson Chung · 10 years ago
  61. 41db4a7 Use new doccentric flags and attributes in Sharing by Craig Mautner · 10 years ago
  62. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  63. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  64. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  65. 3b3f464 Piping through ability for an Activity to remove its own task. (Bug 13735914) by Winson Chung · 10 years ago
  66. 734983f Allow related users to show activities on primary user by Amith Yamasani · 11 years ago
  67. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  68. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/am/TaskRecord.java]
  69. 704e40b Fix loop limits. by Craig Mautner · 11 years ago
  70. 3b475fe Fix incorrect setting of TaskRecord.frontOfTask DO NOT MERGE by Craig Mautner · 11 years ago
  71. 9844d29 Fix issue #11050678: Large memory leak in ActivityStack by Dianne Hackborn · 11 years ago
  72. 5a0c54a Merge "Remove home package name methods." into klp-dev by Craig Mautner · 11 years ago
  73. 8025935 Remove home package name methods. by Craig Mautner · 11 years ago
  74. 6b74cb5 Centralize handleAppDied and fix return to home. by Craig Mautner · 11 years ago
  75. ae7ecab Move flag for home launching from activity to task. by Craig Mautner · 11 years ago
  76. a82aa09 When launching home activity, make sure it is top. by Craig Mautner · 11 years ago
  77. 2c1faed Set task and activity types when adding to task. by Craig Mautner · 11 years ago
  78. ac6f843 Fix home activity and user switch interactions. by Craig Mautner · 11 years ago
  79. 7873300 Don't change task type for launcher activities. by Craig Mautner · 11 years ago
  80. be4e6aa Initial super-primitive process tracker. by Dianne Hackborn · 11 years ago
  81. 0eea92c Move sleep from ActivityStack to Supervisor by Craig Mautner · 11 years ago
  82. 86d67a4 Move Recents into home stack. by Craig Mautner · 11 years ago
  83. 1602ec2 Log stack issues and start resize effort. by Craig Mautner · 11 years ago
  84. 525f3d9 Do not launch home task if activities remain by Craig Mautner · 11 years ago
  85. 9db9a0b Move task methods into TaskRecord. by Craig Mautner · 11 years ago
  86. de4ef02 Implement separate stacks. by Craig Mautner · 11 years ago
  87. 6170f73 Move startActivity from ActivityStack to Supervisor by Craig Mautner · 11 years ago
  88. b0f7dc7 Move performClearTaskLocked into TaskRecord. by Craig Mautner · 11 years ago
  89. d232895 Prepare ActivityManagerService for multiple stacks. by Craig Mautner · 12 years ago
  90. 7787877 Fix activity to task bugs by Craig Mautner · 12 years ago
  91. 9658b31 Convert mHistory to mTaskHistory (6) by Craig Mautner · 12 years ago
  92. 11bf9a5 Switch topRunning* and moveTaskTo* by Craig Mautner · 12 years ago
  93. 5d9c7be Begin switch over to task based history. by Craig Mautner · 12 years ago
  94. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  95. 7f96b79 A little debug code from issue #6516197: Places app not getting removed... by Dianne Hackborn · 12 years ago
  96. d367ca8 Tweak anim API to automatically call Intent.setSourceBounds(). by Dianne Hackborn · 12 years ago
  97. 9da2d40 Fix swiping away recents to always kill processes. by Dianne Hackborn · 13 years ago
  98. 21c241e Add new Intent API for associating a ClipData with an Intent. by Dianne Hackborn · 13 years ago
  99. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  100. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 13 years ago