1. 15df08a Introduce android:lockTaskMode by Craig Mautner · 9 years ago
  2. 4870e9d More work on device idle mode and other power stuff. by Dianne Hackborn · 9 years ago
  3. 73eba74 Fixed issue with prematurely removing display for child activities. by Wale Ogunwale · 9 years ago
  4. 9e0f8de Merge "Don't remove task from recents when moving task to another stack." by Wale Ogunwale · 9 years ago
  5. 000957c Don't remove task from recents when moving task to another stack. by Wale Ogunwale · 9 years ago
  6. b1e8e5e Merge "Remove debugging for bug 19823482." by Olawale Ogunwale · 9 years ago
  7. eb0e38a Remove debugging for bug 19823482. by Craig Mautner · 9 years ago
  8. f16a281 Fixed NPE when trying to animate a windows whose display is gone. by Wale Ogunwale · 9 years ago
  9. 356c628 fixed build breakage due to bad merge. again... by Wale Ogunwale · 9 years ago
  10. 16a6279 resolved conflicts for merge of 2094bf7b to master by Wale Ogunwale · 9 years ago
  11. 4e88ecf am 086071e7: Merge "[ActivityManager] Reduce report wrong anr activity" by Olawale Ogunwale · 9 years ago
  12. ee006da Converted more log points in AMS to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  13. db46d6b [ActivityManager] Reduce report wrong anr activity by riddle_hsu · 9 years ago
  14. 6cd6cec Revert "Add lockTaskOnLaunch attribute." by Craig Mautner · 9 years ago
  15. 0fb1cb5 Add lockTaskOnLaunch attribute. by Craig Mautner · 9 years ago
  16. 2568c3a Do not set visibility of unstarted activities. by Craig Mautner · 9 years ago
  17. efadd57 Merge "Fix bad nesting count when remote calls fail." by Craig Mautner · 9 years ago
  18. 92acaf2 Always position home stack either at the top or bottom of the list. by Wale Ogunwale · 9 years ago
  19. 5f2bb4c Fix bad nesting count when remote calls fail. by Craig Mautner · 9 years ago
  20. ee0f4b4 Merge "Recompute focus stack if cleared while starting an activity." by Wale Ogunwale · 9 years ago
  21. 86920fe Recompute focus stack if cleared while starting an activity. by Wale Ogunwale · 9 years ago
  22. 3ab9a27 Convert some log points to in AMS to use ActivityManagerDebugConfig class. by Wale Ogunwale · 9 years ago
  23. fd5767f Merge "Remove duplicate move of home stack that can cause animation jank." by Wale Ogunwale · 9 years ago
  24. 3d07c94 Add new voice request for picking from a list. by Dianne Hackborn · 9 years ago
  25. d80c263 Remove duplicate move of home stack that can cause animation jank. by Wale Ogunwale · 9 years ago
  26. 7d70117 Protect against NPE for ActivityRecords without a stack. by Wale Ogunwale · 9 years ago
  27. 04f4d6b Revert "Revert "Remove activity and window stacks when last task is removed."" by Wale Ogunwale · 9 years ago
  28. de01b03 Merge "Converted some AMS log points to use ActivityManagerDebugConfig." by Wale Ogunwale · 9 years ago
  29. e23149f Converted some AMS log points to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  30. 7a7bf5e Revert "Remove activity and window stacks when last task is removed." by Wale Ogunwale · 9 years ago
  31. 47d740b Merge "Made AM package debug log more configurable." by Wale Ogunwale · 9 years ago
  32. 4326114 Clean up the lock task APIs for COSU devices. by Benjamin Franz · 9 years ago
  33. d57969f Made AM package debug log more configurable. by Wale Ogunwale · 10 years ago
  34. 4bd0914 am 5d3f00e3: am 358188f5: Merge "Change ActivityView startActivity state sequence" into lmp-mr1-modular-dev by Craig Mautner · 9 years ago
  35. 5d3f00e am 358188f5: Merge "Change ActivityView startActivity state sequence" into lmp-mr1-modular-dev by Craig Mautner · 9 years ago
  36. b916836 Change ActivityView startActivity state sequence by Craig Mautner · 9 years ago
  37. cb82f30 Revert "Revert "Have AMS.setFocusedActivityLocked() move the focus stack to the front"" by Wale Ogunwale · 9 years ago
  38. 3426b72 Revert "Have AMS.setFocusedActivityLocked() move the focus stack to the front" by Wale Ogunwale · 9 years ago
  39. af0e448 Have AMS.setFocusedActivityLocked() move the focus stack to the front by Wale Ogunwale · 9 years ago
  40. 53a29a9 Added ActivityManager API and AM command to resize a task. by Wale Ogunwale · 9 years ago
  41. d697cea Improved back button behavior in multi-window mode. by Wale Ogunwale · 9 years ago
  42. 0f95e3f Remove activity and window stacks when last task is removed. by Wale Ogunwale · 9 years ago
  43. 05ecfd3 am 33d3c53d: resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aosp by Alex Klyubin · 9 years ago
  44. 33d3c53 resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aosp by Alex Klyubin · 9 years ago
  45. b9f8a52 Move hidden ApplicationInfo flags into a separate field. by Alex Klyubin · 9 years ago
  46. 0e16218 Fixed NPE when trying to resize stack with no running activity. by Wale Ogunwale · 9 years ago
  47. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 9 years ago
  48. 0e0b731 Merge "Adding some debug controls to test multi-window." by Winson Chung · 9 years ago
  49. d16c565 Adding some debug controls to test multi-window. by Winson Chung · 10 years ago
  50. 783f286 Merge "Support activities in the same process having different resources." by Wale Ogunwale · 10 years ago
  51. 8f5f7e9 Precompute FLAG_ACTIVITY_NO_ANIMATION by Craig Mautner · 10 years ago
  52. 60454db Support activities in the same process having different resources. by Wale Ogunwale · 10 years ago
  53. 1de57d8 resolve merge conflicts of 2322ea5 to master. by Craig Mautner · 10 years ago
  54. 299f960 Add reason string for bringing stack to front by Craig Mautner · 10 years ago
  55. d31c164 Merge "Even more debug for bug 17721767." into lmp-mr1-dev automerge: dbabf37 automerge: 5cb31f2 by Craig Mautner · 10 years ago
  56. de31375 Even more debug for bug 17721767. by Craig Mautner · 10 years ago
  57. 4900bf9 Expose new binder call createStackOnDisplay() by Todd Kennedy · 10 years ago
  58. 8ec2f1f Merge "Replace waitingVisible and other refactors" by Craig Mautner · 10 years ago
  59. 8c14c15 Replace waitingVisible and other refactors by Craig Mautner · 10 years ago
  60. 28432f0 Merge "Rename the binder call createActivityContainer" by Todd Kennedy · 10 years ago
  61. ca4d842 Rename the binder call createActivityContainer by Todd Kennedy · 10 years ago
  62. ea00266 am ef04ae79: Merge "Complete booting when frontmost activity is idle" into lmp-mr1-dev automerge: 82da2ee by Craig Mautner · 10 years ago
  63. f3ea23a Complete booting when frontmost activity is idle by Craig Mautner · 10 years ago
  64. c82f2f5 Add RecentTasks class to house recent tasks functionality. by Wale Ogunwale · 10 years ago
  65. 62fbd4f am 170a678c: am 1d893785: Merge "Don\'t restore persistent task to a stack until needed." into lmp-mr1-dev by Wale Ogunwale · 10 years ago
  66. 1d89378 Merge "Don't restore persistent task to a stack until needed." into lmp-mr1-dev by Wale Ogunwale · 10 years ago
  67. 6c13f59 am 2eb575b4: am 2281e7d6: Merge "Make window mgr stack movement track activity mgr" into lmp-mr1-dev by Craig Mautner · 10 years ago
  68. 6b904ef Make window mgr stack movement track activity mgr by Craig Mautner · 10 years ago
  69. 7de0535 Don't restore persistent task to a stack until needed. by Wale Ogunwale · 10 years ago
  70. 539db51 propagate reason to finishActivityLocked() by Todd Kennedy · 10 years ago
  71. cd5d198 [ActivityManager] Fix NPE when start activity by louis_chang · 10 years ago
  72. 740c3ac Initial changes to add callback on task stack changes. (Bug 17672056, Bug 18291345) by Winson Chung · 10 years ago
  73. 33bae1f [ActivityManager] Fix NPE when start activity by louis_chang · 10 years ago
  74. 30bd3bb Revert "Debug for bug 18017409" by Craig Mautner · 10 years ago
  75. 44f60cc Fix lockscreen launch animations once and for all by Jorim Jaggi · 10 years ago
  76. 85d558c Add Activity API to get referrer information. by Dianne Hackborn · 10 years ago
  77. 42d04db More fixes for keyguard animations. by Craig Mautner · 10 years ago
  78. 2e647ef Merge "Move LOCK_TO_APP_EXIT_LOCKED from System to Secure" into lmp-mr1-dev by Jason Monk · 10 years ago
  79. c0d2d0a Animate starting windows when keyguard dismissed. by Craig Mautner · 10 years ago
  80. 94cfd9d Move LOCK_TO_APP_EXIT_LOCKED from System to Secure by Jason Monk · 10 years ago
  81. 5a3c231 Debug for bug 18017409 by Craig Mautner · 10 years ago
  82. 3d7485c Remove unnecessary logging. by Craig Mautner · 10 years ago
  83. 737fae2 Move desired task to top if not already there. by Craig Mautner · 10 years ago
  84. 9449a61 Fix issue #17740687: Device does not boot after flashing LMP dev TOT(1478825) build. by Dianne Hackborn · 10 years ago
  85. 7622a0f Maybe fix issue #17700474: manta: high occurrence of device booted... by Dianne Hackborn · 10 years ago
  86. ff07272 Work on issue #17624121: Settings crash while launching on wiped device by Dianne Hackborn · 10 years ago
  87. 103b143 Merge "Don't remove active stacks from window manager" into lmp-dev by Craig Mautner · 10 years ago
  88. 88924b6 Merge "Fix issue #17536024: The am start's wait option doesn't..." into lmp-dev by Dianne Hackborn · 10 years ago
  89. 6025770 Don't remove active stacks from window manager by Craig Mautner · 10 years ago
  90. 6cfbb71 Fix issue #17536024: The am start's wait option doesn't... by Dianne Hackborn · 10 years ago
  91. 9546520 Fix issue #17507017: took ~3 seconds to move an app to the foreground by Dianne Hackborn · 10 years ago
  92. f075330 Merge "Fix issue #16907799: Processes containing bound services..." into lmp-dev by Dianne Hackborn · 10 years ago
  93. 465fa39 Fix issue #16907799: Processes containing bound services... by Dianne Hackborn · 10 years ago
  94. 1a70a16 Add null checks for quickly disappearing Displays by Craig Mautner · 10 years ago
  95. ff56885 Merge "Relax requirements on Activity.requestVisibleBehind" into lmp-dev by Craig Mautner · 10 years ago
  96. d2a38c7 Merge "Ignore finishing activities when fetching the top" into lmp-dev by Craig Mautner · 10 years ago
  97. 0175b88 Ignore finishing activities when fetching the top by Craig Mautner · 10 years ago
  98. aea5ced Relax requirements on Activity.requestVisibleBehind by Craig Mautner · 10 years ago
  99. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  100. 02a4aa2 Unconditionally move stack to front. by Craig Mautner · 10 years ago