summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Transition.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Not to remove the same animator twiceyoshiki iguchi2019-04-151-9/+14
* Reuse overlay view between two Visibility transitionsAndrey Kulikov2018-10-181-10/+6
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+4
* Excluded Views don't go through Transition.George Mount2017-03-131-1/+3
* Extract and unhide TransitionListenerAdapterBen Weiss2016-11-171-28/+0
* Re-add Internal API for cross-task Activity used by assistant.George Mount2016-06-081-0/+20
* Revert "Internal API for cross-task Activity used by assistant."Eino-Ville Talvala2016-06-061-20/+0
* Internal API for cross-task Activity used by assistant.George Mount2016-06-031-0/+20
* Fix propagation delay not working with minimum value = 0George Mount2016-03-081-5/+5
* Don't use forceVisibility for Activity Transitions.George Mount2016-02-101-3/+0
* Fix @code escapesNeil Fuller2015-12-021-16/+14
* Merge "Fix addTarget not limiting to the given views." into mnc-devGeorge Mount2015-06-261-11/+19
|\
| * Fix addTarget not limiting to the given views.George Mount2015-06-251-11/+19
* | Fix removeTarget to remove by ID instead of index.George Mount2015-06-231-1/+1
|/
* API Council changes.George Mount2015-06-051-13/+18
* Properly cancel animators when View doesn't exist in starting state.George Mount2015-05-071-0/+4
* Fix potential NPE in internal isValidTarget method.George Mount2015-05-041-0/+3
* Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-121-1/+11
* Revert "Increase visibility of Transition.areValuesChanged() to protected to ...Todd Volkert2015-02-121-11/+1
* Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-121-1/+11
* Fix javadoc.George Mount2014-10-311-3/+3
* Fix transition being canceled improperly.George Mount2014-10-221-0/+4
* Target only shared elements with shared element TransitionGeorge Mount2014-09-191-2/+2
* Fix broken logic in isValidTargetGeorge Mount2014-09-181-2/+2
* Made Transitions act only the views that they target.George Mount2014-09-121-19/+37
* Only call setHasTransientState in captureHierarchy.George Mount2014-09-051-7/+11
* API Review: Improve javadoc.George Mount2014-09-051-0/+49
* Fix NPE when transitioning on unattached scene root.George Mount2014-08-281-2/+2
* Add Parent Change to ChangeTransformDake Gu2014-08-211-13/+29
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-191-52/+87
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-2/+2
* Fix Monkey NPE.George Mount2014-07-251-6/+8
* Don't change View visibility during activity transitions.George Mount2014-07-101-0/+3
* Fix targeting transition by transitionName.George Mount2014-07-011-1/+1
* Add curved motion to Transitions.George Mount2014-06-301-0/+120
* Merge "Don't use overlay to transition ImageViews."George Mount2014-06-271-2/+2
|\
| * Don't use overlay to transition ImageViews.George Mount2014-06-251-2/+2
* | Merge "Allow custom transitions from XML."George Mount2014-06-251-0/+5
|\ \ | |/ |/|
| * Allow custom transitions from XML.George Mount2014-06-191-0/+5
* | Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-39/+47
* | Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-47/+39
* | API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-39/+47
|/
* Fix blinking animation during Visibility transitions.George Mount2014-06-181-23/+29
* Allow antroid.transition Transitions in fragments.George Mount2014-06-171-0/+35
* Prevent transitions from calling createAnimator for invalid views.George Mount2014-06-111-61/+61
* API review: Constants to Gravity and Epicenter.George Mount2014-06-051-3/+3