summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Transition.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-15Not to remove the same animator twiceyoshiki iguchi
2018-10-18Reuse overlay view between two Visibility transitionsAndrey Kulikov
2018-08-30Add @UnsupportedAppUsage annotationsMathew Inwood
2017-03-13Excluded Views don't go through Transition.George Mount
2016-11-17Extract and unhide TransitionListenerAdapterBen Weiss
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-03-08Fix propagation delay not working with minimum value = 0George Mount
2016-02-10Don't use forceVisibility for Activity Transitions.George Mount
2015-12-02Fix @code escapesNeil Fuller
2015-06-26Merge "Fix addTarget not limiting to the given views." into mnc-devGeorge Mount
2015-06-25Fix addTarget not limiting to the given views.George Mount
2015-06-23Fix removeTarget to remove by ID instead of index.George Mount
2015-06-05API Council changes.George Mount
2015-05-07Properly cancel animators when View doesn't exist in starting state.George Mount
2015-05-04Fix potential NPE in internal isValidTarget method.George Mount
2015-02-12Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert
2015-02-12Revert "Increase visibility of Transition.areValuesChanged() to protected to ...Todd Volkert
2015-02-12Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert
2014-10-31Fix javadoc.George Mount
2014-10-22Fix transition being canceled improperly.George Mount
2014-09-19Target only shared elements with shared element TransitionGeorge Mount
2014-09-18Fix broken logic in isValidTargetGeorge Mount
2014-09-12Made Transitions act only the views that they target.George Mount
2014-09-05Only call setHasTransientState in captureHierarchy.George Mount
2014-09-05API Review: Improve javadoc.George Mount
2014-08-28Fix NPE when transitioning on unattached scene root.George Mount
2014-08-21Add Parent Change to ChangeTransformDake Gu
2014-08-19Fixed ChangeBounds matching against the wrong View.George Mount
2014-08-08Move shared elements to overlay when in a transition group.George Mount
2014-07-25Fix Monkey NPE.George Mount
2014-07-10Don't change View visibility during activity transitions.George Mount
2014-07-01Fix targeting transition by transitionName.George Mount
2014-06-30Add curved motion to Transitions.George Mount
2014-06-27Merge "Don't use overlay to transition ImageViews."George Mount
2014-06-25Don't use overlay to transition ImageViews.George Mount
2014-06-25Merge "Allow custom transitions from XML."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-19Allow custom transitions from XML.George Mount
2014-06-18Fix blinking animation during Visibility transitions.George Mount
2014-06-17Allow antroid.transition Transitions in fragments.George Mount
2014-06-11Prevent transitions from calling createAnimator for invalid views.George Mount
2014-06-05API review: Constants to Gravity and Epicenter.George Mount
2014-05-14Allow changing order of matching Views in Transitions.George Mount
2014-05-13Add view name to Transition matching.George Mount