1. 5918c67 Update AMS to use NetworkManagementInternal.isNetworkRestrictedForUid. by Sudheer Shanka · 7 years ago
  2. d81542c Merge "Partially return NEW_PICTURE and NEW_VIDEO." by Dianne Hackborn · 7 years ago
  3. 52c46a5 Merge "A little cleanup of activity manager dumpsys output." by Dianne Hackborn · 7 years ago
  4. ca3d543 Add API to request Bug Report with a certain title and description by Naveen Kalla · 7 years ago
  5. 0aa4313 A little cleanup of activity manager dumpsys output. by Dianne Hackborn · 7 years ago
  6. 08f8189 Adding source bounds hint to support better PiP transition. by Winson Chung · 7 years ago
  7. a359c98 Merge "Add API to disable snapshotting of activities" by Jorim Jaggi · 7 years ago
  8. 0fe7ce96 Add API to disable snapshotting of activities by Jorim Jaggi · 7 years ago
  9. 8a29aec Merge "Better ContentProvider error messages." by TreeHugger Robot · 7 years ago
  10. c0cc220 Better ContentProvider error messages. by Jeff Sharkey · 7 years ago
  11. 327dfaa Merge "Revert "Revert "Add remote callbacks for persistent vr mode""" by Steven Thomas · 7 years ago
  12. b70845c Revert "Revert "Add remote callbacks for persistent vr mode"" by Steven Thomas · 7 years ago
  13. 5d37e36 Merge "Improvements to ActivityManagerService stack dumping" by Brian Carlstrom · 7 years ago
  14. 35e3f53 Also store reduced resolution screenshots by Jorim Jaggi · 7 years ago
  15. 84a4895 Update AMS to wait for network state update if requested by the main thread. by Sudheer Shanka · 7 years ago
  16. 51ab3ac Add lastProcStateSeqDispatchedToObservers to UidRecord. by Sudheer Shanka · 7 years ago
  17. 4c66f8b Merge "Update NPMS to notify AMS when network policy rules are updated." by Sudheer Shanka · 7 years ago
  18. e736185 Update NPMS to notify AMS when network policy rules are updated. by Sudheer Shanka · 7 years ago
  19. 7bd4ea5 Merge "Allow setting a persistent VR thread." by TreeHugger Robot · 7 years ago
  20. dc4796c Allow setting a persistent VR thread. by Craig Donner · 7 years ago
  21. 291df4f Expose Intents to Instant Apps by Chad Brubaker · 7 years ago
  22. beed965 Improvements to ActivityManagerService stack dumping by Brian Carlstrom · 7 years ago
  23. 02a2813 Merge "Warn when ActivityManagerService.dumpStackTraces times out" by Brian Carlstrom · 7 years ago
  24. dd1997b Merge "Getting ephemeral flag from PackageManager when UidRecord is null" by TreeHugger Robot · 7 years ago
  25. 834b66c4 Getting ephemeral flag from PackageManager when UidRecord is null by Suprabh Shukla · 7 years ago
  26. 7bdfe5c Warn when ActivityManagerService.dumpStackTraces times out by Brian Carlstrom · 7 years ago
  27. aca8d4c Merge "Don't provide Build.Serial to apps targeting v2 sandbox" by TreeHugger Robot · 7 years ago
  28. 3878ca3 Fix multi-dimen app transition delay tron event by Jorim Jaggi · 7 years ago
  29. b324c25 Merge "No direct Uri grants from system." by TreeHugger Robot · 7 years ago
  30. 0de9e5c Merge "Lower-overhead version of LockGuard." by TreeHugger Robot · 7 years ago
  31. 7e7465a Don't provide Build.Serial to apps targeting v2 sandbox by Chad Brubaker · 7 years ago
  32. 5f3e934 Lower-overhead version of LockGuard. by Jeff Sharkey · 7 years ago
  33. ebf3a0d Merge changes from topic 'receiver_IA' by Chad Brubaker · 7 years ago
  34. 646dde0 No direct Uri grants from system. by Jeff Sharkey · 8 years ago
  35. 02e7193 Prevent updating the PiP when it is being dismissed. by Winson Chung · 7 years ago
  36. 6e01539 Merge "Fixes minimized state to match task and stack bounds for cts test" by TreeHugger Robot · 7 years ago
  37. 5573fad Merge "Fixing issue with TaskRecord lookup." by TreeHugger Robot · 7 years ago
  38. aa2b620 Fixes minimized state to match task and stack bounds for cts test by Matthew Ng · 7 years ago
  39. c37cc60 Merge "Update IUidObserver.onUidStateChanged to include procStateSeq." by Sudheer Shanka · 7 years ago
  40. 8025580 Update IUidObserver.onUidStateChanged to include procStateSeq. by Sudheer Shanka · 7 years ago
  41. 61f31c7 Merge changes If6c9684f,Iefab4b8b by Sudheer Shanka · 7 years ago
  42. 5da9e94 Partially return NEW_PICTURE and NEW_VIDEO. by Dianne Hackborn · 7 years ago
  43. cac01fe Extract the logic to dispatch uid state changes into separate method. by Sudheer Shanka · 7 years ago
  44. 7900bee Fixing issue with TaskRecord lookup. by Winson Chung · 7 years ago
  45. 858f98d AssistStructure improvements by Amith Yamasani · 7 years ago
  46. 642028f Merge "Replaced auto-fill by autofill to keep it consistent with API style." by TreeHugger Robot · 7 years ago
  47. af526ec Merge "Corrects the recents and home stacks position around docked state (1/2)" by TreeHugger Robot · 7 years ago
  48. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  49. 330757d Corrects the recents and home stacks position around docked state (1/2) by Matthew Ng · 7 years ago
  50. 261c0f3 Updating moveTaskToBack to handle PiP activities by Winson Chung · 7 years ago
  51. 816c83b Enforce visibleToInstantApps for receivers by Chad Brubaker · 7 years ago
  52. 4c9afa8 Add tests for ActivityManagerService.dispatchUidsChanged. by Sudheer Shanka · 7 years ago
  53. b7e34d5 Only send exposed broadcasts to Instant Apps by Chad Brubaker · 7 years ago
  54. 1ec752f Merge "Add tracking of bg check violations in broadcast stats." by Dianne Hackborn · 7 years ago
  55. da0d07b Merge "Prevent PiP movement while the resize animation is running." by Winson Chung · 7 years ago
  56. d11f127 Merge "Make sure to call the original reply-to receiver when..." by TreeHugger Robot · 7 years ago
  57. 75323c1 Merge "Resize task to fullscreen when moving from pinned stack." by TreeHugger Robot · 7 years ago
  58. 5603a16 Merge "Fix issue #35365651: ActivityManager.getPackageImportance() doesn't..." by TreeHugger Robot · 7 years ago
  59. 3e7d845 Make sure to call the original reply-to receiver when... by Makoto Onuki · 7 years ago
  60. 85d3998 Prevent PiP movement while the resize animation is running. by Winson Chung · 7 years ago
  61. 45e69d6 Fix issue #35365651: ActivityManager.getPackageImportance() doesn't... by Dianne Hackborn · 7 years ago
  62. aa5e8c3 Remove activity from task if not set properly. by Bryce Lee · 7 years ago
  63. 7466610 Resize task to fullscreen when moving from pinned stack. by Winson Chung · 7 years ago
  64. f1d8cb2 Merge "Revert "Remove activity from task if not set properly."" by Bryce Lee · 7 years ago
  65. 98689f7 Revert "Remove activity from task if not set properly." by Bryce Lee · 7 years ago
  66. 485c0fe Merge "Adding flags to filter dumping of activities." by TreeHugger Robot · 7 years ago
  67. 1ea5933 Merge "Add tracing for broadcast sending and processing." by Carmen Jackson · 7 years ago
  68. 18d62be Merge "Add a process state seq counter to UidRecord." by TreeHugger Robot · 7 years ago
  69. 88c4d1c Add a process state seq counter to UidRecord. by Sudheer Shanka · 7 years ago
  70. 2cda00e Merge "Channels for Frameworks notifications" by Geoffrey Pitsch · 7 years ago
  71. 55af6c5 Avoid deadlock when installing app by Shunta Sato · 8 years ago
  72. af759c5 Channels for Frameworks notifications by Geoffrey Pitsch · 7 years ago
  73. 6998bc4 Adding flags to filter dumping of activities. by Winson Chung · 7 years ago
  74. 910ac52 Merge "Only kill processes on default display density change" by David Stevens · 7 years ago
  75. d057cf8 Only kill processes on default display density change by David Stevens · 7 years ago
  76. fbe8553 Merge "A little more logging for receiver reregistration" by Chris Tate · 7 years ago
  77. 58e1fd5 A little more logging for receiver reregistration by Christopher Tate · 7 years ago
  78. 2d0c0e3 Consider disabled authorities for notifs. by Jeff Sharkey · 7 years ago
  79. 9687767 Merge "Allow querying providers with a specific metadata." by Makoto Onuki · 7 years ago
  80. 0f9bde8 Remove activity from task if not set properly. by Bryce Lee · 7 years ago
  81. e44f60e Merge "Require valid authorities for Uri notifications." by TreeHugger Robot · 7 years ago
  82. 912e80d Require valid authorities for Uri notifications. by Jeff Sharkey · 7 years ago
  83. 2e0d0f3 OMS: integrate OverlayManagerService into framework by Mårten Kongstad · 8 years ago
  84. 4098172 Merge "Ensure we use the fullscreen stack bounds when expanding PiP." by TreeHugger Robot · 7 years ago
  85. 3275729 Allow querying providers with a specific metadata. by Makoto Onuki · 7 years ago
  86. f764962 Merge "Revert "Ensure network connectivity on app start."" by Sudheer Shanka · 7 years ago
  87. c9d9407 Revert "Ensure network connectivity on app start." by Sudheer Shanka · 7 years ago
  88. 4eee999 Revert "Notify NPMS when uid becomes active or idle." by Sudheer Shanka · 7 years ago
  89. 5589333 Ensure we use the fullscreen stack bounds when expanding PiP. by Winson Chung · 7 years ago
  90. ac0a61b Notify NPMS when uid becomes active or idle. by Sudheer Shanka · 7 years ago
  91. 7fc46d8 Add tracking of bg check violations in broadcast stats. by Dianne Hackborn · 7 years ago
  92. 8c9a6b0 Merge "Revert "Revert "Per user setting for instant app""" by TreeHugger Robot · 7 years ago
  93. be0b889 Revert "Revert "Per user setting for instant app"" by Todd Kennedy · 7 years ago
  94. 72ad5bd Merge "Make audio effects work" by Marco Nelissen · 7 years ago
  95. fb6df0b Make audio effects work by Marco Nelissen · 7 years ago
  96. 92aaaa2 Moved bugreport intents to the com.android.internal namespace. by Felipe Leme · 7 years ago
  97. 3cb8673 Merge "Theme work lock activity with the task primaryColor" by Robin Lee · 7 years ago
  98. 27e6931 Ensure network connectivity on app start. by Sudheer Shanka · 7 years ago
  99. d725de1 Merge "Revert "No direct Uri grants from system."" by Amith Yamasani · 7 years ago
  100. dae8685 Revert "No direct Uri grants from system." by Amith Yamasani · 7 years ago