| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs build | Eino-Ville Talvala | 2014-12-05 | 1 | -1/+1 |
* | Fix seeking behavior | Chet Haase | 2014-12-04 | 1 | -6/+79 |
* | Zero duration animations snap to end value when started | Chet Haase | 2014-12-01 | 1 | -2/+1 |
* | Fix seeking and scaled duration behavior | Chet Haase | 2014-11-19 | 2 | -11/+56 |
* | Remove unnecessary reflection lookup in Animators. | George Mount | 2014-11-11 | 1 | -101/+111 |
* | Cancel animation when target changes. | George Mount | 2014-11-04 | 1 | -1/+5 |
* | Added a generic configuration and theme based cache | Yigit Boyar | 2014-10-23 | 10 | -89/+388 |
* | Reapply animation duration scale each time it is started. | Jeff Brown | 2014-10-07 | 1 | -1/+6 |
* | Allow Path Animations to support overshooting. | George Mount | 2014-09-12 | 1 | -19/+23 |
* | Use constant state in AnimatedVectorDrawable | Chet Haase | 2014-09-10 | 1 | -0/+1 |
* | Use intrinsic size for path animation in AnimatedVectorDrawable | George Mount | 2014-09-09 | 2 | -19/+37 |
* | Disable RT-anim for AnimatorSet | John Reck | 2014-09-05 | 1 | -0/+4 |
* | Use optimized Keyframes for Path animations. | George Mount | 2014-08-29 | 9 | -173/+522 |
* | Run RevealAnimator on RT | John Reck | 2014-08-19 | 2 | -132/+6 |
* | Fix NPEs when inflating a ValueAnimator. | Craig Stout | 2014-08-08 | 1 | -7/+9 |
* | Use RoundRect clipping for circle reveal animation | Chris Craik | 2014-07-30 | 1 | -6/+4 |
* | Return Animator instead of ValueAnimator | John Reck | 2014-07-19 | 3 | -30/+37 |
* | Add RT-enabled reveal animator | John Reck | 2014-07-18 | 2 | -86/+188 |
* | Merge "Change Animators to reset values when restarted if their target change... | Yigit Boyar | 2014-07-16 | 7 | -14/+58 |
|\ |
|
| * | Change Animators to reset values when restarted if their target changes | Yigit Boyar | 2014-07-16 | 7 | -14/+58 |
* | | Add more reverse support to AnimatedVD | ztenghui | 2014-07-16 | 3 | -2/+64 |
|/ |
|
* | Set existing TypeEvaluator on new KeyframeSet when changing object values | Chet Haase | 2014-07-15 | 1 | -0/+3 |
* | Merge "Clone animators before running in StateListAnimator" | Yigit Boyar | 2014-06-23 | 1 | -6/+8 |
|\ |
|
| * | Clone animators before running in StateListAnimator | Yigit Boyar | 2014-06-17 | 1 | -6/+8 |
* | | Use Property for ofFloat with Path. | George Mount | 2014-06-24 | 1 | -1/+4 |
* | | AVD now support path morphing. | ztenghui | 2014-06-20 | 1 | -69/+197 |
* | | Add path support into xml files for PathInterpolator and ObjectAnimator. | ztenghui | 2014-06-19 | 1 | -56/+108 |
|/ |
|
* | Add AnimatedVectorDrawable | ztenghui | 2014-06-12 | 1 | -100/+137 |
* | Use a weak reference to the ObjectAnimator target | Alan Viverette | 2014-06-04 | 1 | -30/+65 |
* | API Review: split out BidirectionalTypeConverter. | George Mount | 2014-05-19 | 4 | -18/+81 |
* | State based animators for Views | Yigit Boyar | 2014-05-07 | 2 | -1/+288 |
* | Doc fix in TypeEvaluator method docs | Chet Haase | 2014-05-06 | 1 | -1/+1 |
* | Add RevealAnimator | ztenghui | 2014-03-27 | 1 | -0/+141 |
* | Fix problem on Animator with a start delay. | George Mount | 2014-03-21 | 1 | -19/+18 |
* | AArch64: Use of long for pointers in PropertyValuesHolder | Ashok Bhat | 2014-01-29 | 1 | -44/+44 |
* | Add animations along a Path. | George Mount | 2013-11-20 | 3 | -7/+458 |
* | Merge "Add ofArgb to ObjectAnimator and ValueAnimator." | George Mount | 2013-10-21 | 4 | -1/+71 |
|\ |
|
| * | Add ofArgb to ObjectAnimator and ValueAnimator. | George Mount | 2013-10-11 | 4 | -1/+71 |
* | | am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterp... | Chet Haase | 2013-10-10 | 1 | -5/+33 |
|\ \
| |/
|/| |
|
| * | Make LayoutTransition.setInterpolator() actually do something | Chet Haase | 2013-10-10 | 1 | -5/+33 |
* | | Merge "Support for multiple value animations." | George Mount | 2013-10-09 | 4 | -0/+621 |
|\ \ |
|
| * | | Support for multiple value animations. | George Mount | 2013-10-07 | 4 | -0/+621 |
* | | | Merge "Setter values can now have different type than animated values." | George Mount | 2013-10-09 | 3 | -20/+177 |
|\ \ \
| |/ / |
|
| * | | Setter values can now have different type than animated values. | George Mount | 2013-10-07 | 3 | -20/+177 |
| |/ |
|
* | | Merge "Adds reuse Rect constructor for RectEvaluator." | George Mount | 2013-10-09 | 1 | -4/+43 |
|\ \ |
|
| * | | Adds reuse Rect constructor for RectEvaluator. | George Mount | 2013-10-07 | 1 | -4/+43 |
| |/ |
|
* | | Set evaluator after setting values so that it can take effect. | George Mount | 2013-09-25 | 1 | -1/+1 |
|/ |
|
* | Merge "Reversing immediately after starting animator ends it" into klp-dev | Chet Haase | 2013-09-11 | 1 | -0/+2 |
|\ |
|
| * | Reversing immediately after starting animator ends it | Chet Haase | 2013-09-06 | 1 | -0/+2 |
* | | Transition API changes from API council recommendations | Chet Haase | 2013-09-04 | 2 | -14/+4 |
|/ |
|