summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/NewIntentItem.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid making post state to RESUMED for a PAUSING activityLouis Chang2019-07-031-4/+11
* Remove custom lifecycle transitions for onNewIntent callbackLouis Chang2019-04-081-13/+8
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+2
* Use post-execution state for lifecycle callback sequencesAndrii Kulian2018-02-281-5/+0
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-8/+28
* Add transaction executorAndrii Kulian2017-12-051-8/+13
* Add transaction unit testsAndrii Kulian2017-11-271-0/+20
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+88