summaryrefslogtreecommitdiff
path: root/core/java/android/transition/TransitionManager.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-10-22Remove transition listener in MultiListener and FragmentTransitionAndrey Kulikov
2018-09-28Keep scene change code in framework transitions in sync with AndroidXAndrey Kulikov
2018-09-27Call Scene's exit action when use TransitionManager.go() with null transitionAndrey Kulikov
2018-08-30Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-02Fix race condition with GC in TransitionManagerYuichi Araki
2016-11-17Extract and unhide TransitionListenerAdapterBen Weiss
2016-11-15Use safe access to OnPreDrawListener.George Mount
2016-09-20Fix TransitionManager.go with null Transition.George Mount
2016-06-24Make getTransition a @TestApi for CTS tests.George Mount
2016-06-08Re-add Internal API for cross-task Activity used by assistant.George Mount
2016-06-06Revert "Internal API for cross-task Activity used by assistant."Eino-Ville Talvala
2016-06-03Internal API for cross-task Activity used by assistant.George Mount
2015-06-25Fix endTransition index out of bounds exception.George Mount
2015-04-08Make TransitionManager.endTransitions() public.George Mount
2015-03-03Fix TransitionManager.go not running transition.George Mount
2015-02-02Make popup transition animation play nicely with dismiss/show pairAlan Viverette
2014-09-03Fix TransitionManager.go() to allow null transitionsChet Haase
2014-04-17Split Activity Transitions out of PhoneWindow.George Mount
2014-03-06Fix problem with Animators pausing the wrong Window.George Mount
2014-02-26Change Activity Scene Transitions to be more automatic redo.George Mount
2014-02-26Revert "Change Activity Scene Transitions to be more automatic."George Mount
2014-02-25Change Activity Scene Transitions to be more automatic.George Mount
2013-12-05Add support for cross-activity scenes and transitionsAdam Powell
2013-10-24Hide TransitionManager default transition methodsAdam Powell
2013-10-22Fix leak with transitions when views get removedChet Haase
2013-10-04Enable transitions in lockscreen media controllerChet Haase
2013-09-26Make fading transitions work betterChet Haase
2013-09-16Ensure that transitions animating alpha end on a reasonable valueChet Haase
2013-09-14Plug leaks in transitionsChet Haase
2013-09-13Disable ActionBar transitionsChet Haase
2013-09-04Transition API changes from API council recommendationsChet Haase