summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* Avoid changeBounds animations on Views that are not yet laidoutChris Craik2014-10-061-7/+10
* Fix ChangeTransform works only once on a View.George Mount2014-10-011-3/+9
* Target only shared elements with shared element TransitionGeorge Mount2014-09-191-2/+2
* Merge "Fix broken logic in isValidTarget" into lmp-devGeorge Mount2014-09-181-2/+2
|\
| * Fix broken logic in isValidTargetGeorge Mount2014-09-181-2/+2
* | Default to using hardware layer during fade transition.George Mount2014-09-171-0/+12
|/
* Fixed OOM due to visibility transitions.George Mount2014-09-152-31/+80
* Made Transitions act only the views that they target.George Mount2014-09-123-39/+45
* Merge "Fixed empty TransitionSet not notifying listeners." into lmp-devGeorge Mount2014-09-111-3/+9
|\
| * Fixed empty TransitionSet not notifying listeners.George Mount2014-09-111-3/+9
* | Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-devGeorge Mount2014-09-111-1/+14
|\ \
| * | Fixed: TransitionSet setStartDelay did nothing.George Mount2014-09-111-1/+14
| |/
* | Omit appearing views that have a parent that is also appearing.Craig Stout2014-09-101-0/+12
* | Merge "Only call setHasTransientState in captureHierarchy." into lmp-devGeorge Mount2014-09-082-8/+12
|\ \
| * | Only call setHasTransientState in captureHierarchy.George Mount2014-09-052-8/+12
| |/
* | Merge "Improve Visibility parent value check." into lmp-devGeorge Mount2014-09-081-6/+10
|\ \ | |/ |/|
| * Improve Visibility parent value check.George Mount2014-09-071-6/+10
* | API Review: Improve javadoc.George Mount2014-09-055-36/+89
|/
* Merge "Fix ChangeTransform to work with interruptions" into lmp-devGeorge Mount2014-09-031-12/+24
|\
| * Fix ChangeTransform to work with interruptionsGeorge Mount2014-09-031-12/+24
* | Merge "Fix TransitionManager.go() to allow null transitions" into lmp-devChet Haase2014-09-031-3/+7
|\ \
| * | Fix TransitionManager.go() to allow null transitionsChet Haase2014-09-031-3/+7
* | | Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-devGeorge Mount2014-09-031-0/+27
|\ \ \ | | |/ | |/|
| * | Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-0/+27
| |/
* | Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into l...George Mount2014-08-291-18/+74
|\ \ | |/ |/|
| * Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.George Mount2014-08-281-18/+74
* | Merge "Fix NPE when transitioning on unattached scene root." into lmp-devGeorge Mount2014-08-281-2/+2
|\ \ | |/ |/|
| * Fix NPE when transitioning on unattached scene root.George Mount2014-08-281-2/+2
* | Update API per council requestsCraig Mautner2014-08-251-3/+3
|/
* Add Parent Change to ChangeTransformDake Gu2014-08-216-124/+407
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-193-66/+110
* Set start transform before animator starts.George Mount2014-08-191-0/+1
* Add a way to get Transitions from a TransitionSet.George Mount2014-08-191-0/+25
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-2/+2
* Fix visibility propagation check.George Mount2014-07-312-2/+6
* Add default propagation back to Explode.George Mount2014-07-291-0/+1
* Allow changing bounds to and from a zero-sized bounds.George Mount2014-07-281-1/+1
* TransitionSet: fix excludeTarget not workingDake Gu2014-07-251-0/+2
* Fix Monkey NPE.George Mount2014-07-251-6/+8
* Adds ScrollBounds to the Transition frameworkPaul Soulos2014-07-224-14/+129
* API Council: Change docs and constant names.George Mount2014-07-223-42/+22
* Fix NPE during construction from XML.George Mount2014-07-151-1/+1
* Remove modified APIsGeorge Mount2014-07-112-45/+0
* Don't change View visibility during activity transitions.George Mount2014-07-104-14/+54
* Fix targeting transition by transitionName.George Mount2014-07-011-1/+1
* Add curved motion to Transitions.George Mount2014-06-3017-219/+915
* Merge "Don't use overlay to transition ImageViews."George Mount2014-06-275-634/+248
|\
| * Don't use overlay to transition ImageViews.George Mount2014-06-255-634/+248
* | Add IN/OUT flag for all Visibility transitions.George Mount2014-06-263-15/+55
* | Merge "Allow custom transitions from XML."George Mount2014-06-252-0/+30
|\ \ | |/ |/|