1. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  2. dd223e6 Merge "Change Animators to reset values when restarted if their target changes" into lmp-dev by Yigit Boyar · 10 years ago
  3. 8619f48 Change Animators to reset values when restarted if their target changes by Yigit Boyar · 10 years ago
  4. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  5. 4ae3e6a Set existing TypeEvaluator on new KeyframeSet when changing object values by Chet Haase · 10 years ago
  6. e8c8617 Merge "Clone animators before running in StateListAnimator" by Yigit Boyar · 10 years ago
  7. f505b1f Use Property for ofFloat with Path. by George Mount · 10 years ago
  8. eb034fb AVD now support path morphing. by ztenghui · 10 years ago
  9. de5a75e Clone animators before running in StateListAnimator by Yigit Boyar · 10 years ago
  10. cf4832f Add path support into xml files for PathInterpolator and ObjectAnimator. by ztenghui · 10 years ago
  11. e5e9260 Add AnimatedVectorDrawable by ztenghui · 10 years ago
  12. 87ac5f6 Use a weak reference to the ObjectAnimator target by Alan Viverette · 10 years ago
  13. 42516d1 API Review: split out BidirectionalTypeConverter. by George Mount · 10 years ago
  14. f4c5bf3 State based animators for Views by Yigit Boyar · 10 years ago
  15. 5f9ea81 Doc fix in TypeEvaluator method docs by Chet Haase · 10 years ago
  16. 4dc16b3 Add RevealAnimator by ztenghui · 10 years ago
  17. 2ed16ac Fix problem on Animator with a start delay. by George Mount · 10 years ago
  18. fbb35fb AArch64: Use of long for pointers in PropertyValuesHolder by Ashok Bhat · 11 years ago
  19. c96c7b2 Add animations along a Path. by George Mount · 11 years ago
  20. e6702cb Merge "Add ofArgb to ObjectAnimator and ValueAnimator." by George Mount · 11 years ago
  21. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  22. eddb9dc am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterpolator() actually do something" into klp-dev by Chet Haase · 11 years ago
  23. 33d0876 Make LayoutTransition.setInterpolator() actually do something by Chet Haase · 11 years ago
  24. 7d8589c Merge "Support for multiple value animations." by George Mount · 11 years ago
  25. d5df8a3 Merge "Setter values can now have different type than animated values." by George Mount · 11 years ago
  26. c75b478 Merge "Adds reuse Rect constructor for RectEvaluator." by George Mount · 11 years ago
  27. 0f3f298 Adds reuse Rect constructor for RectEvaluator. by George Mount · 11 years ago
  28. 4eed529 Support for multiple value animations. by George Mount · 11 years ago
  29. 16d2c9c Setter values can now have different type than animated values. by George Mount · 11 years ago
  30. f8c40cf Set evaluator after setting values so that it can take effect. by George Mount · 11 years ago
  31. a8e1765 Merge "Reversing immediately after starting animator ends it" into klp-dev by Chet Haase · 11 years ago
  32. f43fb2a Reversing immediately after starting animator ends it by Chet Haase · 11 years ago
  33. d82c8ac Transition API changes from API council recommendations by Chet Haase · 11 years ago
  34. bac7526 Fix typo in JavaDoc for TypeEvaluator. by Sascha Haeberling · 11 years ago
  35. 8aa1ffb pause/resume for Animators by Chet Haase · 11 years ago
  36. 9b80ca8 Optimize calls to Trace for animators by Chet Haase · 11 years ago
  37. fdd3ad7 Give animators more useful names in systrace by Chet Haase · 11 years ago
  38. e8cee38c Remove Animatable interface by Chet Haase · 11 years ago
  39. 0a41431 Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago
  40. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  41. 18772ea Trace ValueAnimator based animations in systrace by Romain Guy · 11 years ago
  42. edf6f4b Make adding views specific to a ViewGroup's overlay by Chet Haase · 11 years ago
  43. b989502 Adding small animation features by Chet Haase · 11 years ago
  44. be19e03 Add auto-cancel ability to ObjectAnimator by Chet Haase · 11 years ago
  45. 3052726 Merge "Reset reverse state when an animator ends" into jb-mr2-dev by Chet Haase · 11 years ago
  46. 2de8dac Merge "Log warning when animator detects NaN value" into jb-mr2-dev by Chet Haase · 11 years ago
  47. d9e4a5c Use same default duration (300) for animator resources as for other animators by Chet Haase · 11 years ago
  48. 2076316 Log warning when animator detects NaN value by Chet Haase · 11 years ago
  49. caf4648 Reset reverse state when an animator ends by Chet Haase · 11 years ago
  50. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  51. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  52. 4dd17686 end() a reverse()'d animation correctly by Chet Haase · 12 years ago
  53. 00177e4 Fix clone() for Animators with just a 'to' value 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. 08d05e3 New status bar capable of multiple sliding panels. by Daniel Sandler · 12 years ago
  57. 9b55998 Fix shift/mask error in ArtbEvaluator by Chet Haase · 12 years ago
  58. 9be0105 docs: fix several links by Scott Main · 12 years ago
  59. c20fc8d Clone the list of listeners before notifing any event. by Luca Zanolin · 12 years ago
  60. 66ef1a2 Skip LayoutTransition animations on objects of size (0,0) by Chet Haase · 12 years ago
  61. ab3a776 Avoid running layout transitions on unattached views and windows by Chet Haase · 12 years ago
  62. 59bbef0 Improve animation timing. by Jeff Brown · 12 years ago
  63. db4101c Better error logs for faulty ObjectAnimators by Chet Haase · 12 years ago
  64. 20c4f87 Use choreographer frame time to schedule animations. by Jeff Brown · 12 years ago
  65. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  66. 7dd4a53 Adding new CHANGING transition to LayoutTransition. by Chet Haase · 12 years ago
  67. c299a33 Fix AnimatorSet duration issue by Chet Haase · 12 years ago
  68. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  69. c6ffab3 Reduce redundant animation processing by Chet Haase · 12 years ago
  70. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  71. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  72. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  73. a33de55 Make the TimeAnimator class public. by Chet Haase · 12 years ago
  74. a553113 Fix bug in LayoutTransition that caused views to stay invisible by Chet Haase · 12 years ago
  75. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  76. d21a9fe Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  77. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  78. cf06d73 Bug fix for android.animation.LayoutTransition getStartDelay (int transitionType) by Rajdeep Dua · 13 years ago
  79. 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
  80. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  81. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  82. 9c38dbe Refactor ValueAnimator to reduce use of ThreadLocals. by Jeff Brown · 13 years ago
  83. 8a22e59 Fix leak in LayoutTransition by Chet Haase · 13 years ago
  84. 1a76dcd Fix issue #5367164: memory leak in LayoutTransition by Chet Haase · 13 years ago
  85. d56c695 Add end functionality to LayoutTransition by Chet Haase · 13 years ago
  86. 3c4ce72 Fix artifact with LayoutTransitions on disappearing window. by Chet Haase · 13 years ago
  87. c88ba95 Merge "Make some methods/fields package private so that layoutlib can access them." by Xavier Ducrohet · 13 years ago
  88. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  89. e115ffe Fix behavior of custom animations for LayoutTransition. by Chet Haase · 13 years ago
  90. 8b69979 Fix cancellation of AnimatorSet when child animation has delay by Chet Haase · 13 years ago
  91. b8f574a Fix AnimatorSet cancellation issues by Chet Haase · 13 years ago
  92. ecc2fd9 Removed unused import from AnimatorSet. by Martijn Coenen · 13 years ago
  93. d45204b Fix ConcurrentModificationException in AnimatorSet. by Martijn Coenen · 13 years ago
  94. abb7d66 Merge "Fixed animation ordering bug in LayoutTransition." by Chet Haase · 13 years ago
  95. eb1d851 Fixed animation ordering bug in LayoutTransition. by Chet Haase · 13 years ago
  96. 622e05c Fix leak in LayoutTransition by Chet Haase · 13 years ago
  97. 7dfacdb Fix Animator cancel() behavior by Chet Haase · 13 years ago
  98. b39f051 Add 'Property' object by Chet Haase · 13 years ago
  99. cca2c98 Add ability to transition parent hierarchy in layout transitions by Chet Haase · 13 years ago
  100. c54ed96 Minor javadoc enhancements by Chet Haase · 13 years ago