summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition/TransitionSet.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-191-2/+4
* Add a way to get Transitions from a TransitionSet.George Mount2014-08-191-0/+25
* TransitionSet: fix excludeTarget not workingDake Gu2014-07-251-0/+2
* Fix NPE during construction from XML.George Mount2014-07-151-1/+1
* Don't change View visibility during activity transitions.George Mount2014-07-101-0/+9
* Add curved motion to Transitions.George Mount2014-06-301-1/+22
* Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-3/+3
* Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-3/+3
* API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-3/+3
* Allow antroid.transition Transitions in fragments.George Mount2014-06-171-0/+76
* Add view name to Transition matching.George Mount2014-05-131-24/+6
* Properly filter out excluded views in createAnimators() call.George Mount2014-04-221-0/+34
* Add Transitions useful for Activity transitions.George Mount2014-04-071-1/+28
* Fix problem with Animators pausing the wrong Window.George Mount2014-03-061-6/+6
* Fix resource-loading code for TransitionSetChet Haase2013-10-061-0/+16
* Make fading transitions work betterChet Haase2013-09-261-0/+9
* Use transition-only alpha property for fading transitionsChet Haase2013-09-181-1/+1
* Add exclude() methods to TransitionChet Haase2013-09-111-10/+14
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+358