summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityOptions.java
Commit message (Expand)AuthorAgeFilesLines
* Only allow NEW_TASK flag when adjusting pending intentsWinson Chung2023-05-271-1/+5
* Enable flagging shortcut with no_user_action flagJeff Chang2023-02-071-0/+23
* Enable flagging shortcut with additional activity flagsJerry Chang2023-02-031-0/+24
* Allow to disable showing starting window when start from recentswilsonshih2022-09-271-0/+27
* Merge "Strip transition information from activityoptions when sent to app" in...Evan Rosky2022-08-041-0/+5
|\
| * Merge "Strip transition information from activityoptions when sent to app" in...Evan Rosky2022-08-041-0/+5
| |\
| | * Merge "Strip transition information from activityoptions when sent to app" in...Evan Rosky2022-08-041-0/+5
| | |\
| | | * Strip transition information from activityoptions when sent to appEvan Rosky2022-08-041-0/+5
* | | | Merge "Revert "Strip transition information from activityoptions once it is r...Evan Rosky2022-08-041-5/+0
|\| | |
| * | | Merge "Revert "Strip transition information from activityoptions once it is r...Evan Rosky2022-08-041-5/+0
| |\| |
| | * | Merge "Revert "Strip transition information from activityoptions once it is r...Evan Rosky2022-08-041-5/+0
| | |\|
| | | * Revert "Strip transition information from activityoptions once it is read."Evan Rosky2022-08-031-5/+0
* | | | Merge "Strip transition information from activityoptions once it is read." in...Evan Rosky2022-08-031-0/+5
|\| | |
| * | | Merge "Strip transition information from activityoptions once it is read." in...Evan Rosky2022-08-031-0/+5
| |\| |
| | * | Merge "Strip transition information from activityoptions once it is read." in...Evan Rosky2022-08-021-0/+5
| | |\|
| | | * Strip transition information from activityoptions once it is read.Evan Rosky2022-08-021-0/+5
| | | * Provide default splash screen style for Launcher and SystemUI.wilsonshih2021-12-011-1/+1
| * | | Add ActivityOption to remove keyguard when an activity is launched.Issei Suzuki2022-05-171-14/+14
| |/ /
* | | Adjust PiP source rect hint for window boundsHongwei Wang2022-07-141-1/+0
* | | Add ActivityOption to remove keyguard when an activity is launched.Issei Suzuki2022-04-271-14/+14
|/ /
* | Add timestamp to ActivityOptions.OnAnimation*ListenerIssei Suzuki2022-04-221-8/+15
* | Add hidden flag in ActivityOptions to ignore PendingIntent creator foreground...Ricky Wai2022-04-011-0/+27
* | Merge "Add ActivityOption to remove insecure keyguard when activity is launch...Issei Suzuki2022-03-241-0/+30
|\ \
| * | Add ActivityOption to remove insecure keyguard when activity is launched.Issei Suzuki2022-03-161-0/+30
* | | Merge "Read custom background when creating ActivityOptions from bundle" into...Pablo Gamito2022-03-221-0/+1
|\ \ \ | |/ / |/| |
| * | Read custom background when creating ActivityOptions from bundlePablo Gamito2022-03-141-0/+1
* | | Revert "Expose ActivityOptions.fromBundle() as ModuleApi."Yuncheol Heo2022-03-031-11/+3
* | | Rename 'EMPTY' to 'SOLID_COLOR' for splash screen style.wilsonshih2022-03-021-2/+2
* | | Restrict what activity launches show permission promptsNate Myren2022-02-281-0/+33
|/ /
* | Add Content PiP support with launch-into-pip APIHongwei Wang2022-02-151-0/+45
* | Merge "Safer @hide Bundle.getParcelable() with explicit type"Bernardo Rufino2022-02-111-1/+1
|\ \
| * | Safer @hide Bundle.getParcelable() with explicit typeBernardo Rufino2022-02-091-1/+1
* | | Make getSplashScreenStyle public.wilsonshih2022-02-081-1/+0
|/ /
* | Add option to override background color for animation through overridePending...Pablo Gamito2022-01-271-7/+43
* | Public API set and get splashscreen stylewilsonshih2022-01-031-9/+16
* | Add support for WindowAnimationStyle theme attribute in shellPablo Gamito2021-12-211-0/+2
* | Provide default splash screen style for Launcher and SystemUI.wilsonshih2021-11-291-1/+1
* | Merge "Make ActivityOptions#setLaunchTaskId a system API" into sc-v2-dev am: ...Tom Natan2021-10-211-1/+3
|\|
| * Make ActivityOptions#setLaunchTaskId a system APItomnatan2021-10-211-1/+4
| * Wrap IRemoteTransition in a parcelable to enable extra propertiesEvan Rosky2021-09-031-9/+8
* | Merge BroadcastOptions and ActivityOptions PendingIntent BAL flags andRicky Wai2021-10-191-41/+5
* | Merge "Expose ActivityOptions.fromBundle() as ModuleApi."Yuncheol Heo2021-09-301-3/+12
|\ \
| * | Expose ActivityOptions.fromBundle() as ModuleApi.Yuncheol Heo2021-09-171-3/+12
| |/
* | Merge "Add hidden API to allow PendingIntent sender to allow/block BAL"Ricky Wai2021-09-231-0/+36
|\ \
| * | Add hidden API to allow PendingIntent sender to allow/block BALRicky Wai2021-09-161-0/+36
| |/
* / Wrap IRemoteTransition in a parcelable to enable extra propertiesEvan Rosky2021-09-021-9/+8
|/
* Intercept activity start requests in client organizerAndrii Kulian2021-08-031-0/+24
* Persist Theme name instead of ID for ShortcutInfoIssei Suzuki2021-06-091-6/+7
* Introduce setSplashscreenStyle to specify splash screen style.wilsonshih2021-06-081-0/+28
* Defer pausing apps when bringing up recentsEvan Rosky2021-05-141-0/+30