| Commit message (Expand) | Author | Age | Files | Lines |
* | Unhid ChangeScroll | Brian Attwell | 2015-01-05 | 1 | -2/+0 |
* | Merge "Reset the transitionAlpha after the transition completes." into lmp-mr... | George Mount | 2014-11-20 | 1 | -4/+5 |
|\ |
|
| * | Reset the transitionAlpha after the transition completes. | George Mount | 2014-11-19 | 1 | -4/+5 |
* | | Slide supports Gravity.START and Gravity.END. | George Mount | 2014-11-19 | 2 | -7/+55 |
|/ |
|
* | Fix Visibility transitions canceling when nothing has changed. | George Mount | 2014-11-14 | 1 | -0/+1 |
* | Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-... | George Mount | 2014-11-10 | 1 | -11/+90 |
|\ |
|
| * | Allow PathMotion to affect translations in ChangeTransform. | George Mount | 2014-11-05 | 1 | -11/+90 |
* | | Fix javadoc. | George Mount | 2014-10-31 | 1 | -3/+3 |
|/ |
|
* | Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into... | Dake Gu | 2014-10-27 | 1 | -0/+31 |
|\ |
|
| * | ActivityTransition: Encode scaleType and matrix in snapshot view | Dake Gu | 2014-09-30 | 1 | -0/+31 |
* | | Merge "Fix transition being canceled improperly." into lmp-mr1-dev | George Mount | 2014-10-27 | 2 | -2/+13 |
|\ \ |
|
| * | | Fix transition being canceled improperly. | George Mount | 2014-10-22 | 2 | -2/+13 |
* | | | Add resizeClip attribute to ChangeBounds. | George Mount | 2014-10-24 | 1 | -110/+208 |
* | | | Use one method to change bounds in ChangeBounds. | George Mount | 2014-10-23 | 1 | -66/+70 |
|/ / |
|
* | | Allow using setLeft/Top/Right/Bottom to control ChangeBounds. | George Mount | 2014-10-10 | 1 | -1/+1 |
* | | Avoid changeBounds animations on Views that are not yet laidout | Chris Craik | 2014-10-06 | 1 | -7/+10 |
* | | Fix ChangeTransform works only once on a View. | George Mount | 2014-10-01 | 1 | -3/+9 |
|/ |
|
* | Target only shared elements with shared element Transition | George Mount | 2014-09-19 | 1 | -2/+2 |
* | Merge "Fix broken logic in isValidTarget" into lmp-dev | George Mount | 2014-09-18 | 1 | -2/+2 |
|\ |
|
| * | Fix broken logic in isValidTarget | George Mount | 2014-09-18 | 1 | -2/+2 |
* | | Default to using hardware layer during fade transition. | George Mount | 2014-09-17 | 1 | -0/+12 |
|/ |
|
* | Fixed OOM due to visibility transitions. | George Mount | 2014-09-15 | 2 | -31/+80 |
* | Made Transitions act only the views that they target. | George Mount | 2014-09-12 | 3 | -39/+45 |
* | Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev | George Mount | 2014-09-11 | 1 | -3/+9 |
|\ |
|
| * | Fixed empty TransitionSet not notifying listeners. | George Mount | 2014-09-11 | 1 | -3/+9 |
* | | Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-dev | George Mount | 2014-09-11 | 1 | -1/+14 |
|\ \ |
|
| * | | Fixed: TransitionSet setStartDelay did nothing. | George Mount | 2014-09-11 | 1 | -1/+14 |
| |/ |
|
* | | Omit appearing views that have a parent that is also appearing. | Craig Stout | 2014-09-10 | 1 | -0/+12 |
* | | Merge "Only call setHasTransientState in captureHierarchy." into lmp-dev | George Mount | 2014-09-08 | 2 | -8/+12 |
|\ \ |
|
| * | | Only call setHasTransientState in captureHierarchy. | George Mount | 2014-09-05 | 2 | -8/+12 |
| |/ |
|
* | | Merge "Improve Visibility parent value check." into lmp-dev | George Mount | 2014-09-08 | 1 | -6/+10 |
|\ \
| |/
|/| |
|
| * | Improve Visibility parent value check. | George Mount | 2014-09-07 | 1 | -6/+10 |
* | | API Review: Improve javadoc. | George Mount | 2014-09-05 | 5 | -36/+89 |
|/ |
|
* | Merge "Fix ChangeTransform to work with interruptions" into lmp-dev | George Mount | 2014-09-03 | 1 | -12/+24 |
|\ |
|
| * | Fix ChangeTransform to work with interruptions | George Mount | 2014-09-03 | 1 | -12/+24 |
* | | Merge "Fix TransitionManager.go() to allow null transitions" into lmp-dev | Chet Haase | 2014-09-03 | 1 | -3/+7 |
|\ \ |
|
| * | | Fix TransitionManager.go() to allow null transitions | Chet Haase | 2014-09-03 | 1 | -3/+7 |
* | | | Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-dev | George Mount | 2014-09-03 | 1 | -0/+27 |
|\ \ \
| | |/
| |/| |
|
| * | | Make Fragment Transitions match Acitivty Transitions API | George Mount | 2014-09-02 | 1 | -0/+27 |
| |/ |
|
* | | Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into l... | George Mount | 2014-08-29 | 1 | -18/+74 |
|\ \
| |/
|/| |
|
| * | Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds. | George Mount | 2014-08-28 | 1 | -18/+74 |
* | | Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev | George Mount | 2014-08-28 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Fix NPE when transitioning on unattached scene root. | George Mount | 2014-08-28 | 1 | -2/+2 |
* | | Update API per council requests | Craig Mautner | 2014-08-25 | 1 | -3/+3 |
|/ |
|
* | Add Parent Change to ChangeTransform | Dake Gu | 2014-08-21 | 6 | -124/+407 |
* | Fixed ChangeBounds matching against the wrong View. | George Mount | 2014-08-19 | 3 | -66/+110 |
* | Set start transform before animator starts. | George Mount | 2014-08-19 | 1 | -0/+1 |
* | Add a way to get Transitions from a TransitionSet. | George Mount | 2014-08-19 | 1 | -0/+25 |
* | Move shared elements to overlay when in a transition group. | George Mount | 2014-08-08 | 1 | -2/+2 |
* | Fix visibility propagation check. | George Mount | 2014-07-31 | 2 | -2/+6 |