1. d15e94f Allow infinite-repeat zero-duration animators to continue repeating by Chet Haase · 10 years ago
  2. 5a5afe0 Fix docs build by Eino-Ville Talvala · 10 years ago
  3. f4e3bab Fix seeking behavior by Chet Haase · 10 years ago
  4. 5a25e5b Zero duration animations snap to end value when started by Chet Haase · 10 years ago
  5. 0d1c27a Fix seeking and scaled duration behavior by Chet Haase · 10 years ago
  6. 691487d Remove unnecessary reflection lookup in Animators. by George Mount · 10 years ago
  7. e48ef2a Cancel animation when target changes. by George Mount · 10 years ago
  8. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  9. 7a08fe0 Reapply animation duration scale each time it is started. by Jeff Brown · 10 years ago
  10. bc68f5a Allow Path Animations to support overshooting. by George Mount · 10 years ago
  11. 6f6578e Use constant state in AnimatedVectorDrawable by Chet Haase · 10 years ago
  12. fd3c474 Use intrinsic size for path animation in AnimatedVectorDrawable by George Mount · 10 years ago
  13. f5945a0 Disable RT-anim for AnimatorSet by John Reck · 10 years ago
  14. 984011f Use optimized Keyframes for Path animations. by George Mount · 10 years ago
  15. 291161a Run RevealAnimator on RT by John Reck · 10 years ago
  16. 7f9988f Fix NPEs when inflating a ValueAnimator. by Craig Stout · 10 years ago
  17. af4d04c Use RoundRect clipping for circle reveal animation by Chris Craik · 10 years ago
  18. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  19. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  20. dd223e6 Merge "Change Animators to reset values when restarted if their target changes" into lmp-dev by Yigit Boyar · 10 years ago
  21. 8619f48 Change Animators to reset values when restarted if their target changes by Yigit Boyar · 10 years ago
  22. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  23. 4ae3e6a Set existing TypeEvaluator on new KeyframeSet when changing object values by Chet Haase · 10 years ago
  24. e8c8617 Merge "Clone animators before running in StateListAnimator" by Yigit Boyar · 10 years ago
  25. f505b1f Use Property for ofFloat with Path. by George Mount · 10 years ago
  26. eb034fb AVD now support path morphing. by ztenghui · 10 years ago
  27. de5a75e Clone animators before running in StateListAnimator by Yigit Boyar · 10 years ago
  28. cf4832f Add path support into xml files for PathInterpolator and ObjectAnimator. by ztenghui · 10 years ago
  29. e5e9260 Add AnimatedVectorDrawable by ztenghui · 10 years ago
  30. 87ac5f6 Use a weak reference to the ObjectAnimator target by Alan Viverette · 10 years ago
  31. 42516d1 API Review: split out BidirectionalTypeConverter. by George Mount · 10 years ago
  32. f4c5bf3 State based animators for Views by Yigit Boyar · 10 years ago
  33. 5f9ea81 Doc fix in TypeEvaluator method docs by Chet Haase · 10 years ago
  34. 4dc16b3 Add RevealAnimator by ztenghui · 10 years ago
  35. 2ed16ac Fix problem on Animator with a start delay. by George Mount · 10 years ago
  36. fbb35fb AArch64: Use of long for pointers in PropertyValuesHolder by Ashok Bhat · 11 years ago
  37. c96c7b2 Add animations along a Path. by George Mount · 11 years ago
  38. e6702cb Merge "Add ofArgb to ObjectAnimator and ValueAnimator." by George Mount · 11 years ago
  39. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  40. eddb9dc am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterpolator() actually do something" into klp-dev by Chet Haase · 11 years ago
  41. 33d0876 Make LayoutTransition.setInterpolator() actually do something by Chet Haase · 11 years ago
  42. 7d8589c Merge "Support for multiple value animations." by George Mount · 11 years ago
  43. d5df8a3 Merge "Setter values can now have different type than animated values." by George Mount · 11 years ago
  44. c75b478 Merge "Adds reuse Rect constructor for RectEvaluator." by George Mount · 11 years ago
  45. 0f3f298 Adds reuse Rect constructor for RectEvaluator. by George Mount · 11 years ago
  46. 4eed529 Support for multiple value animations. by George Mount · 11 years ago
  47. 16d2c9c Setter values can now have different type than animated values. by George Mount · 11 years ago
  48. f8c40cf Set evaluator after setting values so that it can take effect. by George Mount · 11 years ago
  49. a8e1765 Merge "Reversing immediately after starting animator ends it" into klp-dev by Chet Haase · 11 years ago
  50. f43fb2a Reversing immediately after starting animator ends it by Chet Haase · 11 years ago
  51. d82c8ac Transition API changes from API council recommendations by Chet Haase · 11 years ago
  52. bac7526 Fix typo in JavaDoc for TypeEvaluator. by Sascha Haeberling · 11 years ago
  53. 8aa1ffb pause/resume for Animators by Chet Haase · 11 years ago
  54. 9b80ca8 Optimize calls to Trace for animators by Chet Haase · 11 years ago
  55. fdd3ad7 Give animators more useful names in systrace by Chet Haase · 11 years ago
  56. e8cee38c Remove Animatable interface by Chet Haase · 11 years ago
  57. 0a41431 Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago
  58. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  59. 18772ea Trace ValueAnimator based animations in systrace by Romain Guy · 11 years ago
  60. edf6f4b Make adding views specific to a ViewGroup's overlay by Chet Haase · 11 years ago
  61. b989502 Adding small animation features by Chet Haase · 11 years ago
  62. be19e03 Add auto-cancel ability to ObjectAnimator by Chet Haase · 12 years ago
  63. 3052726 Merge "Reset reverse state when an animator ends" into jb-mr2-dev by Chet Haase · 12 years ago
  64. 2de8dac Merge "Log warning when animator detects NaN value" into jb-mr2-dev by Chet Haase · 12 years ago
  65. d9e4a5c Use same default duration (300) for animator resources as for other animators by Chet Haase · 12 years ago
  66. 2076316 Log warning when animator detects NaN value by Chet Haase · 12 years ago
  67. caf4648 Reset reverse state when an animator ends by Chet Haase · 12 years ago
  68. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  69. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  70. 4dd17686 end() a reverse()'d animation correctly by Chet Haase · 12 years ago
  71. 00177e4 Fix clone() for Animators with just a 'to' value by Chet Haase · 12 years ago
  72. 2936fc0 Make animators more robust against ending mid-stream by Chet Haase · 12 years ago
  73. ff7e6ef Apply ValueAnimator scale factor immediately in WM. by Jeff Brown · 12 years ago
  74. 08d05e3 New status bar capable of multiple sliding panels. by Daniel Sandler · 12 years ago
  75. 9b55998 Fix shift/mask error in ArtbEvaluator by Chet Haase · 12 years ago
  76. 9be0105 docs: fix several links by Scott Main · 12 years ago
  77. c20fc8d Clone the list of listeners before notifing any event. by Luca Zanolin · 12 years ago
  78. 66ef1a2 Skip LayoutTransition animations on objects of size (0,0) by Chet Haase · 12 years ago
  79. ab3a776 Avoid running layout transitions on unattached views and windows by Chet Haase · 12 years ago
  80. 59bbef0 Improve animation timing. by Jeff Brown · 12 years ago
  81. db4101c Better error logs for faulty ObjectAnimators by Chet Haase · 12 years ago
  82. 20c4f87 Use choreographer frame time to schedule animations. by Jeff Brown · 12 years ago
  83. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  84. 7dd4a53 Adding new CHANGING transition to LayoutTransition. by Chet Haase · 12 years ago
  85. c299a33 Fix AnimatorSet duration issue by Chet Haase · 12 years ago
  86. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  87. c6ffab3 Reduce redundant animation processing by Chet Haase · 13 years ago
  88. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 13 years ago
  89. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 13 years ago
  90. 4a06c80 Simplify Choreographer API. by Jeff Brown · 13 years ago
  91. a33de55 Make the TimeAnimator class public. by Chet Haase · 13 years ago
  92. a553113 Fix bug in LayoutTransition that caused views to stay invisible by Chet Haase · 13 years ago
  93. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 13 years ago
  94. d21a9fe Add Developer Option setting for Animator scaling. by Chet Haase · 13 years ago
  95. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  96. cf06d73 Bug fix for android.animation.LayoutTransition getStartDelay (int transitionType) by Rajdeep Dua · 13 years ago
  97. 2b07267 am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  98. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  99. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  100. 9c38dbe Refactor ValueAnimator to reduce use of ThreadLocals. by Jeff Brown · 13 years ago