summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition/Transition.java
Commit message (Expand)AuthorAgeFilesLines
* 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