summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityOptions.java
Commit message (Expand)AuthorAgeFilesLines
* Enable flagging shortcuts to launch properly in a bubbleMady Mellor2020-04-281-0/+24
* Merge "Add test APIs for makeCustomAnimation" into rvc-devMing-Shin Lu2020-04-171-2/+37
|\
| * Add test APIs for makeCustomAnimationMing-Shin Lu2020-04-071-2/+37
* | 8/n Allow targeting task containers for activity launchAndrii Kulian2020-04-151-0/+26
|/
* Update some policy around multi-window windowing modeWinson Chung2020-03-181-0/+27
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Use setTaskOverlay to launch ConfirmDeviceCredentialActivity.wilsonshih2019-11-061-2/+2
* Add test API to change the exit transition timeout.George Mount2019-08-271-0/+11
* Adding caller display id when launching activities via PendingIntentLouis Chang2019-07-291-3/+30
* Fixing HardwareBuffer leak when creating a bitmapSunny Goyal2019-04-101-3/+1
* Add mechanism for freezing the system recent task listWinson Chung2019-03-151-0/+30
* Replace createHardwareBitmap with wrapHardwareBuffer.Peiyong Lin2019-01-301-1/+3
* Merge "Add activity options flag to force launching an activity in a new task"TreeHugger Robot2018-10-181-0/+28
|\
| * Add activity options flag to force launching an activity in a new taskWinson Chung2018-09-281-0/+28
* | Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6kopriva2018-10-091-1/+1
|\ \ | |/ |/|
| * Merge "docs: fixing errors found with lint check" into pi-devkopriva2018-10-091-1/+1
| |\
| | * docs: fixing errors found with lint checkkopriva2018-10-091-1/+1
| * | Merge "Docs: fixed formatting for setLaunchBounds()" into pi-devBenjamin Miller2018-08-291-4/+5
| |\|
| | * Docs: fixed formatting for setLaunchBounds()Benjamin Miller2018-08-241-4/+5
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+5
| |/
* | Merge "Docs: fixed formatting for setLaunchBounds()"TreeHugger Robot2018-08-171-4/+5
|\ \
| * | Docs: fixed formatting for setLaunchBounds()Benjamin Miller2018-07-051-4/+5
* | | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+5
|/ /
* | Prevent clobbering of activity options bundle when mergingWinson Chung2018-06-291-14/+36
* | Split interfaces and service for activities from current AM interfaces (1/n)Wale Ogunwale2018-06-061-1/+1
|/
* Update Javadoc of setLockTaskEnabled to reflect known issueBenjamin Franz2018-04-051-1/+2
* Update lock task features name and javadocBenjamin Franz2018-02-191-2/+2
* Override all transitions from package startJorim Jaggi2018-02-141-0/+5
* Revert "Revert "2/ Add support for remote Recents animation""Winson Chung2018-01-251-0/+28
* Revert "2/ Add support for remote Recents animation"Jorim Jaggi2018-01-251-28/+0
* 2/ Add support for remote Recents animationWinson Chung2018-01-241-0/+28
* Remote animations (app-controlled animations)Jorim Jaggi2018-01-171-1/+32
* Enforce platform level animation in CrossProfileApps.startMainActivityTony Mak2017-12-201-0/+16
* Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimaryMatthew Ng2017-10-271-10/+12
* AM: introduce ActivityOptions.setLockTaskMode().Charles He2017-10-121-0/+42
* Removed remaining use of static stack ids.Wale Ogunwale2017-10-111-1/+0
* ActivityOptions.set/getLaunchStackId() be gone!Wale Ogunwale2017-09-191-9/+42
* Add API to disallow entering PiP when launching a new activityWinson Chung2017-08-251-0/+23
* Fix backwards flag causing crash.Winson Chung2017-06-161-1/+1
* Handling cases with a null bitmap.Winson Chung2017-06-021-5/+7
* DO NOT MERGE Updating AnimationSpec and related internal APIs to use GraphicB...Winson Chung2017-05-311-5/+23
* Optimize hot launching recentsJorim Jaggi2017-05-161-45/+30
* Allow apps to provide the Instant App installer extra informationChad Brubaker2017-04-261-0/+32
* Create a valid ActivityOptions Bundle even for default animationsIan Lake2017-04-181-3/+0
* Use feature instead of hidden config for multi-displayAndrii Kulian2017-04-071-0/+8
* Fix issue with task overlay activities not finishing.Winson Chung2017-03-271-0/+2
* Merge "Extract and unhide TransitionListenerAdapter"Ben Weiss2017-02-061-1/+2
|\
| * Extract and unhide TransitionListenerAdapterBen Weiss2016-11-171-1/+2
* | Ensure that we always resume task overlay activities if requested.Winson Chung2017-01-121-3/+21
|/
* Add API to launch activities on secondary displaysAndrii Kulian2016-11-151-0/+29