summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityOptions.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #21814207 and issue #21814212 (alarm manager)Dianne Hackborn2015-06-171-21/+24
* Fix issue #21572679: API Review: ActivityOptions, usage time reportDianne Hackborn2015-06-051-4/+4
* Add API to track usage time of apps.Dianne Hackborn2015-05-211-0/+68
* Add ClipReveal window transition for application launchChet Haase2015-02-131-0/+31
* Bug 18784289: Fix issue with transition animation callback.Winson Chung2014-12-181-6/+10
* Adding bounce animation for affiliated tasks. (Bug 16656169)Winson Chung2014-11-061-0/+48
* Have Activity Transitions activited by a new window attribute.George Mount2014-09-111-3/+3
* Merge "Remove deprecated (and now unused) API method." into lmp-devCraig Mautner2014-09-091-5/+0
|\
| * Remove deprecated (and now unused) API method.Craig Mautner2014-09-091-5/+0
* | Removing unnecessary delays, ensuring transition thumbnail is the size of the...Winson Chung2014-09-071-26/+37
|/
* Merge "Multiple performance changes to speed recents invocation/app launching...Winson Chung2014-08-261-1/+72
|\
| * Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-251-1/+72
* | Update API per council requestsCraig Mautner2014-08-251-1/+6
|/
* Launch activity behind launching task.Craig Mautner2014-07-151-4/+25
* Fix hang when there is no shared element in activity transition.George Mount2014-07-021-4/+1
* Don't return null from ActivityOptions.makeSceneTransitionAnimation.George Mount2014-07-011-7/+11
* Activity Transitions: don't require transitionName.George Mount2014-06-231-36/+18
* Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-6/+4
* Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-4/+6
* API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-6/+4
* Make more descriptive exception for null viewName.George Mount2014-06-111-2/+12
* Support Activity Transitions when activity stopped.George Mount2014-05-151-156/+113
* Disallow makeSceneTransitionAnimation without FEATURE_CONTENT_TRANSITIONSGeorge Mount2014-05-131-0/+4
* Transfer image of shared element to launched Activity.George Mount2014-04-291-2/+36
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-228/+129
* Add Transitions useful for Activity transitions.George Mount2014-04-071-15/+12
* Implement "Back" for Activity Transitions.George Mount2014-04-071-33/+50
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-100/+130
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-64/+89
* Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-89/+64
* Cross-Activity Scene transition API.George Mount2014-02-041-91/+199
* Add support for cross-activity scenes and transitionsAdam Powell2013-12-051-4/+48
* Make Scenes and Transitions first-class in PhoneWindow/ThemesAdam Powell2013-11-051-26/+153
* Adding a thumbnail scale down animationMichael Jurka2012-08-161-21/+20
* Work on issue #6579997: Mariner entrance animationDianne Hackborn2012-06-011-14/+60
* Making transition out of recents look betterMichael Jurka2012-05-091-2/+36
* Tweak anim API to automatically call Intent.setSourceBounds().Dianne Hackborn2012-05-071-1/+11
* Fix issue #6426645: API REVIEW: android.app.ActivityOptionsDianne Hackborn2012-05-041-2/+3
* Add new scale-up window manager animation.Dianne Hackborn2012-04-161-5/+79
* Hide the callback for activity animation options.Dianne Hackborn2012-04-101-1/+21
* Add new thumbnail animation.Dianne Hackborn2012-03-231-13/+181
* Fix build, forgot to add file.Dianne Hackborn2012-03-191-0/+141