1. fa21bdf Document behavior of object references in Animator classes by Chet Haase · 8 years ago
  2. 56b0b57 Skip to end for 0-duration animation by Doris Liu · 8 years ago
  3. 907c177 Start seeked animators without waiting for start delay. by George Mount · 8 years ago
  4. 5a705d0 Merge "Set end value immediately when start a 0-duration animation" into nyc-dev by Doris Liu · 8 years ago
  5. a06b3f1 Remove animation listener while paused. by George Mount · 8 years ago
  6. b199da7 Set end value immediately when start a 0-duration animation by Doris Liu · 8 years ago
  7. 7764b92 Add IntDefs for Animator and Transition classes. by George Mount · 9 years ago
  8. 66d4856 Fix animator sometimes not being ended when end() is called without start()'ing by Doris Liu · 9 years ago
  9. 8b7c99c New public API for calculating the total duration of an animation by Doris Liu · 9 years ago
  10. fbe94ec More refactor on ValueAnimator by Doris Liu · 9 years ago
  11. 4365e5a Fix ValueAnimator.getCurrentPlayTime() by Chet Haase · 9 years ago
  12. 7b67734 Merge "Fix behavior change for animators without a start delay" by Doris Liu · 9 years ago
  13. f57bfe2 Fix behavior change for animators without a start delay by Doris Liu · 9 years ago
  14. 2b2e2c8 Update doc to reflect requirement of a Looper for changing animation's frame delay by Doris Liu · 9 years ago
  15. 3dbaae1 Prevents recursive call into end() or cancel() by Doris Liu · 9 years ago
  16. 3618d30 Internal cleanup for Animator framework by Doris Liu · 9 years ago
  17. 1309914 Refactor AnimatorSet in prep for adding more functionalities by Doris Liu · 9 years ago
  18. 7eaccbf Remove distance based animation duration API by Doris Liu · 9 years ago
  19. 57c7829 Merge "Being extra careful, reset some more variables on ValueAnimator." by ztenghui · 9 years ago
  20. e1b5c2b Being extra careful, reset some more variables on ValueAnimator. by ztenghui · 9 years ago
  21. 02ecf04 Merge "Distance based animation duration" by Doris Liu · 9 years ago
  22. 0084e37 Distance based animation duration by Doris Liu · 9 years ago
  23. 4e1e6af Merge "The ValueAnimator's state need to be totally reset during clone." by ztenghui · 9 years ago
  24. 26e9a19 The ValueAnimator's state need to be totally reset during clone. by ztenghui · 9 years ago
  25. c42b28d Fix animation start jank due to expensive layout operations. by Jeff Brown · 9 years ago
  26. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  27. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  28. 34efbce am af8c621d: Merge "Allow infinite-repeat zero-duration animators to continue repeating" into lmp-mr1-dev automerge: 458cc6a by Chet Haase · 10 years ago
  29. d15e94f Allow infinite-repeat zero-duration animators to continue repeating by Chet Haase · 10 years ago
  30. d430753 Add resource attributes for Keyframes and PropertyValuesHolders by Chet Haase · 10 years ago
  31. 5a5afe0 Fix docs build by Eino-Ville Talvala · 10 years ago
  32. f4e3bab Fix seeking behavior by Chet Haase · 10 years ago
  33. 5a25e5b Zero duration animations snap to end value when started by Chet Haase · 10 years ago
  34. 0d1c27a Fix seeking and scaled duration behavior by Chet Haase · 10 years ago
  35. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  36. 7a08fe0 Reapply animation duration scale each time it is started. by Jeff Brown · 10 years ago
  37. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  38. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  39. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  40. 2ed16ac Fix problem on Animator with a start delay. by George Mount · 10 years ago
  41. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  42. f43fb2a Reversing immediately after starting animator ends it by Chet Haase · 11 years ago
  43. 8aa1ffb pause/resume for Animators by Chet Haase · 11 years ago
  44. 9b80ca8 Optimize calls to Trace for animators by Chet Haase · 11 years ago
  45. fdd3ad7 Give animators more useful names in systrace by Chet Haase · 11 years ago
  46. 0a41431 Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago
  47. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  48. 18772ea Trace ValueAnimator based animations in systrace by Romain Guy · 11 years ago
  49. be19e03 Add auto-cancel ability to ObjectAnimator by Chet Haase · 11 years ago
  50. caf4648 Reset reverse state when an animator ends by Chet Haase · 11 years ago
  51. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  52. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  53. 4dd17686 end() a reverse()'d animation correctly by Chet Haase · 12 years ago
  54. 2936fc0 Make animators more robust against ending mid-stream by Chet Haase · 12 years ago
  55. ff7e6ef Apply ValueAnimator scale factor immediately in WM. by Jeff Brown · 12 years ago
  56. 59bbef0 Improve animation timing. by Jeff Brown · 12 years ago
  57. 20c4f87 Use choreographer frame time to schedule animations. by Jeff Brown · 12 years ago
  58. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  59. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  60. c6ffab3 Reduce redundant animation processing by Chet Haase · 12 years ago
  61. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  62. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  63. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  64. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  65. d21a9fe Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  66. 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
  67. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  68. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  69. 9c38dbe Refactor ValueAnimator to reduce use of ThreadLocals. by Jeff Brown · 13 years ago
  70. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  71. 8b69979 Fix cancellation of AnimatorSet when child animation has delay by Chet Haase · 13 years ago
  72. b8f574a Fix AnimatorSet cancellation issues by Chet Haase · 13 years ago
  73. 7dfacdb Fix Animator cancel() behavior by Chet Haase · 13 years ago
  74. d4dd702 Fix bug with values in cloned animators. by Chet Haase · 13 years ago
  75. a00f386 Add ViewPropertyAnimator for easy animation of View properties by Chet Haase · 13 years ago
  76. 154f145 Fix bug with bad state in animators by Chet Haase · 13 years ago
  77. e9140a7 Fix invalidation bug with View bounds properties by Chet Haase · 13 years ago
  78. add6577 Fix animation and layoutTransition issues. by Chet Haase · 13 years ago
  79. 8901ffa Add a method for clearing all animations on a thread. by Patrick Dubroy · 14 years ago
  80. b2ab04f Remove obsolete DoubleEvaluator by Chet Haase · 14 years ago
  81. 53ee331 Rename RGBEvaluator to ArgbEvaluator by Chet Haase · 14 years ago
  82. 27c1d4d Fix minor animation and doc issues by Chet Haase · 14 years ago
  83. 051d35e Adding TimeAnimator capability (hidden for now) by Chet Haase · 14 years ago
  84. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  85. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  86. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  87. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  88. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  89. e3bc4e6 Use ThreadLocal for static Animator variables. by Chet Haase · 14 years ago
  90. 599ca29 Expose (internally only) the number of animations currently running. by Brad Fitzpatrick · 14 years ago
  91. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  92. 51b3227 Remove errant minus sign by Chet Haase · 14 years ago
  93. 2794eb3 Remove generics from Animator APIs by Chet Haase · 14 years ago
  94. 83d6e82 Revert "Remove generics from Animator APIs" by Romain Guy · 14 years ago
  95. 41f041d Remove generics from Animator APIs by Chet Haase · 14 years ago
  96. 608fc3c Double the performance of animations. by Chet Haase · 14 years ago
  97. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  98. 0e0590b bug fixes in animation classes by Chet Haase · 14 years ago
  99. 3060421 Add new WaveView widget to framework and integrate into LockScreen. by Jim Miller · 14 years ago
  100. b20db3e Make fragment animations work when fragments go away by Chet Haase · 14 years ago