1. 804618d VectorDrawable native rendering - Step 2 of MANY by Doris Liu · 9 years ago
  2. 66d4856 Fix animator sometimes not being ended when end() is called without start()'ing by Doris Liu · 9 years ago
  3. f2aeca3 Change wrong doc about using linear interpolator. by George Mount · 9 years ago
  4. 8b7c99c New public API for calculating the total duration of an animation by Doris Liu · 9 years ago
  5. fbe94ec More refactor on ValueAnimator by Doris Liu · 9 years ago
  6. 4365e5a Fix ValueAnimator.getCurrentPlayTime() by Chet Haase · 9 years ago
  7. 7b67734 Merge "Fix behavior change for animators without a start delay" by Doris Liu · 9 years ago
  8. f57bfe2 Fix behavior change for animators without a start delay by Doris Liu · 9 years ago
  9. 2b2e2c8 Update doc to reflect requirement of a Looper for changing animation's frame delay by Doris Liu · 9 years ago
  10. ee68455 Correct isRunning() behavior for AnimatorSet by Doris Liu · 9 years ago
  11. 3dbaae1 Prevents recursive call into end() or cancel() by Doris Liu · 9 years ago
  12. f310e88 Fix build by Doris Liu · 9 years ago
  13. 3618d30 Internal cleanup for Animator framework by Doris Liu · 9 years ago
  14. 458f20e Exclude DelayAnim in child animation value setup by Doris Liu · 9 years ago
  15. 49db424 Add cache for each animation's duration in AnimatorSet by Doris Liu · 9 years ago
  16. 1cbcbf3 Merge "Make sure the correct AnimatorListeners gets called" by Doris Liu · 9 years ago
  17. 6f2276b Make sure the correct AnimatorListeners gets called by Doris Liu · 9 years ago
  18. dbf69e4 Exclude delay animation from getChildAnimations() list by Doris Liu · 9 years ago
  19. 5e66616 Fix clone in AnimatorSet by Doris Liu · 9 years ago
  20. 1309914 Refactor AnimatorSet in prep for adding more functionalities by Doris Liu · 9 years ago
  21. 81728b8 Merge "Clarify docs for Animator.isStarted()" into mnc-dev by Chet Haase · 9 years ago
  22. 4ddd925 Clarify docs for Animator.isStarted() by Chet Haase · 9 years ago
  23. 2787ceb Infer value type for ObjectAnimator, too by Doris Liu · 9 years ago
  24. a2f0438 Merge "Use ArrayMap instead of HashMap for storing relavant nodes" into mnc-dev by Doris Liu · 9 years ago
  25. d744442 Use ArrayMap instead of HashMap for storing relavant nodes by Doris Liu · 9 years ago
  26. 6a8c79b Merge "Improve keying for theme caches, rebase system theme on config change" into mnc-dev by Alan Viverette · 9 years ago
  27. e54d245 Improve keying for theme caches, rebase system theme on config change by Alan Viverette · 9 years ago
  28. 0698594 Fix leak in LayoutTransition by Chet Haase · 9 years ago
  29. 7eaccbf Remove distance based animation duration API by Doris Liu · 9 years ago
  30. 7b38032 Merge "Infer value type for keyframes when it is undefined" by Doris Liu · 9 years ago
  31. a01fbf3 Infer value type for keyframes when it is undefined by Doris Liu · 9 years ago
  32. 57c7829 Merge "Being extra careful, reset some more variables on ValueAnimator." by ztenghui · 9 years ago
  33. e1b5c2b Being extra careful, reset some more variables on ValueAnimator. by ztenghui · 9 years ago
  34. fe7cca3 Merge "Reset the Node status when clone." by ztenghui · 9 years ago
  35. b1e80d8 Reset the Node status when clone. by ztenghui · 9 years ago
  36. 7513aab Revert "Use real screen size to scale duration" by Doris Liu · 9 years ago
  37. 5ed54c7 Use real screen size to scale duration by Doris Liu · 9 years ago
  38. a7e8cfe Fix duration scale attribute for AnimatorSet by Doris Liu · 9 years ago
  39. 02ecf04 Merge "Distance based animation duration" by Doris Liu · 9 years ago
  40. 0084e37 Distance based animation duration by Doris Liu · 9 years ago
  41. 4e1e6af Merge "The ValueAnimator's state need to be totally reset during clone." by ztenghui · 9 years ago
  42. 26e9a19 The ValueAnimator's state need to be totally reset during clone. by ztenghui · 9 years ago
  43. fe928da Merge "Add a check for color type in property values holder" by Doris Liu · 9 years ago
  44. 9032fa5 Add a check for color type in property values holder by Doris Liu · 9 years ago
  45. c42b28d Fix animation start jank due to expensive layout operations. by Jeff Brown · 9 years ago
  46. 6aac06a Add per-interval interpolation support for keyframe in xml resources by Doris Liu · 9 years ago
  47. 6df9905 Fix per-keyframe interpolators by Doris Liu · 9 years ago
  48. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  49. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  50. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  51. 34efbce am af8c621d: Merge "Allow infinite-repeat zero-duration animators to continue repeating" into lmp-mr1-dev automerge: 458cc6a by Chet Haase · 9 years ago
  52. d15e94f Allow infinite-repeat zero-duration animators to continue repeating by Chet Haase · 9 years ago
  53. d430753 Add resource attributes for Keyframes and PropertyValuesHolders by Chet Haase · 10 years ago
  54. 5a5afe0 Fix docs build by Eino-Ville Talvala · 10 years ago
  55. f4e3bab Fix seeking behavior by Chet Haase · 10 years ago
  56. 5a25e5b Zero duration animations snap to end value when started by Chet Haase · 10 years ago
  57. 0d1c27a Fix seeking and scaled duration behavior by Chet Haase · 10 years ago
  58. 691487d Remove unnecessary reflection lookup in Animators. by George Mount · 10 years ago
  59. e48ef2a Cancel animation when target changes. by George Mount · 10 years ago
  60. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  61. 7a08fe0 Reapply animation duration scale each time it is started. by Jeff Brown · 10 years ago
  62. bc68f5a Allow Path Animations to support overshooting. by George Mount · 10 years ago
  63. 6f6578e Use constant state in AnimatedVectorDrawable by Chet Haase · 10 years ago
  64. fd3c474 Use intrinsic size for path animation in AnimatedVectorDrawable by George Mount · 10 years ago
  65. f5945a0 Disable RT-anim for AnimatorSet by John Reck · 10 years ago
  66. 984011f Use optimized Keyframes for Path animations. by George Mount · 10 years ago
  67. 291161a Run RevealAnimator on RT by John Reck · 10 years ago
  68. 7f9988f Fix NPEs when inflating a ValueAnimator. by Craig Stout · 10 years ago
  69. af4d04c Use RoundRect clipping for circle reveal animation by Chris Craik · 10 years ago
  70. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  71. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  72. dd223e6 Merge "Change Animators to reset values when restarted if their target changes" into lmp-dev by Yigit Boyar · 10 years ago
  73. 8619f48 Change Animators to reset values when restarted if their target changes by Yigit Boyar · 10 years ago
  74. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  75. 4ae3e6a Set existing TypeEvaluator on new KeyframeSet when changing object values by Chet Haase · 10 years ago
  76. e8c8617 Merge "Clone animators before running in StateListAnimator" by Yigit Boyar · 10 years ago
  77. f505b1f Use Property for ofFloat with Path. by George Mount · 10 years ago
  78. eb034fb AVD now support path morphing. by ztenghui · 10 years ago
  79. de5a75e Clone animators before running in StateListAnimator by Yigit Boyar · 10 years ago
  80. cf4832f Add path support into xml files for PathInterpolator and ObjectAnimator. by ztenghui · 10 years ago
  81. e5e9260 Add AnimatedVectorDrawable by ztenghui · 10 years ago
  82. 87ac5f6 Use a weak reference to the ObjectAnimator target by Alan Viverette · 10 years ago
  83. 42516d1 API Review: split out BidirectionalTypeConverter. by George Mount · 10 years ago
  84. f4c5bf3 State based animators for Views by Yigit Boyar · 10 years ago
  85. 5f9ea81 Doc fix in TypeEvaluator method docs by Chet Haase · 10 years ago
  86. 4dc16b3 Add RevealAnimator by ztenghui · 10 years ago
  87. 2ed16ac Fix problem on Animator with a start delay. by George Mount · 10 years ago
  88. fbb35fb AArch64: Use of long for pointers in PropertyValuesHolder by Ashok Bhat · 10 years ago
  89. c96c7b2 Add animations along a Path. by George Mount · 11 years ago
  90. e6702cb Merge "Add ofArgb to ObjectAnimator and ValueAnimator." by George Mount · 11 years ago
  91. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  92. eddb9dc am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterpolator() actually do something" into klp-dev by Chet Haase · 11 years ago
  93. 33d0876 Make LayoutTransition.setInterpolator() actually do something by Chet Haase · 11 years ago
  94. 7d8589c Merge "Support for multiple value animations." by George Mount · 11 years ago
  95. d5df8a3 Merge "Setter values can now have different type than animated values." by George Mount · 11 years ago
  96. c75b478 Merge "Adds reuse Rect constructor for RectEvaluator." by George Mount · 11 years ago
  97. 0f3f298 Adds reuse Rect constructor for RectEvaluator. by George Mount · 11 years ago
  98. 4eed529 Support for multiple value animations. by George Mount · 11 years ago
  99. 16d2c9c Setter values can now have different type than animated values. by George Mount · 11 years ago
  100. f8c40cf Set evaluator after setting values so that it can take effect. by George Mount · 11 years ago