1. 513346d Don't allow non-dockable activities/tasks in docked stack. by Wale Ogunwale · 8 years ago
  2. b1faf60 Use resizeMode integer instead of resizeable boolean. by Wale Ogunwale · 8 years ago
  3. d26176f Support different multi-window compatibility modes by Wale Ogunwale · 8 years ago
  4. 0af6fa7 Voice Interaction from within an Activity by Amith Yamasani · 8 years ago
  5. 09a88f5 Keeping only running users recents in memory by Suprabh Shukla · 9 years ago
  6. f81c1d1 Fixed some activity visiblility issues in picture-in-picutre mode by Wale Ogunwale · 8 years ago
  7. 6cae765 Added support for android.R.attr#alwaysFocusable by Wale Ogunwale · 9 years ago
  8. 4cea0f5 Don't allow unfocusable activity/stack to gain focus by Wale Ogunwale · 9 years ago
  9. 55bed95 Merge "Add a framework service tracking VR mode state." by Ruben Brunk · 9 years ago
  10. dd18a0b Add a framework service tracking VR mode state. by Ruben Brunk · 9 years ago
  11. 3d02671 Only add noDisplay activities to freeform source tasks. by Filip Gruszczynski · 9 years ago
  12. c2f262b Only take screenshot when hiding activities by Jorim Jaggi · 9 years ago
  13. ca66481 Update client configuration when resizing without crossing size threshold. by Filip Gruszczynski · 9 years ago
  14. 2359314 Moving recent tasks information to a user directory by Suprabh Shukla · 9 years ago
  15. c809cbb Saving additional context when taking task screenshots. by Winson · 9 years ago
  16. 280d332 Construct ActivityOptions near top level by Chong Zhang · 9 years ago
  17. 57311f7 Merge "Hide recents during freeform to recents animation." by Filip Gruszczynski · 9 years ago
  18. 1a5203d Hide recents during freeform to recents animation. by Filip Gruszczynski · 9 years ago
  19. 20aa0ae More granular reporting of size configurations. by Filip Gruszczynski · 9 years ago
  20. d64ef3e Freeform to recents app transition. by Filip Gruszczynski · 9 years ago
  21. 3e85ba2 Refactoring: Remove unused parameter from topRunningActivityLocked. by Filip Gruszczynski · 9 years ago
  22. 85ee654 Put ResovlerActivity and noDisplay activities in the source task by Chong Zhang · 9 years ago
  23. 530ea0d Merge "Initialize visible to false to reflect the real visibility state" by Chong Zhang · 9 years ago
  24. 0fad227 Merge "Fix XML early-outs." by Ben Kwa · 9 years ago
  25. a48ef66 Initialize visible to false to reflect the real visibility state by Chong Zhang · 9 years ago
  26. 2349332 Only relaunch activity on significant size configuration changes. by Filip Gruszczynski · 9 years ago
  27. a371084 resolved conflicts for merge of d4b8064e to master by Ian Pedowitz · 9 years ago
  28. fb81d09 Fix issue #22860466: viapi security bug - rubber stamping in nested VIs by Dianne Hackborn · 9 years ago
  29. e4a0c57 Allow stacks to hold tasks on various sizes. by Wale Ogunwale · 9 years ago
  30. b795d7c Fix issue #22802691: APR: NPE in ActivityRecord by Dianne Hackborn · 9 years ago
  31. 8814cf4 Fix XML early-outs. by Ben Kwa · 9 years ago
  32. 7829c81 Include launched packageName in systrace. by Narayan Kamath · 9 years ago
  33. 0fc365c Converted more AMS Log calls to use ActivityManagerDebugConfig by Wale Ogunwale · 9 years ago
  34. b5a380d Add API to track usage time of apps. by Dianne Hackborn · 9 years ago
  35. e88d1e5 Revert "Backup/restore recents task list" by Stefan Kuhne · 9 years ago
  36. 24904aa fixed build breakage due to bad merge. by Wale Ogunwale · 9 years ago
  37. 16a6279 resolved conflicts for merge of 2094bf7b to master by Wale Ogunwale · 9 years ago
  38. 4e88ecf am 086071e7: Merge "[ActivityManager] Reduce report wrong anr activity" by Olawale Ogunwale · 9 years ago
  39. ee006da Converted more log points in AMS to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  40. db46d6b [ActivityManager] Reduce report wrong anr activity by riddle_hsu · 9 years ago
  41. 3ab9a27 Convert some log points to in AMS to use ActivityManagerDebugConfig class. by Wale Ogunwale · 9 years ago
  42. 7d70117 Protect against NPE for ActivityRecords without a stack. by Wale Ogunwale · 9 years ago
  43. e23149f Converted some AMS log points to use ActivityManagerDebugConfig. by Wale Ogunwale · 9 years ago
  44. 924a18b am cf8c112e: am 01dd0e86: Merge "Force translucency from windowIsTranslucent on SwipeDismissLayout." into lmp-mr1-modular-dev by Filip Gruszczynski · 9 years ago
  45. 23958c6 Force translucency from windowIsTranslucent on SwipeDismissLayout. by Filip Gruszczynski · 9 years ago
  46. 10e23ab Add ClipReveal window transition for application launch by Chet Haase · 9 years ago
  47. 9d3de4c Support for activity to opt-in/out of resizeable/multi-window support. by Wale Ogunwale · 9 years ago
  48. 783f286 Merge "Support activities in the same process having different resources." by Wale Ogunwale · 9 years ago
  49. 60454db Support activities in the same process having different resources. by Wale Ogunwale · 9 years ago
  50. 1de57d8 resolve merge conflicts of 2322ea5 to master. by Craig Mautner · 9 years ago
  51. 299f960 Add reason string for bringing stack to front by Craig Mautner · 9 years ago
  52. 885e727 am f5f54dd6: am 92dd1abe: Update restored task uid to match the package uid on current device. automerge: 7fd985f by Wale Ogunwale · 9 years ago
  53. 92dd1ab Update restored task uid to match the package uid on current device. by Wale Ogunwale · 9 years ago
  54. 8c14c15 Replace waitingVisible and other refactors by Craig Mautner · 9 years ago
  55. 18795a2 Add support from restoring recent's backup. by Wale Ogunwale · 10 years ago
  56. 740c3ac Initial changes to add callback on task stack changes. (Bug 17672056, Bug 18291345) by Winson Chung · 10 years ago
  57. 85d558c Add Activity API to get referrer information. by Dianne Hackborn · 10 years ago
  58. 29c58ca Add null check by Craig Mautner · 10 years ago
  59. 337abb3 Fix issue #17614141: Add protection for accessing images by Dianne Hackborn · 10 years ago
  60. bc3126f Merge "Remove activity icon bitmaps from system process." into lmp-dev by Craig Mautner · 10 years ago
  61. 648f69b Remove activity icon bitmaps from system process. by Craig Mautner · 10 years ago
  62. 6cfbb71 Fix issue #17536024: The am start's wait option doesn't... by Dianne Hackborn · 10 years ago
  63. 2e7f3bd Removing unnecessary delays, ensuring transition thumbnail is the size of the header. (Bug. 16987565) by Winson Chung · 10 years ago
  64. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  65. 4610545 Merge "Fix issue #16311398: Limit number of documents a process can open" into lmp-dev by Dianne Hackborn · 10 years ago
  66. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  67. a4ccb86 Multiple performance changes to speed recents invocation/app launching time. (Bug 16987565) by Winson Chung · 10 years ago
  68. 096f36b Minor tweaks to recents thumbnails. by Winson Chung · 10 years ago
  69. 3bad5cc0 Fixing issue with inconsistent icon filename. (Bug 16992882) by Winson Chung · 10 years ago
  70. 34ff492 Fixes for a few bugs related to visible-behind activities by Jose Lima · 10 years ago
  71. 6ba042b Make returning ActivityOptions part of ActivityRecord. by George Mount · 10 years ago
  72. 0debc9a First iteration of a public UsageStats API by Adam Lesinski · 10 years ago
  73. bb74246 Launch activity behind launching task. by Craig Mautner · 10 years ago
  74. a228ae9 Add task affiliation by Craig Mautner · 10 years ago
  75. ee2e45a Add Media Playing API by Craig Mautner · 10 years ago
  76. c0ffce5 Use cached thumbnails in Recent tasks. by Craig Mautner · 10 years ago
  77. 77b0426 Add logging to TaskPersister restore. by Craig Mautner · 10 years ago
  78. 2cb86c7 Saving last TaskDescription for TaskRecord. by Winson Chung · 10 years ago
  79. 9d4e9bc Allow a root activity to relinquish task identity by Craig Mautner · 10 years ago
  80. f62d690 Merge "Fix persistent tasks and expand scope" by Craig Mautner · 10 years ago
  81. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  82. 8a4c972 Plumb split APKs into public API. by Jeff Sharkey · 10 years ago
  83. 104e145 am f894cad0: Merge "Some tweaks to improve document task creation." into lmp-preview-dev by Dianne Hackborn · 10 years ago
  84. d38aed8 Some tweaks to improve document task creation. by Dianne Hackborn · 10 years ago
  85. c6cf95c Making the content resolver work with result intents. by Nicolas Prevot · 10 years ago
  86. e0129b3 Add more error checking to xml restore by Craig Mautner · 10 years ago
  87. 21d24a2 Add code for persisting tasks and activities to disk DO NOT MERGE by Craig Mautner · 10 years ago
  88. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  89. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  90. d9ddf2e Merge "Introduce persistent forms of Activity lifecycle calls." by Craig Mautner · 10 years ago
  91. a002604 Introduce persistent forms of Activity lifecycle calls. by Craig Mautner · 10 years ago
  92. 41db4a7 Use new doccentric flags and attributes in Sharing by Craig Mautner · 10 years ago
  93. c03c916 Further work on voice interaction services. by Dianne Hackborn · 10 years ago
  94. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  95. 0923328 Make GET_TASKS signature|system. by Dianne Hackborn · 10 years ago
  96. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  97. 846318a Allow prefix-based Uri permission grants. by Jeff Sharkey · 10 years ago
  98. 7ad2728 am c00c89b1: am f4c909bc: Fix ActivityView lifecycle by Craig Mautner · 10 years ago
  99. c00c89b am f4c909bc: Fix ActivityView lifecycle by Craig Mautner · 10 years ago
  100. f4c909b Fix ActivityView lifecycle by Craig Mautner · 10 years ago