1. dd67b0d Merge "Fix pause/resume for AnimatorSet" into nyc-dev by Doris Liu · 8 years ago
  2. 2987dff Fix pause/resume for AnimatorSet by Doris Liu · 8 years ago
  3. 58606db Add api check to guard AnimatorSet behavior change by Doris Liu · 8 years ago
  4. c4bb185 VectorDrawable native rendering - Step 5 of MANY by Doris Liu · 8 years ago
  5. df7fdb1 Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY""" by Doris Liu · 8 years ago
  6. 0d20a27 Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"" by Doris Liu · 8 years ago
  7. e03ef25 Revert "VectorDrawable native rendering - Step 5 of MANY" by John Reck · 8 years ago
  8. 18bdf44 VectorDrawable native rendering - Step 5 of MANY by Doris Liu · 8 years ago
  9. 766431a Revert "Revert "VectorDrawable native rendering - Step 4 of MANY"" by Doris Liu · 8 years ago
  10. 5a11e8d Revert "VectorDrawable native rendering - Step 4 of MANY" by Doris Liu · 8 years ago
  11. f276acd VectorDrawable native rendering - Step 4 of MANY by Doris Liu · 9 years ago
  12. 8b7c99c New public API for calculating the total duration of an animation by Doris Liu · 9 years ago
  13. f57bfe2 Fix behavior change for animators without a start delay by Doris Liu · 9 years ago
  14. ee68455 Correct isRunning() behavior for AnimatorSet by Doris Liu · 9 years ago
  15. 458f20e Exclude DelayAnim in child animation value setup by Doris Liu · 9 years ago
  16. 49db424 Add cache for each animation's duration in AnimatorSet by Doris Liu · 9 years ago
  17. 1cbcbf3 Merge "Make sure the correct AnimatorListeners gets called" by Doris Liu · 9 years ago
  18. 6f2276b Make sure the correct AnimatorListeners gets called by Doris Liu · 9 years ago
  19. dbf69e4 Exclude delay animation from getChildAnimations() list by Doris Liu · 9 years ago
  20. 5e66616 Fix clone in AnimatorSet by Doris Liu · 9 years ago
  21. 1309914 Refactor AnimatorSet in prep for adding more functionalities by Doris Liu · 9 years ago
  22. d744442 Use ArrayMap instead of HashMap for storing relavant nodes by Doris Liu · 9 years ago
  23. 7eaccbf Remove distance based animation duration API by Doris Liu · 9 years ago
  24. fe7cca3 Merge "Reset the Node status when clone." by ztenghui · 9 years ago
  25. b1e80d8 Reset the Node status when clone. by ztenghui · 9 years ago
  26. 0084e37 Distance based animation duration by Doris Liu · 9 years ago
  27. d430753 Add resource attributes for Keyframes and PropertyValuesHolders by Chet Haase · 10 years ago
  28. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  29. 6f6578e Use constant state in AnimatedVectorDrawable by Chet Haase · 10 years ago
  30. f5945a0 Disable RT-anim for AnimatorSet by John Reck · 10 years ago
  31. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  32. 8aa1ffb pause/resume for Animators by Chet Haase · 11 years ago
  33. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  34. c299a33 Fix AnimatorSet duration issue by Chet Haase · 12 years ago
  35. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  36. 8b69979 Fix cancellation of AnimatorSet when child animation has delay by Chet Haase · 13 years ago
  37. b8f574a Fix AnimatorSet cancellation issues by Chet Haase · 13 years ago
  38. ecc2fd9 Removed unused import from AnimatorSet. by Martijn Coenen · 13 years ago
  39. d45204b Fix ConcurrentModificationException in AnimatorSet. by Martijn Coenen · 13 years ago
  40. 7dfacdb Fix Animator cancel() behavior by Chet Haase · 13 years ago
  41. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  42. 37a7bec Add methods to AnimatorSet that take collections by Chet Haase · 14 years ago
  43. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  44. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  45. 2794eb3 Remove generics from Animator APIs by Chet Haase · 14 years ago
  46. 83d6e82 Revert "Remove generics from Animator APIs" by Romain Guy · 14 years ago
  47. 41f041d Remove generics from Animator APIs by Chet Haase · 14 years ago
  48. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  49. a18a86b Rename several animation classes by Chet Haase · 14 years ago[Renamed (72%) from core/java/android/animation/Sequencer.java]
  50. 21cd138 Add transition effects for layout changes on ViewGroups by Chet Haase · 14 years ago
  51. 1e0ac5a Fix Sequencer end events when terminated early by Chet Haase · 14 years ago
  52. f1b9b46 Fix problems with early ending of Sequencer by Chet Haase · 14 years ago
  53. 673e42f Fix for end events from Sequencer objects by Chet Haase · 14 years ago
  54. 49afa5b Add facilities for layout transitions by Chet Haase · 14 years ago
  55. 811ed106 Make Fragments use the new animation APIs by Chet Haase · 14 years ago
  56. 40771bc Fix NPE in onAnimationEnd when using Sequencer.after(long) by Patrick Dubroy · 14 years ago
  57. 3b69b6f Make the new android.animation package public by Chet Haase · 14 years ago
  58. f54a8d7 Adding xml declarations for new animation framework by Chet Haase · 14 years ago
  59. fe59156 Add ability to instantiate PropertyAnimator objects with single "to" value. by Chet Haase · 14 years ago
  60. a6e4a175 Sequencer now sends out onAnimationEnd() event correctly. by Chet Haase · 14 years ago
  61. 010dbaa Fix bugs in Sequencer by Chet Haase · 14 years ago
  62. 17fb4b0 Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now. by Chet Haase · 14 years ago