summaryrefslogtreecommitdiff
path: root/core/java/android/app/ClientTransactionHandler.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-05-26Create ActivityClientRecord early in preExecuteChilun
2021-04-15Add Activity#onPictureInPictureUiStateChanged and PictureInPictureUiState.Ben Lin
2021-02-15Customizable exit splash screen animation.(2/N)wilsonshih
2021-01-05Send ActivityOptions to clientRiddle Hsu
2020-09-18Revert "Revert "Introduce ActivityTransactionItem and reduce null checks""Chilun Huang
2020-08-17Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky
2020-08-10Introduce ActivityTransactionItem and reduce null checksCharles Chen
2020-05-11Send fixed rotation adjustments to the associated clientRiddle Hsu
2020-04-30Move PIP/MW mode callbacks to be on the client sideHongwei Wang
2020-01-08Use START/STOP messages to update visibilityAndrii Kulian
2019-12-20Add #onPictureInPictureRequested to Activity and ATMjorgegil@google.com
2019-04-15Defer top process state for VMRiddle Hsu
2019-04-08Remove custom lifecycle transitions for onNewIntent callbackLouis Chang
2019-01-25Report top resumed activity state changeAndrii Kulian
2019-01-10Drop stale activity configuration updates.Garfield Tan
2018-07-25Improve transaction loggingAndrii Kulian
2018-07-12Skip execution of transactions on a destroyed activityRiddle Hsu
2018-05-02Preserve custom activity intent on relaunchAndrii Kulian
2018-04-20Don't require post-execution state for onActivityResultAndrii Kulian
2018-04-13Remove temporary logging.Bryce Lee
2018-03-29Don't finish activity on duplicate resume requestAndrii Kulian
2018-03-26Use transaction for local activity relaunchAndrii Kulian
2018-03-19Don't throw exception for duplicate stopAndrii Kulian
2018-03-12Don't throw exception for duplicate resumeAndrii Kulian
2018-02-27Fix extra pause report from clientAndrii Kulian
2018-02-21Improve AM lifecycle event logsAndrii Kulian
2018-02-09Merge "Improve temporary logging around activity destruction."TreeHugger Robot
2018-02-09Improve temporary logging around activity destruction.Bryce Lee
2018-02-08Switch activity relaunch to lifecyclerAndrii Kulian
2018-01-30Revert "Minor LoadedApk refactoring."Todd Kennedy
2018-01-17Add more logging to Activity Lifecycler.Bryce Lee
2017-12-14Minor LoadedApk refactoring.Jeff Hamilton
2017-12-05Add transaction executorAndrii Kulian
2017-11-21Add basic lifecycle transaction containersAndrii Kulian