summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/PauseActivityItem.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure isInPictureInPicture result in onPauseHongwei Wang2022-08-191-5/+14
* Move activity client operations to a separate interfaceRiddle Hsu2020-12-021-8/+3
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Revert "Revert "Introduce ActivityTransactionItem and reduce null checks""Chilun Huang2020-09-181-4/+5
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-5/+4
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-4/+5
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Moved some activities implementation to ActivityTaskManagerService (2/n)Wale Ogunwale2018-06-121-1/+2
* Remove temporary logging.Bryce Lee2018-04-131-2/+0
* Fix extra pause report from clientAndrii Kulian2018-02-271-2/+2
* Improve AM lifecycle event logsAndrii Kulian2018-02-211-1/+1
* Clear lifecycle description on recycle and improve logging.Bryce Lee2018-02-141-0/+1
* Add more logging to Activity Lifecycler.Bryce Lee2018-01-171-0/+2
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-17/+47
* Add transaction executorAndrii Kulian2017-12-051-14/+29
* Add transaction unit testsAndrii Kulian2017-11-271-0/+23
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+102