summaryrefslogtreecommitdiff
path: root/core/java/android/app/servertransaction/LaunchActivityItem.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Removing TaskFragment token from LaunchActivityItem"Shivam Agrawal2022-03-301-7/+14
* Revert "Expose ActivityOptions.fromBundle() as ModuleApi."Yuncheol Heo2022-03-031-6/+1
* Move fixed-rotation-related display information into configEvan Rosky2022-01-261-16/+6
* Store pending override config instead of creating ActivityClientRecordChilun2021-12-281-8/+7
* Merge "Removing TaskFragment token from LaunchActivityItem" into sc-v2-dev am...Louis Chang2021-10-051-13/+7
|\
| * Removing TaskFragment token from LaunchActivityItemLouis Chang2021-09-291-13/+7
* | Expose ActivityOptions.fromBundle() as ModuleApi.Yuncheol Heo2021-09-171-1/+6
|/
* Sending TaskFragment token to client for the launching activityLouis Chang2021-08-021-7/+13
* Create ActivityClientRecord early in preExecuteChilun2021-05-261-7/+8
* API Update: extra_is_bubbled -> Activity#isLaunchedFromBubbleMady Mellor2021-04-011-6/+14
* Create per-app treatment for overriding minimum aspect ratioBenjamin Franz2021-03-161-1/+1
* Update ContentCaptureContext to have a token informationJoanne Chung2021-03-021-8/+14
* Send ActivityOptions to clientRiddle Hsu2021-01-051-13/+21
* Send IActivityClientController to client when launching activityRiddle Hsu2020-12-081-3/+19
* 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-1/+2
* Revert "Introduce ActivityTransactionItem and reduce null checks"David Srbecky2020-08-171-2/+1
* Introduce ActivityTransactionItem and reduce null checksCharles Chen2020-08-101-1/+2
* Send fixed rotation adjustments to the associated clientRiddle Hsu2020-05-111-8/+16
* Do not unparcel bundle from application in LaunchActivityItemRiddle Hsu2020-04-111-22/+16
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Adding API for defining and invoking DirectActionsSunny Goyal2019-04-261-7/+15
* Defer top process state for VMRiddle Hsu2019-04-151-0/+7
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+3
* Preserve custom activity intent on relaunchAndrii Kulian2018-05-021-1/+1
* Implement object pool for lifecyclerAndrii Kulian2017-12-071-55/+87
* Add transaction executorAndrii Kulian2017-12-051-20/+22
* Add transaction unit testsAndrii Kulian2017-11-271-0/+71
* Add basic lifecycle transaction containersAndrii Kulian2017-11-211-0/+161