1. 2902716 Fix end() for infinite AnimatorSet by Doris Liu · 7 years ago
  2. a5e833e Merge "Ensure that we use SF Vsync Choreographer for the PiP transition." into oc-dev am: e1e0db8ca9 by Wale Ogunwale · 7 years ago
  3. 4a526c1 Ensure that we use SF Vsync Choreographer for the PiP transition. by Winson Chung · 7 years ago
  4. ba087b0 Merge "Merge "Better handle non-recommended use and warn against it in JavaDoc" into oc-dev am: 8d06d8cbf1" into oc-dev-plus-aosp by Doris Liu · 7 years ago
  5. 8d06d8c Merge "Better handle non-recommended use and warn against it in JavaDoc" into oc-dev by Doris Liu · 7 years ago
  6. 88bb31b Better handle non-recommended use and warn against it in JavaDoc by Doris Liu · 7 years ago
  7. 7d0b3bb Merge "Ensure start delay is properly scaled with duration scale" into oc-dev am: 9057f846ac by Doris Liu · 7 years ago
  8. 2ac6547 Ensure start delay is properly scaled with duration scale by Doris Liu · 7 years ago
  9. 367804f Merge "Fix infinite loop problem in AnimationHandler" into oc-dev am: 163ec051d1 by Chet Haase · 7 years ago
  10. da93742 Fix infinite loop problem in AnimationHandler by Chet Haase · 7 years ago
  11. 01e1b85 Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81 by Aurimas Liutikas · 7 years ago
  12. 7fb80f7 Update the mTotalDuration for each animation in an AnimatorSet. by Philip Quinn · 7 years ago
  13. c457547 Remove internal listener when cloning by Doris Liu · 7 years ago
  14. 56b2df0 Fix racy clone by Doris Liu · 7 years ago
  15. 02eabdf Refine JavaDocs for AnimatorSet#getCurrentPlayTime() by Doris Liu · 7 years ago
  16. 5fb129c Behavior compat for child being manipulated outside Animatorset by Doris Liu · 7 years ago
  17. ae570c0 Remove workaround for end() not supported in some app by Doris Liu · 7 years ago
  18. d7968dc Fix 0 duration scale for pre-O apps by Doris Liu · 7 years ago
  19. 21ba77f Ensure behavior consistency for 0 duration scale by Doris Liu · 7 years ago
  20. e8a5d8d Fix start time modification outside of updatePlayTime() by Doris Liu · 8 years ago
  21. c9b5034 Correctly handle infinite start time by Doris Liu · 8 years ago
  22. dd65ab0 Add getter for current play time by Doris Liu · 8 years ago
  23. 6d45209 Fix reverse with start delay by Doris Liu · 8 years ago
  24. 466149d Merge "Fix start delay for ValueAnimator" by TreeHugger Robot · 8 years ago
  25. 3b46687 Fix start delay for ValueAnimator by Doris Liu · 8 years ago
  26. 5c71b8c Make sure start() is called for custom animators by Doris Liu · 8 years ago
  27. 6ba5ed3 Use listener to determine whether an Animator has ended by Doris Liu · 8 years ago
  28. 1f6c3fb Merge "Work around a bug in an An app" by Doris Liu · 8 years ago
  29. 66c564e Work around a bug in an An app by Doris Liu · 8 years ago
  30. 40e8469 Refine the comparator for the animation event sorting by Doris Liu · 8 years ago
  31. 1335199 New functionalities for AnimatorSet: Reverse, Seek by Doris Liu · 8 years ago
  32. ad804a9 Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66 by Doris Liu · 8 years ago
  33. 21b93c1 Add API info about Keyframe and PropertyValuesHolder by Doris Liu · 8 years ago
  34. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  35. 49a513b Add API to query whether animators are enabled by Chet Haase · 8 years ago
  36. 2d7cb10 Allow null target in ObjectAnimator if the target has never been set am: 4d04b1a446 am: fd2c4f186b by Doris Liu · 8 years ago
  37. 9300120 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e am: 1456a0a321 by Kevin Hufnagle · 8 years ago
  38. fd2c4f1 Allow null target in ObjectAnimator if the target has never been set by Doris Liu · 8 years ago
  39. 8e9b8b6 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e by Kevin Hufnagle · 8 years ago
  40. 4cb0558 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e by Kevin Hufnagle · 8 years ago
  41. ad5cafd docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap by Kevin Hufnagle · 8 years ago
  42. 4d04b1a Allow null target in ObjectAnimator if the target has never been set by Doris Liu · 8 years ago
  43. 5232329 docs: Added note in LayoutTransition class reference that APPEARING by Kevin Hufnagle · 8 years ago
  44. 76817fa Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a815bb94f am: 3687be955f by Teng-Hui Zhu · 8 years ago
  45. 0a815bb Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. by Teng-Hui Zhu · 8 years ago
  46. f66d2f6 Fix out of order listener callback for animator set containing empty sets by Doris Liu · 8 years ago
  47. a06d1f8 Fix NPE in ValueAnimator am: 543a7ed7af am: 705e2fb40c by Justin Klaassen · 8 years ago
  48. 543a7ed Fix NPE in ValueAnimator by Justin Klaassen · 8 years ago
  49. 2c0a36a Merge "Rounding per-channel interpolation in ArgbEvaluator to closest integer" by Doris Liu · 8 years ago
  50. d0ff41c Rounding per-channel interpolation in ArgbEvaluator to closest integer by Doris Liu · 8 years ago
  51. 91fcf57 Merge \\"Fix NPE for checking for whether animators should play together\\" into nyc-mr1-dev am: 7f9c189f06 by Doris Liu · 8 years ago
  52. c470466 Fix NPE for checking for whether animators should play together by Doris Liu · 8 years ago
  53. 0eba1df Notify end animation after setting the state to not running. by George Mount · 8 years ago
  54. c88ded5 Merge \"Merge \\\"Fix setCurrentPlayTime for started but not yet pulsed animations\\\" into nyc-dev am: 42d39300cf am: a28f0003eb\" into nyc-mr1-dev-plus-aosp by Doris Liu · 8 years ago
  55. a28f000 Merge \"Fix setCurrentPlayTime for started but not yet pulsed animations\" into nyc-dev by Doris Liu · 8 years ago
  56. caa2ebf Fix setCurrentPlayTime for started but not yet pulsed animations by Doris Liu · 8 years ago
  57. 51cfa78 Merge "Ensure Animators and AnimatorSets run together are sync'd" by George Mount · 8 years ago
  58. b04a0e5 Ensure Animators and AnimatorSets run together are sync'd by George Mount · 8 years ago
  59. c949387 Support Keyframe definition for AVD on RT by Doris Liu · 8 years ago
  60. a57e95a Throw Exception for wrong valueType with API guard by Doris Liu · 8 years ago
  61. a282745 Merge "Simplify KeyframeSet to avoid caching." by TreeHugger Robot · 8 years ago
  62. 7e1d493 Merge "Support Keyframe definition for AVD on RT" by Doris Liu · 8 years ago
  63. a6b967c Support Keyframe definition for AVD on RT by Doris Liu · 8 years ago
  64. 792926a Improve the property modification effiency of VectorDrawable animators by Doris Liu · 8 years ago
  65. 2c0f988 Simplify KeyframeSet to avoid caching. by George Mount · 8 years ago
  66. 2045509 Merge "Add additional type check for animating along a path" by Doris Liu · 8 years ago
  67. 02f0312 Add additional type check for animating along a path by Doris Liu · 8 years ago
  68. 94db099 Throw Exception for wrong valueType with API guard by Doris Liu · 8 years ago
  69. b37b27f Merge "Merge "Add more doc for Object animators defined with a single value" into nyc-dev am: f97a0f5c9c" into nyc-mr1-dev am: d01f474773 by Doris Liu · 8 years ago
  70. 3c85983 Add more doc for Object animators defined with a single value by Doris Liu · 8 years ago
  71. 3cea02f Merge "Clamp start delay to non-negative range" into nyc-dev am: 54d89e078d am: 0890a4708e by Doris Liu · 8 years ago
  72. 61045c5 Clamp start delay to non-negative range by Doris Liu · 8 years ago
  73. 9f3b31b Improve the property modification effiency of VectorDrawable animators by Doris Liu · 8 years ago
  74. ed45ab9 Evaluate ARGB values in linear space instead of sRGB by Romain Guy · 8 years ago
  75. fa21bdf Document behavior of object references in Animator classes by Chet Haase · 8 years ago
  76. dd67b0d Merge "Fix pause/resume for AnimatorSet" into nyc-dev by Doris Liu · 8 years ago
  77. 2987dff Fix pause/resume for AnimatorSet by Doris Liu · 8 years ago
  78. c5801fb Merge "Add api check to guard AnimatorSet behavior change" into nyc-dev by Doris Liu · 8 years ago
  79. 56b0b57 Skip to end for 0-duration animation by Doris Liu · 8 years ago
  80. 58606db Add api check to guard AnimatorSet behavior change by Doris Liu · 8 years ago
  81. c69bd22 Implement transition for docking task in recents #6 by Jorim Jaggi · 8 years ago
  82. 787e9dd Implement transition for docking task in recents #5 by Jorim Jaggi · 8 years ago
  83. 907c177 Start seeked animators without waiting for start delay. by George Mount · 8 years ago
  84. e60a693 Clarify docs around weak references to animator targets by Chet Haase · 8 years ago
  85. 7f1bdd9 Merge "Add @SafeVarargs for methods using typevar varargs." into nyc-dev by George Mount · 8 years ago
  86. d98f4ba Add @SafeVarargs for methods using typevar varargs. by George Mount · 8 years ago
  87. 781fbf2 Merge "Ensure all Java-side usages of config flags are using Java flags" into nyc-dev by Alan Viverette · 8 years ago
  88. 5a705d0 Merge "Set end value immediately when start a 0-duration animation" into nyc-dev by Doris Liu · 8 years ago
  89. ac85f90 Ensure all Java-side usages of config flags are using Java flags by Alan Viverette · 8 years ago
  90. c4dd2e7d Merge "Move the guts of Resources to ResourcesImpl" into nyc-dev by Adam Lesinski · 8 years ago
  91. a06b3f1 Remove animation listener while paused. by George Mount · 8 years ago
  92. fb302cc Move the guts of Resources to ResourcesImpl by Adam Lesinski · 8 years ago
  93. b199da7 Set end value immediately when start a 0-duration animation by Doris Liu · 8 years ago
  94. c4bb185 VectorDrawable native rendering - Step 5 of MANY by Doris Liu · 9 years ago
  95. df7fdb1 Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY""" by Doris Liu · 9 years ago
  96. 0d20a27 Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"" by Doris Liu · 9 years ago
  97. e03ef25 Revert "VectorDrawable native rendering - Step 5 of MANY" by John Reck · 9 years ago
  98. 18bdf44 VectorDrawable native rendering - Step 5 of MANY by Doris Liu · 9 years ago
  99. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 9 years ago
  100. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 9 years ago