summaryrefslogtreecommitdiff
path: root/core/java/android/transition/TransitionInflater.java
Commit message (Expand)AuthorAgeFilesLines
* Recycle TypedArrays in Fade and TransitionInflaterYuichi Araki2017-02-101-0/+2
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-5/+5
* Always force constructors accessible during inflationAlan Viverette2015-05-041-1/+1
* Make sure Transition constructor is accessible before invokingTony Mantler2015-04-281-1/+1
* Add @TransitionRes for transition resource integersTor Norbye2015-03-131-2/+6
* API Review: Improve javadoc.George Mount2014-09-051-2/+2
* Adds ScrollBounds to the Transition frameworkPaul Soulos2014-07-221-0/+2
* Remove modified APIsGeorge Mount2014-07-111-2/+0
* Add curved motion to Transitions.George Mount2014-06-301-175/+87
* Merge "Don't use overlay to transition ImageViews."George Mount2014-06-271-0/+3
|\
| * Don't use overlay to transition ImageViews.George Mount2014-06-251-0/+3
* | Add IN/OUT flag for all Visibility transitions.George Mount2014-06-261-0/+10
* | Merge "Allow custom transitions from XML."George Mount2014-06-251-0/+25
|\ \ | |/ |/|
| * Allow custom transitions from XML.George Mount2014-06-191-0/+25
* | Revert "Revert "API Review: Change View viewName attribute to transitionName.""George Mount2014-06-231-11/+12
* | Revert "API Review: Change View viewName attribute to transitionName."John Reck2014-06-231-12/+11
* | API Review: Change View viewName attribute to transitionName.George Mount2014-06-201-11/+12
|/
* API review: Constants to Gravity and Epicenter.George Mount2014-06-051-1/+2
* Allow changing order of matching Views in Transitions.George Mount2014-05-141-0/+37
* Add view name to Transition matching.George Mount2014-05-131-0/+9
* Add mechanism for Transitions to target a class.George Mount2014-04-291-13/+15
* Add Transform and ClipBounds Transitions.George Mount2014-04-291-0/+6
* Add ability to exclude Views in transition XML.George Mount2014-04-291-8/+18
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-8/+4
* Add Transitions useful for Activity transitions.George Mount2014-04-071-2/+16
* Change Activity Scene Transitions to be more automatic redo.George Mount2014-02-261-31/+12
* Revert "Change Activity Scene Transitions to be more automatic."George Mount2014-02-261-12/+31
* Change Activity Scene Transitions to be more automatic.George Mount2014-02-251-31/+12
* Add support for cross-activity scenes and transitionsAdam Powell2013-12-051-4/+26
* Fix leak in TransitionInflaterChet Haase2013-10-311-17/+1
* Fix resource-loading code for TransitionSetChet Haase2013-10-061-1/+1
* Add exclude() methods to TransitionChet Haase2013-09-111-1/+1
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+327