1. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  2. 1e38382 Fixes to idle alarm scheduling, package importance. by Dianne Hackborn · 9 years ago
  3. 30b8984 Merge "No longer unlock activity manager to test whitelist" by Craig Mautner · 9 years ago
  4. e560077 No longer unlock activity manager to test whitelist by Craig Mautner · 9 years ago
  5. d59a5d5 Various fixes and improvements... by Dianne Hackborn · 9 years ago
  6. 3d07c94 Add new voice request for picking from a list. by Dianne Hackborn · 9 years ago
  7. b9a5e4a Add new debug feature to automatically create heap dumps. by Dianne Hackborn · 9 years ago
  8. 4326114 Clean up the lock task APIs for COSU devices. by Benjamin Franz · 9 years ago
  9. 53a29a9 Added ActivityManager API and AM command to resize a task. by Wale Ogunwale · 9 years ago
  10. aa7e3ed Do not make ActivityContainer available to apps. by Craig Mautner · 9 years ago
  11. ae6688b Update voice interaction layer for new UI design. by Dianne Hackborn · 9 years ago
  12. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 9 years ago
  13. d16c565 Adding some debug controls to test multi-window. by Winson Chung · 10 years ago
  14. e50c298 Merge "Don't read float from parcel" by Todd Kennedy · 10 years ago
  15. e635f66 Don't read float from parcel by Todd Kennedy · 10 years ago
  16. 4900bf9 Expose new binder call createStackOnDisplay() by Todd Kennedy · 10 years ago
  17. 0ec9c29 am c2ae6fb9: Merge commit \'605eb79c9519307147fc1795d0eb155638a7f542\' into manualmerge by Jeff Sharkey · 10 years ago
  18. c2ae6fb Merge commit '605eb79c9519307147fc1795d0eb155638a7f542' into manualmerge by Jeff Sharkey · 10 years ago
  19. 8667eff Merge "Remove unused method moveTaskToBack." by Craig Mautner · 10 years ago
  20. 428ecf2 Remove unused method moveTaskToBack. by Craig Mautner · 10 years ago
  21. 605eb79 Offer to detect non-SSL/TLS network traffic. by Jeff Sharkey · 10 years ago
  22. 28432f0 Merge "Rename the binder call createActivityContainer" by Todd Kennedy · 10 years ago
  23. ca4d842 Rename the binder call createActivityContainer by Todd Kennedy · 10 years ago
  24. 0f8ecc8 am 9d293911: am ebdfb6e8: Merge "[ActivityManager] Distinguish FG or BG receiver finished" by Olawale Ogunwale · 10 years ago
  25. 1f5ac4d [ActivityManager] Distinguish FG or BG receiver finished by riddle_hsu · 10 years ago
  26. 18795a2 Add support from restoring recent's backup. by Wale Ogunwale · 10 years ago
  27. 740c3ac Initial changes to add callback on task stack changes. (Bug 17672056, Bug 18291345) by Winson Chung · 10 years ago
  28. ff17024 Fix issue with call backs from media process. by Dianne Hackborn · 10 years ago
  29. 044d529 Adding bounce animation for affiliated tasks. (Bug 16656169) by Winson Chung · 10 years ago
  30. d54b578 Fix issue #17305377: Don't kill process if it still has tasks. by Wale Ogunwale · 10 years ago
  31. 9797880 Start cross profile intents as caller. by Jeff Sharkey · 10 years ago
  32. fdf5b35 Implement issue #17906468: Allow search request to fall back to global search by Dianne Hackborn · 10 years ago
  33. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  34. 6e2f395 Wait for animation complete before completing boot by Craig Mautner · 10 years ago
  35. a4e102e Work on issue #17357238: Recents is often slow if not used in a while by Dianne Hackborn · 10 years ago
  36. 5232271 Fix issue #17146552: system anr by Dianne Hackborn · 10 years ago
  37. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  38. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  39. 4cce1de Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the same" into lmp-dev by Dianne Hackborn · 10 years ago
  40. 885fbe5 Fix issue #16366571: UIDs for work and normal Chrome processes are the same by Dianne Hackborn · 10 years ago
  41. 6f4d61f Work on issue #17011123: Hit Back/Recents button when in Recents... by Dianne Hackborn · 10 years ago
  42. aec68bb Fix issue #17038762: Add API to add entries to the recents list by Dianne Hackborn · 10 years ago
  43. 028ceeb Fix issue #14617210: Apps can gain access to any ContentProvider... by Dianne Hackborn · 10 years ago
  44. 4b6c669 Renamed "media playing" APIs to "visible behind" by Jose Lima · 10 years ago
  45. 8de4311c Lockscreen launch animations by Jorim Jaggi · 10 years ago
  46. 8746a47 Create end of animation callback for Activity by Craig Mautner · 10 years ago
  47. f193990 Making the clipboard work across users. by Nicolas Prevot · 10 years ago
  48. dc00cbe Create API for launching from recents by Craig Mautner · 10 years ago
  49. fee756f Implement issue #16330060: Inform ActivityManager about WebView... by Dianne Hackborn · 10 years ago
  50. bb74246 Launch activity behind launching task. by Craig Mautner · 10 years ago
  51. ee2e45a Add Media Playing API by Craig Mautner · 10 years ago
  52. d61dc20 Add Activity.isTopOfTask() method by Craig Mautner · 10 years ago
  53. 6ea0d0a Fix cleanup of voice sessions. by Dianne Hackborn · 10 years ago
  54. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  55. 62515be Add lock-to-app mode by Jason Monk · 10 years ago
  56. dfed4bc am f7871c31: am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  57. f7871c3 am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  58. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  59. 8dcfefd Support an ABI flag for instrumentation. by Narayan Kamath · 10 years ago
  60. 1147c40 Adding method for applications to query their own tasks. (Bug 14627210) by Winson Chung · 10 years ago
  61. 7fd239c Merge "Pass ActivityOptions back from finishing activity." by Craig Mautner · 10 years ago
  62. 2022597 Merge "Resolving resources across users." by Nicolas Prevot · 10 years ago
  63. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  64. d85fc72 Resolving resources across users. by Nicolas Prevot · 10 years ago
  65. a002604 Introduce persistent forms of Activity lifecycle calls. by Craig Mautner · 10 years ago
  66. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  67. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  68. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  69. 3b3f464 Piping through ability for an Activity to remove its own task. (Bug 13735914) by Winson Chung · 10 years ago
  70. 934ef05 am 4b81e89d: am 2fd3cb95: Merge "Fix ActivityContainer callback parcelling." into klp-modular-dev by Craig Mautner · 10 years ago
  71. e3a00d7 Fix ActivityContainer callback parcelling. by Craig Mautner · 10 years ago
  72. a981e3b resolved conflicts for merge of 7289f3ab to klp-modular-dev-plus-aosp by Narayan Kamath · 10 years ago
  73. 13014b5 Move certain internal activity manager methods to new class. by Jeff Brown · 10 years ago
  74. 688b510 Implement setActivityLabelAndIcon(). by Craig Mautner · 10 years ago
  75. 2fbd754 Add Activity methods for icons and labels. by Craig Mautner · 10 years ago
  76. aea74a5 Add Lock Task Mode. by Craig Mautner · 10 years ago
  77. 303e1ff Initial changes for recents. by Winson Chung · 10 years ago
  78. 08488bf Allow user to be started in background. by Kenny Guy · 10 years ago
  79. a1f1a3c More battery stats. by Dianne Hackborn · 10 years ago
  80. b5abedb am c407ace3: am d4c819c0: am dd9ce628: Merge "Clean up activities and displays when done" into klp-modular-dev by Craig Mautner · 10 years ago
  81. 95da108 Clean up activities and displays when done by Craig Mautner · 10 years ago
  82. 099bc62 Battery stats improvements. by Dianne Hackborn · 11 years ago
  83. bd503a4 Allow for the possibility of null ActivityContainer by Craig Mautner · 11 years ago
  84. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  85. 4a1cb22 Pair ActivityStacks with Displays by Craig Mautner · 11 years ago
  86. bdc748af DO NOT MERGE: Eliminate StackBox. by Craig Mautner · 11 years ago
  87. bcaac0a Surface outgoing Uri permission grants. by Jeff Sharkey · 11 years ago
  88. 7aa7601 Detect wedged ContentProviders, treat as ANR. by Jeff Sharkey · 11 years ago
  89. e66c177 Require that persistable Uri permissions be taken. by Jeff Sharkey · 11 years ago
  90. c2be0d6 Unmarshall PFDs properly when hand-crafting interface stubs by Amith Yamasani · 11 years ago
  91. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 11 years ago
  92. 86d9c45 Merge "Revert services assist context in KitKat" into klp-dev by Adam Skory · 11 years ago
  93. 7140a25 Revert services assist context in KitKat by Adam Skory · 11 years ago
  94. dc6fd0a Merge "Propagate input ANR reason to activity manager log." into klp-dev by Jeff Brown · 11 years ago
  95. bd181bb Propagate input ANR reason to activity manager log. by Jeff Brown · 11 years ago
  96. 31b65f9 Fix clearApplicationUserData() to allow a null observer by Christopher Tate · 11 years ago
  97. bc57cd1 Notify ViewRootImpl when it's safe to modify Canvas. by Craig Mautner · 11 years ago
  98. 08da7a1 API to discover granted Uri permissions. by Jeff Sharkey · 11 years ago
  99. dfc7fd7 Extend assist context to foreground services by Adam Skory · 11 years ago
  100. 57a7f59 Add "adb shell am restart" command. by Dianne Hackborn · 11 years ago