summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/ActivityConfigurationChangeItem.java
Commit message (Expand)AuthorAgeFilesLines
* Store pending override config instead of creating ActivityClientRecordChilun2021-12-281-3/+1
* Create ActivityClientRecord early in preExecuteChilun2021-05-261-1/+2
* 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-5/+7
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-7/+5
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-5/+7
* Make sure config change items are executed in the order dispatched.Darryl L Johnson2020-05-151-2/+9
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Drop stale activity configuration updates.Garfield Tan2019-01-101-0/+5
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-6/+27
* Add transaction executorAndrii Kulian2017-12-051-1/+8
* Add transaction unit testsAndrii Kulian2017-11-271-0/+17
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+71