summaryrefslogtreecommitdiff
path: root/core/java/android/transition/TransitionSet.java
AgeCommit message (Expand)Author
2018-10-31Improve platform TransitionSet behaviorAndrey Kulikov
2018-03-16Transfer Interpolator from TransitionSet to child TransitionsGeorge 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
2016-02-16Merge "Fix TransitionSet javadoc to use transitionOrdering attribute." into n...George Mount
2016-02-10Fix TransitionSet javadoc to use transitionOrdering attribute.George Mount
2016-02-10Don't use forceVisibility for Activity Transitions.George Mount
2014-09-12Made Transitions act only the views that they target.George Mount
2014-09-11Merge "Fixed empty TransitionSet not notifying listeners." into lmp-devGeorge Mount
2014-09-11Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-devGeorge Mount
2014-09-11Fixed: TransitionSet setStartDelay did nothing.George Mount
2014-09-11Fixed empty TransitionSet not notifying listeners.George Mount
2014-09-05Only call setHasTransientState in captureHierarchy.George Mount
2014-08-19Fixed ChangeBounds matching against the wrong View.George Mount
2014-08-19Add a way to get Transitions from a TransitionSet.George Mount
2014-07-25TransitionSet: fix excludeTarget not workingDake Gu
2014-07-15Fix NPE during construction from XML.George Mount
2014-07-10Don't change View visibility during activity transitions.George Mount
2014-06-30Add curved motion to Transitions.George Mount
2014-06-23Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount
2014-06-23Revert "API Review: Change View viewName attribute to transitionName."John Reck
2014-06-20API Review: Change View viewName attribute to transitionName.George Mount
2014-06-17Allow antroid.transition Transitions in fragments.George Mount
2014-05-13Add view name to Transition matching.George Mount
2014-04-22Properly filter out excluded views in createAnimators() call.George Mount
2014-04-07Add Transitions useful for Activity transitions.George Mount
2014-03-06Fix problem with Animators pausing the wrong Window.George Mount
2013-10-06Fix resource-loading code for TransitionSetChet Haase
2013-09-26Make fading transitions work betterChet Haase
2013-09-18Use transition-only alpha property for fading transitionsChet Haase
2013-09-11Add exclude() methods to TransitionChet Haase
2013-09-04Transition API changes from API council recommendationsChet Haase