summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityTaskManager.java
Commit message (Expand)AuthorAgeFilesLines
* Allow getTasks to filter tasks by displayId.Yuncheol Heo2022-08-011-3/+19
* Remove permission token from startActivityAsCallerMark Renouf2022-03-231-8/+0
* Hook up nav-bar attach/detach logic to Shell TransitionsEvan Rosky2021-05-211-0/+13
* Determine whether to support activities in multi window (1/n)Chris Li2021-04-271-14/+0
* Add a method to obtain task info with intent extraGarfield Tan2021-04-201-1/+11
* Fix back stack for PiP from multi-activity TaskHongwei Wang2021-04-141-1/+2
* Remove obsolete test APIs of split screenRiddle Hsu2021-04-121-45/+0
* Allow non-resizable to enter split screen from recentChris Li2021-03-121-0/+14
* Customizable exit splash screen animation.(2/N)wilsonshih2021-02-151-0/+18
* Remove moveTopActivityToPinnedRootTask completelyRiddle Hsu2021-01-081-15/+0
* Remove IActivityTaskManager#setTaskWindowingModeSplitScreenPrimaryRiddle Hsu2020-12-311-32/+4
* Move requestPictureInPictureMode to internalRiddle Hsu2020-12-151-14/+0
* Switch some recent tasks calls from IATM to ATMWale Ogunwale2020-11-301-2/+107
* Allow resource override on max number of actions in PiPHongwei Wang2020-10-281-0/+6
* Deprecate MANAGE_ACTIVITY_STACKS permissionLouis Chang2020-10-281-12/+12
* Remove single task display pathWinson Chung2020-10-211-13/+0
* Renaming Stacks APIs to RootTasksLouis Chang2020-10-061-19/+19
* Replace StackInfo with TaskInfoLouis Chang2020-09-031-21/+94
* Merge "Ensure split-screen support isn't reported on devices with small displ...Darryl Johnson2020-07-081-1/+19
|\
| * Ensure split-screen support isn't reported on devices with small displays.Darryl L Johnson2020-07-061-1/+19
* | Ensure mShowDialogs gets updated as part of global config updateNikolas Havrikov2020-06-191-3/+11
|/
* Add currentUiModeSupportsErrorDialogs() into ActivityTaskManager.Yuncheol Heo2020-04-211-0/+12
* Introduce WindowOrganizerWale Ogunwale2020-03-231-19/+0
* Move some window related files to android.window packageWale Ogunwale2020-03-221-0/+1
* Clean-up old docked-stack implementation from WMEvan Rosky2020-02-251-2/+1
* Move PiP animation to SysUI packageHongwei Wang2020-02-241-19/+0
* Add lock task check when entering split screenWinson Chung2020-02-031-5/+7
* Add TaskTile concept to Window ManagerEvan Rosky2020-01-311-0/+18
* Add #onPictureInPictureRequested to Activity and ATMjorgegil@google.com2019-12-201-0/+15
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Unify Window resize (1/N)Evan Rosky2019-08-301-18/+6
* Greylist IActivityTaskManagerSingleton.Mathew Inwood2019-04-031-0/+2
* Add support for singleTaskInstance displaysWale Ogunwale2019-01-021-0/+13
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-17/+0
* Add a test API to remove launch param records.Garfield Tan2018-11-281-0/+14
* Re-patching in Sharesheet security model changes.Alison Cichowlas2018-11-091-0/+26
* Moved some log config. to ActivityTaskManagerDebugConfig (21/n)Wale Ogunwale2018-10-151-0/+6
* Add TestApi for CtsActivityManagerDeviceTestCases.lumark2018-08-081-0/+138
* Expose method to clear all visible recent tasksWinson Chung2018-08-011-0/+13
* Split interfaces and service for activities from current AM interfaces (1/n)Wale Ogunwale2018-06-061-0/+253