summaryrefslogtreecommitdiff
path: root/core/java/android/transition/TransitionManager.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
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Remove transition listener in MultiListener and FragmentTransitionAndrey Kulikov2018-10-221-0/+1
* Keep scene change code in framework transitions in sync with AndroidXAndrey Kulikov2018-09-281-11/+10
* Call Scene's exit action when use TransitionManager.go() with null transitionAndrey Kulikov2018-09-271-5/+11
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+4
* Fix race condition with GC in TransitionManagerYuichi Araki2018-05-021-7/+9
* Extract and unhide TransitionListenerAdapterBen Weiss2016-11-171-1/+1
* Use safe access to OnPreDrawListener.George Mount2016-11-151-1/+7
* Fix TransitionManager.go with null Transition.George Mount2016-09-201-13/+13
* Make getTransition a @TestApi for CTS tests.George Mount2016-06-241-1/+4
* Re-add Internal API for cross-task Activity used by assistant.George Mount2016-06-081-1/+1
* Revert "Internal API for cross-task Activity used by assistant."Eino-Ville Talvala2016-06-061-1/+1
* Internal API for cross-task Activity used by assistant.George Mount2016-06-031-1/+1
* Fix endTransition index out of bounds exception.George Mount2015-06-251-4/+5
* Make TransitionManager.endTransitions() public.George Mount2015-04-081-1/+0
* Fix TransitionManager.go not running transition.George Mount2015-03-031-13/+16
* Make popup transition animation play nicely with dismiss/show pairAlan Viverette2015-02-021-1/+26
* Fix TransitionManager.go() to allow null transitionsChet Haase2014-09-031-3/+7
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-47/+0
* Fix problem with Animators pausing the wrong Window.George Mount2014-03-061-3/+3
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-121/+29
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-29/+121
* Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-121/+29
* Add support for cross-activity scenes and transitionsAdam Powell2013-12-051-1/+141
* Hide TransitionManager default transition methodsAdam Powell2013-10-241-4/+8
* Fix leak with transitions when views get removedChet Haase2013-10-221-38/+82
* Enable transitions in lockscreen media controllerChet Haase2013-10-041-6/+1
* Make fading transitions work betterChet Haase2013-09-261-0/+5
* Ensure that transitions animating alpha end on a reasonable valueChet Haase2013-09-161-18/+14
* Plug leaks in transitionsChet Haase2013-09-141-11/+18
* Disable ActionBar transitionsChet Haase2013-09-131-14/+18
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+360