summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition/Transition.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow changing order of matching Views in Transitions.George Mount2014-05-141-14/+114
* Add view name to Transition matching.George Mount2014-05-131-225/+385
* Fix mismatch in Transition ID/instancesGeorge Mount2014-05-071-47/+13
* Add mechanism for Transitions to target a class.George Mount2014-04-291-15/+39
* Add Transform and ClipBounds Transitions.George Mount2014-04-291-6/+5
* Add ability to exclude Views in transition XML.George Mount2014-04-291-1/+2
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-1/+1
* Add Transitions useful for Activity transitions.George Mount2014-04-071-4/+158
* Fix problem with Animators pausing the wrong Window.George Mount2014-03-061-8/+20
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-22/+23
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-23/+22
* Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-22/+23
* Cross-Activity Scene transition API.George Mount2014-02-041-3/+12
* Fix leak in TransitionInflaterChet Haase2013-10-311-1/+2
* Fix leak with transitions when views get removedChet Haase2013-10-221-9/+18
* Make fading transitions work betterChet Haase2013-09-261-0/+12
* Disable ActionBar usage of transitionsChet Haase2013-09-231-1/+5
* Use transition-only alpha property for fading transitionsChet Haase2013-09-181-1/+1
* Ensure that transitions animating alpha end on a reasonable valueChet Haase2013-09-161-3/+4
* Plug leaks in transitionsChet Haase2013-09-141-0/+2
* Add exclude() methods to TransitionChet Haase2013-09-111-14/+317
* Fix for transition layout suppressionChet Haase2013-09-101-25/+35
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+1349