1. 935e502 Set right bounds/configuration for task when positioned in stack. by Wale Ogunwale · 9 years ago
  2. 6c5eb1c Fixed issue with not been able to dock task from recents after reboot by Wale Ogunwale · 9 years ago
  3. 74f9f16 Fixing recent tasks not getting restored at startup by Suprabh Shukla · 9 years ago
  4. 6d42df6 Set correct focus activity when using FLAG_ACTIVITY_REORDER_TO_FRONT by Wale Ogunwale · 9 years ago
  5. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  6. 8ccdf3a Add development option to force everything resizable by Jorim Jaggi · 9 years ago
  7. 99db186 Added support for pinned stack. by Wale Ogunwale · 9 years ago
  8. fdcc4d4 Assign different oom score to visible apps based on layer ordering. by Chong Zhang · 9 years ago
  9. 64776ef Merge "Revert "Dont update thumbnails of freeform windows on focus change"" by Wale Ogunwale · 9 years ago
  10. d2f1d94 API for minimal width/height of an activity. by Filip Gruszczynski · 9 years ago
  11. 979f5ed Revert "Dont update thumbnails of freeform windows on focus change" by Wale Ogunwale · 9 years ago
  12. 3e85ba2 Refactoring: Remove unused parameter from topRunningActivityLocked. by Filip Gruszczynski · 9 years ago
  13. dc8d48c fix crash when restoring freeformed task to recents by Chong Zhang · 9 years ago
  14. a6e902e Properly size tasks based on stack size. by Wale Ogunwale · 9 years ago
  15. 3e3e66f Properly resize freeform stack when docked stack is resized. by Wale Ogunwale · 9 years ago
  16. 0fa656b Allow apps to pass in launch bounds when moving/starting a task by Chong Zhang · 9 years ago
  17. aff7f13 Fix fitWithinBounds to actually apply stack bounds. by Filip Gruszczynski · 9 years ago
  18. ebcc875 Move Configuration creation from Window Manager to Activity Manager. by Filip Gruszczynski · 9 years ago
  19. 17690ff Dont update thumbnails of freeform windows on focus change by Skuhne · 9 years ago
  20. 9b1ce52 Using initial activity layout to position the launching activity. by Filip Gruszczynski · 9 years ago
  21. e5390e7 Non colliding positioning of entering resizeable tasks. by Filip Gruszczynski · 9 years ago
  22. 0fad227 Merge "Fix XML early-outs." by Ben Kwa · 9 years ago
  23. b34a7ad Added support for docked stack by Wale Ogunwale · 9 years ago
  24. 1e10ba2 am 1f149663: am f7a2eb5a: am a17c5bac: am dc89dafa: am 339a9bbf: Merge "Use realActivity as indicator for task locking" into mnc-dev by Benjamin Franz · 9 years ago
  25. 6fd84cc Use realActivity as indicator for task locking by Benjamin Franz · 9 years ago
  26. 706ed79 Support creating/launching a task with non-fullscreen bounds by Wale Ogunwale · 9 years ago
  27. e4a0c57 Allow stacks to hold tasks on various sizes. by Wale Ogunwale · 9 years ago
  28. 069fbe4 Added stack id to TaskRecord dump. by Wale Ogunwale · 9 years ago
  29. 8814cf4 Fix XML early-outs. by Ben Kwa · 9 years ago
  30. 469dd58 Align the behaviour of different lock task modes by Benjamin Franz · 9 years ago
  31. 0fc365c Converted more AMS Log calls to use ActivityManagerDebugConfig by Wale Ogunwale · 9 years ago
  32. 432f64e Avoid resuming activity before launch. by Craig Mautner · 9 years ago
  33. e88d1e5 Revert "Backup/restore recents task list" by Stefan Kuhne · 9 years ago
  34. e057020 Lock top task if whitelisting arrives after start. by Craig Mautner · 9 years ago
  35. a7afaa2 Determine if TaskRecord is privilaged from creating ActivityInfo. by Wale Ogunwale · 9 years ago
  36. 2d0f39b Move home task to front when home stack is moved to front. by Wale Ogunwale · 9 years ago
  37. 15df08a Introduce android:lockTaskMode by Craig Mautner · 9 years ago
  38. ee006da Converted more log points in AMS to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  39. 843bfb9 Fix not persisting activities with FLAG_ACTIVITY_RETAIN_IN_RECENTS. by Wale Ogunwale · 9 years ago
  40. 7d70117 Protect against NPE for ActivityRecords without a stack. by Wale Ogunwale · 10 years ago
  41. e23149f Converted some AMS log points to use ActivityManagerDebugConfig. by Wale Ogunwale · 10 years ago
  42. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 10 years ago
  43. 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
  44. 92dd1ab Update restored task uid to match the package uid on current device. by Wale Ogunwale · 10 years ago
  45. 539db51 propagate reason to finishActivityLocked() by Todd Kennedy · 10 years ago
  46. 18795a2 Add support from restoring recent's backup. by Wale Ogunwale · 10 years ago
  47. 740c3ac Initial changes to add callback on task stack changes. (Bug 17672056, Bug 18291345) by Winson Chung · 10 years ago
  48. be23ff4 Fix issue #17674789: Recents icon resets if persist mode is 'persistNever' by Wale Ogunwale · 10 years ago
  49. 39569af Fix issue #17307700: retarget a relinquished task is not working by Dianne Hackborn · 10 years ago
  50. 6920fee Merge "Don't count finishing activities as effective activities." into lmp-dev by Craig Mautner · 10 years ago
  51. 4767f4b Don't count finishing activities as effective activities. by Craig Mautner · 10 years ago
  52. bc3126f Merge "Remove activity icon bitmaps from system process." into lmp-dev by Craig Mautner · 10 years ago
  53. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  54. 47b20ba Protect from null Intent by Craig Mautner · 10 years ago
  55. 7922882 Fix issue #16662560: SingleTop activity is getting instantiated multiple time by Dianne Hackborn · 10 years ago
  56. 852975d Fix issue #17179314: Make recents limits consistent by Dianne Hackborn · 10 years ago
  57. 4cce1de Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the same" into lmp-dev by Dianne Hackborn · 10 years ago
  58. 885fbe5 Fix issue #16366571: UIDs for work and normal Chrome processes are the same by Dianne Hackborn · 10 years ago
  59. 096f36b Minor tweaks to recents thumbnails. by Winson Chung · 10 years ago
  60. b91bd65 Merge "Fixing issue with inconsistent icon filename. (Bug 16992882)" into lmp-dev by Winson Chung · 10 years ago
  61. aec68bb Fix issue #17038762: Add API to add entries to the recents list by Dianne Hackborn · 10 years ago
  62. 3bad5cc0 Fixing issue with inconsistent icon filename. (Bug 16992882) by Winson Chung · 10 years ago
  63. fee2677 Ensuring that we update the calling uid/package when updating a task's original intent. (Bug 16676636) by Winson Chung · 10 years ago
  64. ec396d6 Initial changes to add task affiliation styling. (Bug 16656169) by Winson Chung · 10 years ago
  65. f4f8bb7 Eliminate memory leak in TaskPersister by Craig Mautner · 10 years ago
  66. 0b633fc Disable back button goes to recents behavior by Craig Mautner · 10 years ago
  67. dc00cbe Create API for launching from recents by Craig Mautner · 10 years ago
  68. 494f6bdd Convert from elapsed time to absolute time. by Craig Mautner · 10 years ago
  69. 13420f2 Fix issue #16400873: Apps that show ads as new tasks stay in recents... by Dianne Hackborn · 10 years ago
  70. a228ae9 Add task affiliation by Craig Mautner · 10 years ago
  71. ffa2ec6 Refactoring to support groups. by Winson Chung · 10 years ago
  72. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  73. d4a6970 Fix NPE in TaskRecord. by Martijn Coenen · 10 years ago
  74. 2cb86c7 Saving last TaskDescription for TaskRecord. by Winson Chung · 10 years ago
  75. f1fbd77 Use Task last active time to ensure we don't reload items for the cache. by Winson Chung · 10 years ago
  76. 84984fa Return to recents when coming from recents by Craig Mautner · 10 years ago
  77. 75dc990 am 9587ee02: am a2121e49: am 5957d6a8: Merge "Fix frontOfTask assignment." by Craig Mautner · 10 years ago
  78. 9587ee0 am a2121e49: am 5957d6a8: Merge "Fix frontOfTask assignment." by Craig Mautner · 10 years ago
  79. 362449a Do not delete stack if empty task is being reused. by Craig Mautner · 10 years ago
  80. 5afcd4d resolved conflicts for merge of aaadf922 to master by Craig Mautner · 10 years ago
  81. 4132620 Fix index out of bounds exception by Craig Mautner · 10 years ago
  82. 9d4e9bc Allow a root activity to relinquish task identity by Craig Mautner · 10 years ago
  83. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  84. d38aed8 Some tweaks to improve document task creation. by Dianne Hackborn · 10 years ago
  85. f357c0c Redefine FLAG_ACTIVITY_NEW_DOCUMENT without NEW_TASK by Craig Mautner · 10 years ago
  86. ffcfcaa Implement maxRecents and fix TaskPersister bug by Craig Mautner · 10 years ago
  87. b9a6c8a Revert "Modify task navigation to return to recent tasks." DO NOT MERGE by Craig Mautner · 10 years ago
  88. e67a784 Modify task navigation to return to recent tasks. DO NOT MERGE by Craig Mautner · 10 years ago
  89. 21d24a2 Add code for persisting tasks and activities to disk DO NOT MERGE by Craig Mautner · 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. 41db4a7 Use new doccentric flags and attributes in Sharing by Craig Mautner · 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. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  96. 3b3f464 Piping through ability for an Activity to remove its own task. (Bug 13735914) by Winson Chung · 10 years ago
  97. 734983f Allow related users to show activities on primary user by Amith Yamasani · 11 years ago
  98. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  99. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/am/TaskRecord.java]
  100. 704e40b Fix loop limits. by Craig Mautner · 11 years ago