summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/ResumeActivityItem.java
Commit message (Expand)AuthorAgeFilesLines
* Enable forced focus for resumed split screen activitiesMariia Sandrikova2022-12-251-5/+17
* Customizable exit splash screen animation.(2/N)wilsonshih2021-02-151-1/+1
* 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-3/+5
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-5/+3
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-3/+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
* Don't throw exception for duplicate resumeAndrii Kulian2018-03-121-1/+2
* 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-15/+42
* Add transaction executorAndrii Kulian2017-12-051-13/+38
* Add transaction unit testsAndrii Kulian2017-11-271-0/+20
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+94