summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/ActivityResultItem.java
Commit message (Expand)AuthorAgeFilesLines
* Use post-execution state for ActivityResultItemChilun2021-10-041-3/+16
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-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/+6
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-6/+5
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-5/+6
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+2
* Don't require post-execution state for onActivityResultAndrii Kulian2018-04-201-3/+3
* Use post-execution state for lifecycle callback sequencesAndrii Kulian2018-02-281-3/+3
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-6/+25
* Add transaction executorAndrii Kulian2017-12-051-3/+10
* Add transaction unit testsAndrii Kulian2017-11-271-0/+17
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+78