summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/TransactionExecutor.java
Commit message (Expand)AuthorAgeFilesLines
* Enable forced focus for resumed split screen activitiesMariia Sandrikova2022-12-251-1/+2
* [3/n] Camera Compat: Refresh activityMariia Sandrikova2022-12-211-4/+7
* Ensure isInPictureInPicture result in onPauseHongwei Wang2022-08-191-1/+2
* Send ActivityOptions to clientRiddle Hsu2021-01-051-1/+2
* Revert "Revert "Introduce ActivityTransactionItem and reduce null checks""Chilun Huang2020-09-181-6/+6
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-6/+6
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-6/+6
* Use START/STOP messages to update visibilityAndrii Kulian2020-01-081-3/+3
* Improve transaction loggingAndrii Kulian2018-07-251-21/+39
* Skip execution of transactions on a destroyed activityRiddle Hsu2018-07-121-1/+20
* Preserve custom activity intent on relaunchAndrii Kulian2018-05-021-1/+2
* Remove temporary logging.Bryce Lee2018-04-131-20/+0
* Don't throw exception for duplicate stopAndrii Kulian2018-03-191-1/+2
* Merge "Ignore activity lifecycle requests without matching client records." i...Bryce Lee2018-03-131-1/+4
|\
| * Ignore activity lifecycle requests without matching client records.Bryce Lee2018-03-131-1/+4
* | Don't throw exception for duplicate resumeAndrii Kulian2018-03-121-1/+1
|/
* Merge "Use post-execution state for lifecycle callback sequences"Andrii Kulian2018-02-281-72/+28
|\
| * Use post-execution state for lifecycle callback sequencesAndrii Kulian2018-02-281-72/+28
* | Fix extra pause report from clientAndrii Kulian2018-02-271-2/+2
|/
* Improve AM lifecycle event logsAndrii Kulian2018-02-211-2/+2
* Improve temporary logging around activity destruction.Bryce Lee2018-02-091-1/+3
* Add more logging to Activity Lifecycler.Bryce Lee2018-01-171-0/+22
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-3/+1
* Add transaction executorAndrii Kulian2017-12-051-0/+250