1. 0698594 Fix leak in LayoutTransition by Chet Haase · 9 years ago
  2. 984011f Use optimized Keyframes for Path animations. by George Mount · 10 years ago
  3. 33d0876 Make LayoutTransition.setInterpolator() actually do something by Chet Haase · 11 years ago
  4. c20fc8d Clone the list of listeners before notifing any event. by Luca Zanolin · 12 years ago
  5. 66ef1a2 Skip LayoutTransition animations on objects of size (0,0) by Chet Haase · 12 years ago
  6. ab3a776 Avoid running layout transitions on unattached views and windows by Chet Haase · 12 years ago
  7. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  8. 7dd4a53 Adding new CHANGING transition to LayoutTransition. by Chet Haase · 12 years ago
  9. a553113 Fix bug in LayoutTransition that caused views to stay invisible by Chet Haase · 12 years ago
  10. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  11. cf06d73 Bug fix for android.animation.LayoutTransition getStartDelay (int transitionType) by Rajdeep Dua · 13 years ago
  12. 8a22e59 Fix leak in LayoutTransition by Chet Haase · 13 years ago
  13. 1a76dcd Fix issue #5367164: memory leak in LayoutTransition by Chet Haase · 13 years ago
  14. d56c695 Add end functionality to LayoutTransition by Chet Haase · 13 years ago
  15. e115ffe Fix behavior of custom animations for LayoutTransition. by Chet Haase · 13 years ago
  16. abb7d66 Merge "Fixed animation ordering bug in LayoutTransition." by Chet Haase · 13 years ago
  17. eb1d851 Fixed animation ordering bug in LayoutTransition. by Chet Haase · 13 years ago
  18. 622e05c Fix leak in LayoutTransition by Chet Haase · 13 years ago
  19. cca2c98 Add ability to transition parent hierarchy in layout transitions by Chet Haase · 13 years ago
  20. c54ed96 Minor javadoc enhancements by Chet Haase · 13 years ago
  21. e8e45d3 Cancel LayoutTransition animations selectively by Chet Haase · 13 years ago
  22. add6577 Fix animation and layoutTransition issues. by Chet Haase · 13 years ago
  23. 0dfc398 Fixed LayoutTransition bug moving multiple views by Chet Haase · 13 years ago
  24. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  25. 9c08744 Supress layout requests while a LayoutTransition is running. by Chet Haase · 14 years ago
  26. 2954cd9 Add start/endTransition events for CHANGE transitions by Chet Haase · 14 years ago
  27. 9e90a99 Reuse display lists at the java level. by Chet Haase · 14 years ago
  28. cbda910 Fix incorrect anonymous AnimatorListenerAdapter. by Ben Komalo · 14 years ago
  29. e64ea87 Fix artifact with concurrent add/remove LayoutTransitions by Chet Haase · 14 years ago
  30. 2794eb3 Remove generics from Animator APIs by Chet Haase · 14 years ago
  31. 83d6e82 Revert "Remove generics from Animator APIs" by Romain Guy · 14 years ago
  32. 41f041d Remove generics from Animator APIs by Chet Haase · 14 years ago
  33. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  34. 5d6d7b9 Changed LayoutTransition to disable animations when set to null by Chet Haase · 14 years ago
  35. 5e25c2c Add ability to automate animated transitions on View show/hide by Chet Haase · 14 years ago
  36. 634a20a Fix bug with LayoutTransition when layouts are just coming on line by Chet Haase · 14 years ago
  37. a18a86b Rename several animation classes by Chet Haase · 14 years ago
  38. 21cd138 Add transition effects for layout changes on ViewGroups by Chet Haase · 14 years ago