1. 14a7bb0 Introduce direct listener API for alarm delivery by Christopher Tate · 9 years ago
  2. 2e44107 Implement shell commands for battery and activity services. by Dianne Hackborn · 9 years ago
  3. 9147ce4 Merge "Enable default system IMEs for system user" by Fyodor Kupolov · 9 years ago
  4. b3b4f61 Enable default system IMEs for system user by Fyodor Kupolov · 9 years ago
  5. 90186c6 Fix wrong task bounds when docking from recents. by Filip Gruszczynski · 9 years ago
  6. 8ccdf3a Add development option to force everything resizable by Jorim Jaggi · 9 years ago
  7. 079a004 API for moving top activity in a stack to pinned stack. by Wale Ogunwale · 9 years ago
  8. 99db186 Added support for pinned stack. by Wale Ogunwale · 9 years ago
  9. 610acda Introduced UserController for multi-user functionality by Fyodor Kupolov · 9 years ago
  10. fdcc4d4 Assign different oom score to visible apps based on layer ordering. by Chong Zhang · 9 years ago
  11. 63afb86 Merge "Remove GLTrace support" by Pablo Ceballos · 9 years ago
  12. 468ae2d meminfo: Change size suffix to comply with iec, make it parseable with numfmt. by Sasha Levitskiy · 9 years ago
  13. ffc11bb Don't set incorrect stack bounds when rotating screen in docked mode by Wale Ogunwale · 9 years ago
  14. c29ecc8 Don't remove task from recents if closed by caption button. by Filip Gruszczynski · 9 years ago
  15. 57b6cce Dismissing of docked stack by dragging to the side. by Filip Gruszczynski · 9 years ago
  16. a4d4e82 Remove GLTrace support by Pablo Ceballos · 9 years ago
  17. 3e85ba2 Refactoring: Remove unused parameter from topRunningActivityLocked. by Filip Gruszczynski · 9 years ago
  18. 7e8184b Support for specifying stack to launch an activity from recents in. by Wale Ogunwale · 9 years ago
  19. f98feb0 Merge "Do not change task's stack in resizeTaskLocked" by Chong Zhang · 9 years ago
  20. 6de2ae8 Do not change task's stack in resizeTaskLocked by Chong Zhang · 9 years ago
  21. 515d406 Delay cleaning user tasks until user is removed by Amith Yamasani · 9 years ago
  22. 83301a9 Added am command to suppress config. changes during task resize. by Wale Ogunwale · 9 years ago
  23. a449062 Cleanup USER_OWNER in activity and location services by Xiaohui Chen · 9 years ago
  24. f387b28 Merge "Preserve windows during stack resize." by Filip Gruszczynski · 9 years ago
  25. bc5a6c5 Preserve windows during stack resize. by Filip Gruszczynski · 9 years ago
  26. 87b2172 Change resizeTask's parameter resizedByUser to constants by Chong Zhang · 9 years ago
  27. da33c13 Enforce a timeout for Content Providers to be published. by Robert Carr · 9 years ago
  28. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  29. 59a73ca Support creating docked stack at top/left/bottom/right half of screen by Wale Ogunwale · 9 years ago
  30. 8e89b31 Move window moving and resizing handling to WindowManager by Chong Zhang · 9 years ago
  31. 0fa656b Allow apps to pass in launch bounds when moving/starting a task by Chong Zhang · 9 years ago
  32. 0b65a90 am c2f9e432: am 68025995: am 1942f8a7: am d4ef34ce: am 512141d5: Merge "Respect DONT_KILL_APP flag when bringing down a disabled service." into mnc-dev by Wale Ogunwale · 9 years ago
  33. c2f9e43 am 68025995: am 1942f8a7: am d4ef34ce: am 512141d5: Merge "Respect DONT_KILL_APP flag when bringing down a disabled service." into mnc-dev by Wale Ogunwale · 9 years ago
  34. d4ef34c am 512141d5: Merge "Respect DONT_KILL_APP flag when bringing down a disabled service." into mnc-dev by Wale Ogunwale · 9 years ago
  35. e3f9202 am 65052ba4: am e2565aec: am e20eff91: am 3491da4e: Merge "Enable migration to big cores for app launches." into mnc-dr-dev by Tim Murray · 9 years ago
  36. 65052ba am e2565aec: am e20eff91: am 3491da4e: Merge "Enable migration to big cores for app launches." into mnc-dr-dev by Tim Murray · 9 years ago
  37. 2cb2dd4 Respect DONT_KILL_APP flag when bringing down a disabled service. by Wale Ogunwale · 9 years ago
  38. 6d44418 resolved conflicts for merge of fcf9ab5a to master by Yasuhiro Matsuda · 9 years ago
  39. fcf9ab5 am ebf9465d: resolved conflicts for merge of ef57e5e0 to stage-aosp-master by Yasuhiro Matsuda · 9 years ago
  40. ebf9465 resolved conflicts for merge of ef57e5e0 to stage-aosp-master by Yasuhiro Matsuda · 9 years ago
  41. 3491da4 Merge "Enable migration to big cores for app launches." into mnc-dr-dev by Tim Murray · 9 years ago
  42. 5abd431 am 3007cc30: am d1c6dca6: am bbd723ce: am 144c4ff0: am 4cb113ed: Merge "Fix a NPE when shutting down instrumentation" into mnc-dev by Svetoslav Ganov · 9 years ago
  43. 3007cc3 am d1c6dca6: am bbd723ce: am 144c4ff0: am 4cb113ed: Merge "Fix a NPE when shutting down instrumentation" into mnc-dev by Svetoslav Ganov · 9 years ago
  44. a95f468 Fix a NPE when shutting down instrumentation by Svet Ganov · 9 years ago
  45. a326a11 Enable migration to big cores for app launches. by Tim Murray · 9 years ago
  46. f36bb0c Bring an activity to the front upon click & drag by Skuhne · 9 years ago
  47. 1ab43d5 Add trace code to system server. by Yasuhiro Matsuda · 9 years ago
  48. 2170ee4 Merge "Limit the number of apps running as system user" by Fyodor Kupolov · 9 years ago
  49. 7db5af1 Limit the number of apps running as system user by Fyodor Kupolov · 9 years ago
  50. 4f5de34 Renamed primaryUserOnly to systemUserOnly by Fyodor Kupolov · 9 years ago
  51. 0289835 Move stack focus and resumed activity when moving a focused task by Chong Zhang · 9 years ago
  52. 4d832d7 Merge "ActivityManagerService: Rather than throw an exception, return INVALID_STACK_ID from getWorkspaceId when there is no associated workspace. This leaves the caller free to default." by Rob Carr · 9 years ago
  53. 49cbf6b ActivityManagerService: Rather than throw an exception, return by Robert Carr · 9 years ago
  54. afa9b6f am 8755f9eb: am 60931a78: am dc4442f1: am 2af6ec51: am c14cbac4: Merge "Fix issue #23361510: Increase assist timeout from 500ms to 1 second" into mnc-dev by Dianne Hackborn · 9 years ago
  55. 8755f9e am 60931a78: am dc4442f1: am 2af6ec51: am c14cbac4: Merge "Fix issue #23361510: Increase assist timeout from 500ms to 1 second" into mnc-dev by Dianne Hackborn · 9 years ago
  56. 0171f38 am c14cbac4: Merge "Fix issue #23361510: Increase assist timeout from 500ms to 1 second" into mnc-dev by Dianne Hackborn · 9 years ago
  57. cf83607 Fix issue #23361510: Increase assist timeout from 500ms to 1 second by Dianne Hackborn · 9 years ago
  58. 98404fd Clean up USER_OWNER reference. by Xiaohui Chen · 9 years ago
  59. b34a7ad Added support for docked stack by Wale Ogunwale · 9 years ago
  60. 83eb849 am 0ce3a291: am 914eda00: am 574f9b42: am ac11522e: am 06f552cf: Merge "Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo..." into mnc-dev by Dianne Hackborn · 9 years ago
  61. 0ce3a29 am 914eda00: am 574f9b42: am ac11522e: am 06f552cf: Merge "Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo..." into mnc-dev by Dianne Hackborn · 9 years ago
  62. b774ed2 am 06f552cf: Merge "Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo..." into mnc-dev by Dianne Hackborn · 9 years ago
  63. ae49872 Add debugging for issue #23190084: [APPComm][Dev Test] {Unable to share photo... by Dianne Hackborn · 9 years ago
  64. ce2faa5 Adding API to access / change the task bounds by Skuhne · 9 years ago
  65. 4f0c1e8 Merge "Only relaunch activity on significant size configuration changes." by Filip Gruszczynski · 9 years ago
  66. 2349332 Only relaunch activity on significant size configuration changes. by Filip Gruszczynski · 9 years ago
  67. b30daaa Have moveActivityToStack API set focus activity or stack. by Wale Ogunwale · 9 years ago
  68. 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
  69. 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
  70. c9d5027 am 38d30dc5: Merge "Immediately kill a shared user process on a permission revocation." into mnc-dev by Svetoslav Ganov · 9 years ago
  71. 38d30dc Merge "Immediately kill a shared user process on a permission revocation." into mnc-dev by Svetoslav Ganov · 9 years ago
  72. aa41add Immediately kill a shared user process on a permission revocation. by Svetoslav · 9 years ago
  73. 741a2cb am 606d1197: am 4aaafab5: am 10068894: am 60f7eb38: am a0ef49c4: Look for recent tasks in live stacks. by Wale Ogunwale · 9 years ago
  74. 606d119 am 4aaafab5: am 10068894: am 60f7eb38: am a0ef49c4: Look for recent tasks in live stacks. by Wale Ogunwale · 9 years ago
  75. 6b41590 am a0ef49c4: Look for recent tasks in live stacks. by Wale Ogunwale · 9 years ago
  76. a0ef49c Look for recent tasks in live stacks. by Wale Ogunwale · 9 years ago
  77. 868a5e1 Support for an activity to change and/or query it's associated stack by Wale Ogunwale · 9 years ago
  78. ba7881c Support finishing a task with any finishing activity in the task. by Wale Ogunwale · 9 years ago
  79. a371084 resolved conflicts for merge of d4b8064e to master by Ian Pedowitz · 9 years ago
  80. 6835ef0 am d9b0f843: Merge "Fix issue #22860466: viapi security bug - rubber stamping in nested VIs" into mnc-dev by Dianne Hackborn · 9 years ago
  81. a7b8074 am 3011f645: Merge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up" into mnc-dev by Dianne Hackborn · 9 years ago
  82. 3fa5609 am aa860fd8: am 35c68de9: am 5dd9ef04: am b0bc8368: am 3011f645: Merge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up" into mnc-dev by Dianne Hackborn · 9 years ago
  83. d4b8064 am 14bafef5: am 24922798: am b20a8ed9: am d9b0f843: Merge "Fix issue #22860466: viapi security bug - rubber stamping in nested VIs" into mnc-dev by Dianne Hackborn · 9 years ago
  84. aa860fd am 35c68de9: am 5dd9ef04: am b0bc8368: am 3011f645: Merge "Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up" into mnc-dev by Dianne Hackborn · 9 years ago
  85. d9b0f84 Merge "Fix issue #22860466: viapi security bug - rubber stamping in nested VIs" into mnc-dev by Dianne Hackborn · 9 years ago
  86. fb81d09 Fix issue #22860466: viapi security bug - rubber stamping in nested VIs by Dianne Hackborn · 9 years ago
  87. 28ec27c Fix issue #22912704: "android.process.acore has stopped" dialog keeps popping up by Dianne Hackborn · 9 years ago
  88. 5a5a1ca clean up UserHandle.USER_OWNER reference. by Xiaohui Chen · 9 years ago
  89. ddc1cb2 Added support for static vs. dynamic stacks by Wale Ogunwale · 9 years ago
  90. e4a0c57 Allow stacks to hold tasks on various sizes. by Wale Ogunwale · 9 years ago
  91. a91dccd am bafb5130: am ee2ee0f9: am be6bfb4c: am 83749ac9: am a6706627: Merge "Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check changes)" into mnc-dev by Billy Lau · 9 years ago
  92. bafb513 am ee2ee0f9: am be6bfb4c: am 83749ac9: am a6706627: Merge "Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check changes)" into mnc-dev by Billy Lau · 9 years ago
  93. 77bb814 am a6706627: Merge "Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check changes)" into mnc-dev by Billy Lau · 9 years ago
  94. 6ad2d66 Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check by Billy Lau · 9 years ago
  95. ed267cc am ad7923f1: am 5d4a5ccb: am 94d5e6b0: am 779ccbe3: am 5b009d52: Merge "Fix issue #22802617: APR: spurious wtf when restarting a persistent process" into mnc-dev by Dianne Hackborn · 9 years ago
  96. ad7923f am 5d4a5ccb: am 94d5e6b0: am 779ccbe3: am 5b009d52: Merge "Fix issue #22802617: APR: spurious wtf when restarting a persistent process" into mnc-dev by Dianne Hackborn · 9 years ago
  97. cf887f5 am 5b009d52: Merge "Fix issue #22802617: APR: spurious wtf when restarting a persistent process" into mnc-dev by Dianne Hackborn · 9 years ago
  98. a73b68f Fix issue #22802617: APR: spurious wtf when restarting a persistent process by Dianne Hackborn · 9 years ago
  99. a925f18 Allow disabling of crash dialog. by Filip Gruszczynski · 9 years ago
  100. aba7a0f am fb2927df: am 73612fbb: am e942b459: Merge "ActivityManagerService: delete unnecessary mkdir" by Nick Kralevich · 9 years ago