1. 23d57f3 Fix propagation delay not working with minimum value = 0 by George Mount · 8 years ago
  2. 6297672 Don't use forceVisibility for Activity Transitions. by George Mount · 8 years ago
  3. 71fbb81 Fix @code escapes by Neil Fuller · 9 years ago
  4. 7a0f54b Merge "Fix addTarget not limiting to the given views." into mnc-dev by George Mount · 9 years ago
  5. e3a4cb5 Fix addTarget not limiting to the given views. by George Mount · 9 years ago
  6. 5697c32 Fix removeTarget to remove by ID instead of index. by George Mount · 9 years ago
  7. aef1ae3 API Council changes. by George Mount · 9 years ago
  8. 1b4ae63 Properly cancel animators when View doesn't exist in starting state. by George Mount · 9 years ago
  9. f586c92 Fix potential NPE in internal isValidTarget method. by George Mount · 9 years ago
  10. 0653f259 Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 9 years ago
  11. 455e0ea Revert "Increase visibility of Transition.areValuesChanged() to protected to allow subclasses outside the android.transition package to override it." by Todd Volkert · 9 years ago
  12. d23391e Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 9 years ago
  13. b592d84 Fix javadoc. by George Mount · 10 years ago
  14. cba01b2 Fix transition being canceled improperly. by George Mount · 10 years ago
  15. 2deeaa3 Target only shared elements with shared element Transition by George Mount · 10 years ago
  16. cc82424 Fix broken logic in isValidTarget by George Mount · 10 years ago
  17. 5030c7f Made Transitions act only the views that they target. by George Mount · 10 years ago
  18. 21f54f3 Only call setHasTransientState in captureHierarchy. by George Mount · 10 years ago
  19. f955761 API Review: Improve javadoc. by George Mount · 10 years ago
  20. 6276cd4 Fix NPE when transitioning on unattached scene root. by George Mount · 10 years ago
  21. c94e2b3 Add Parent Change to ChangeTransform by Dake Gu · 10 years ago
  22. 4d1ecf5 Fixed ChangeBounds matching against the wrong View. by George Mount · 10 years ago
  23. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  24. 51c0148 Fix Monkey NPE. by George Mount · 10 years ago
  25. b5ef7f8 Don't change View visibility during activity transitions. by George Mount · 10 years ago
  26. 58bbdbd Fix targeting transition by transitionName. by George Mount · 10 years ago
  27. ecd857b Add curved motion to Transitions. by George Mount · 10 years ago
  28. 31e8005 Merge "Don't use overlay to transition ImageViews." by George Mount · 10 years ago
  29. 990205e Don't use overlay to transition ImageViews. by George Mount · 10 years ago
  30. 88f5993 Merge "Allow custom transitions from XML." by George Mount · 10 years ago
  31. 0a2ae00 Revert "Revert "API Review: Change View viewName attribute to transitionName."" by George Mount · 10 years ago
  32. a3c1025 Revert "API Review: Change View viewName attribute to transitionName." by John Reck · 10 years ago
  33. 125578a API Review: Change View viewName attribute to transitionName. by George Mount · 10 years ago
  34. 44d6638 Allow custom transitions from XML. by George Mount · 10 years ago
  35. 4c20ea2 Fix blinking animation during Visibility transitions. by George Mount · 10 years ago
  36. d4c3c91 Allow antroid.transition Transitions in fragments. by George Mount · 10 years ago
  37. 208dcade Prevent transitions from calling createAnimator for invalid views. by George Mount · 10 years ago
  38. dc21d3b API review: Constants to Gravity and Epicenter. by George Mount · 10 years ago
  39. 7b75062 Allow changing order of matching Views in Transitions. by George Mount · 10 years ago
  40. 30da61d Add view name to Transition matching. by George Mount · 10 years ago
  41. 6de56bb Fix mismatch in Transition ID/instances by George Mount · 10 years ago
  42. a98fb7a Add mechanism for Transitions to target a class. by George Mount · 10 years ago
  43. 608b87d Add Transform and ClipBounds Transitions. by George Mount · 10 years ago
  44. f976c3d Add ability to exclude Views in transition XML. by George Mount · 10 years ago
  45. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago
  46. d6107a3 Add Transitions useful for Activity transitions. by George Mount · 10 years ago
  47. cf68aad Fix problem with Animators pausing the wrong Window. by George Mount · 10 years ago
  48. e180337 Change Activity Scene Transitions to be more automatic redo. by George Mount · 10 years ago
  49. 206e30c Revert "Change Activity Scene Transitions to be more automatic." by George Mount · 10 years ago
  50. f10587f Change Activity Scene Transitions to be more automatic. by George Mount · 10 years ago
  51. 0a778ed Cross-Activity Scene transition API. by George Mount · 11 years ago
  52. 58ad122 Fix leak in TransitionInflater by Chet Haase · 11 years ago
  53. df32aa8 Fix leak with transitions when views get removed by Chet Haase · 11 years ago
  54. b7a7fc9 Make fading transitions work better by Chet Haase · 11 years ago
  55. d8d7c38 Disable ActionBar usage of transitions by Chet Haase · 11 years ago
  56. c46181a Use transition-only alpha property for fading transitions by Chet Haase · 11 years ago
  57. 23c61f6 Ensure that transitions animating alpha end on a reasonable value by Chet Haase · 11 years ago
  58. 7660d12 Plug leaks in transitions by Chet Haase · 11 years ago
  59. ff58f92 Add exclude() methods to Transition by Chet Haase · 11 years ago
  60. a56205c Fix for transition layout suppression by Chet Haase · 11 years ago
  61. d82c8ac Transition API changes from API council recommendations by Chet Haase · 11 years ago[Renamed (77%) from core/java/android/view/transition/Transition.java]
  62. af78bdd Better transition interruption and TextChange fixes by Chet Haase · 11 years ago
  63. 199acdf Better Transition interruption by Chet Haase · 11 years ago
  64. c43524f Fix issues with delayed transitions by Chet Haase · 11 years ago
  65. c81a849 Fix minor transition bugs and add capabilities by Chet Haase · 11 years ago
  66. 2ea7f8b Refactoring/simplifying Transition code/API by Chet Haase · 11 years ago
  67. 6ebe3de Fix transitions on disappearing view hiearchies by Chet Haase · 11 years ago
  68. 25a738f Fix in transition canceling logic by Chet Haase · 11 years ago
  69. 0873518 Use ArrayMap instead of HashMap in transitions by Chet Haase · 11 years ago
  70. e9d32ea Starting new transition cancels running transition by Chet Haase · 11 years ago
  71. 867a866 Various fixes/cleanup in Scenes and Transitions by Chet Haase · 11 years ago
  72. faebd8f First draft of Scenes & Transitions feature by Chet Haase · 12 years ago