index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
ActivityTaskManager.java
Age
Commit message (
Expand
)
Author
2022-03-15
Merge SP2A.220305.013
Haamed Gheibi
2021-04-27
Determine whether to support activities in multi window (1/n)
Chris Li
2021-04-20
Add a method to obtain task info with intent extra
Garfield Tan
2021-04-14
Fix back stack for PiP from multi-activity Task
Hongwei Wang
2021-04-12
Remove obsolete test APIs of split screen
Riddle Hsu
2021-03-12
Allow non-resizable to enter split screen from recent
Chris Li
2021-02-15
Customizable exit splash screen animation.(2/N)
wilsonshih
2021-01-08
Remove moveTopActivityToPinnedRootTask completely
Riddle Hsu
2020-12-31
Remove IActivityTaskManager#setTaskWindowingModeSplitScreenPrimary
Riddle Hsu
2020-12-15
Move requestPictureInPictureMode to internal
Riddle Hsu
2020-11-30
Switch some recent tasks calls from IATM to ATM
Wale Ogunwale
2020-10-28
Allow resource override on max number of actions in PiP
Hongwei Wang
2020-10-28
Deprecate MANAGE_ACTIVITY_STACKS permission
Louis Chang
2020-10-21
Remove single task display path
Winson Chung
2020-10-06
Renaming Stacks APIs to RootTasks
Louis Chang
2020-09-03
Replace StackInfo with TaskInfo
Louis Chang
2020-07-08
Merge "Ensure split-screen support isn't reported on devices with small displ...
Darryl Johnson
2020-07-06
Ensure split-screen support isn't reported on devices with small displays.
Darryl L Johnson
2020-06-19
Ensure mShowDialogs gets updated as part of global config update
Nikolas Havrikov
2020-04-21
Add currentUiModeSupportsErrorDialogs() into ActivityTaskManager.
Yuncheol Heo
2020-03-23
Introduce WindowOrganizer
Wale Ogunwale
2020-03-22
Move some window related files to android.window package
Wale Ogunwale
2020-02-25
Clean-up old docked-stack implementation from WM
Evan Rosky
2020-02-24
Move PiP animation to SysUI package
Hongwei Wang
2020-02-03
Add lock task check when entering split screen
Winson Chung
2020-01-31
Add TaskTile concept to Window Manager
Evan Rosky
2019-12-20
Add #onPictureInPictureRequested to Activity and ATM
jorgegil@google.com
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-30
Unify Window resize (1/N)
Evan Rosky
2019-04-03
Greylist IActivityTaskManagerSingleton.
Mathew Inwood
2019-01-02
Add support for singleTaskInstance displays
Wale Ogunwale
2018-12-11
API: Clean up redundant and ineffective usages of SystemApi and TestApi
Adrian Roos
2018-11-28
Add a test API to remove launch param records.
Garfield Tan
2018-11-09
Re-patching in Sharesheet security model changes.
Alison Cichowlas
2018-10-15
Moved some log config. to ActivityTaskManagerDebugConfig (21/n)
Wale Ogunwale
2018-08-08
Add TestApi for CtsActivityManagerDeviceTestCases.
lumark
2018-08-01
Expose method to clear all visible recent tasks
Winson Chung
2018-06-06
Split interfaces and service for activities from current AM interfaces (1/n)
Wale Ogunwale