1. f85b3d4 Excluded Views don't go through Transition. by George Mount · 7 years ago
  2. fb6ed35 Recycle TypedArrays in Fade and TransitionInflater by Yuichi Araki · 8 years ago
  3. fd62c58 Merge "Fix doc for setReparentWithOverlay" by Yuichi Araki · 8 years ago
  4. 995f4b5 Merge "Extract and unhide TransitionListenerAdapter" by Ben Weiss · 8 years ago
  5. 3f23b30 Fix doc for setReparentWithOverlay by Yuichi Araki · 8 years ago
  6. 5de23c5 Make ArcMotion material spec compliant by Ben Weiss · 8 years ago
  7. e0c37bd Extract and unhide TransitionListenerAdapter by Ben Weiss · 8 years ago
  8. f0b46b9 Use safe access to OnPreDrawListener. by George Mount · 8 years ago
  9. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  10. d0549f2 Fix TransitionManager.go with null Transition. by George Mount · 8 years ago
  11. 50b2c24 Merge "Return proper values from ChangeScroll.getTransitionProperties" by TreeHugger Robot · 8 years ago
  12. ae61b85 Return proper values from ChangeScroll.getTransitionProperties by George Mount · 8 years ago
  13. f239f99 Make getTransition a @TestApi for CTS tests. by George Mount · 8 years ago
  14. 25f98a4 Remove TransitionListener after transition completes. by George Mount · 8 years ago
  15. e6b23b6 Merge \\"Re-add Internal API for cross-task Activity used by assistant.\\" into nyc-mr1-dev am: 174e41b1fd by George Mount · 8 years ago
  16. 413739e Re-add Internal API for cross-task Activity used by assistant. by George Mount · 8 years ago
  17. d9a7b1e Merge "Revert "Internal API for cross-task Activity used by assistant."" into nyc-mr1-dev am: fe3ecdab1b by Eino-Ville Talvala · 8 years ago
  18. 563df3b Revert "Internal API for cross-task Activity used by assistant." by Eino-Ville Talvala · 8 years ago
  19. a9e1ad0 Merge "Merge "Internal API for cross-task Activity used by assistant." into nyc-mr1-dev am: 3af59ef42c" into nyc-mr1-dev-plus-aosp by George Mount · 8 years ago
  20. 04073dc Internal API for cross-task Activity used by assistant. by George Mount · 8 years ago
  21. e1b53d7 Merge "Add missing @Deprecated annotations." by TreeHugger Robot · 8 years ago
  22. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  23. bbeafd1 Fix blue channel gets updated incorrectly in ChangeText transition by Doris Liu · 8 years ago
  24. 1349bb9 Disable suppressLayout in Visibility Activity Transitoins. by George Mount · 8 years ago
  25. fdce57b Merge "Fix ArcMotion path creation in some quadrants." into nyc-dev by George Mount · 8 years ago
  26. eddc8db Fix ArcMotion path creation in some quadrants. by George Mount · 8 years ago
  27. 193b821 Merge "Fix propagation delay not working with minimum value = 0" into nyc-dev by George Mount · 8 years ago
  28. 23d57f3 Fix propagation delay not working with minimum value = 0 by George Mount · 8 years ago
  29. cfa15bd Add hidden slide fraction call to Slide by Tony Mantler · 8 years ago
  30. c47738d Merge "Fix TransitionSet javadoc to use transitionOrdering attribute." into nyc-dev by George Mount · 9 years ago
  31. d650556 Merge "Don't use forceVisibility for Activity Transitions." into nyc-dev by George Mount · 9 years ago
  32. 93aaab0 Fix TransitionSet javadoc to use transitionOrdering attribute. by George Mount · 9 years ago
  33. 45feb95 Null check for fade start alpha value. by George Mount · 9 years ago
  34. 6297672 Don't use forceVisibility for Activity Transitions. by George Mount · 9 years ago
  35. 5affef0 Fix Fade transition interrupt. by George Mount · 9 years ago
  36. 7764b92 Add IntDefs for Animator and Transition classes. by George Mount · 9 years ago
  37. 71fbb81 Fix @code escapes by Neil Fuller · 9 years ago
  38. f2a3703 Set the bounds on the drawable for ChangeBounds reparenting. by George Mount · 9 years ago
  39. a7478ab Fix Fade out during Activity Transition. by George Mount · 9 years ago
  40. cb23ec4 Merge "Add missing addPauseListener." into mnc-dev by George Mount · 9 years ago
  41. 0b056a0 Add missing addPauseListener. by George Mount · 9 years ago
  42. 3ebcd86 Merge "Fix endTransition index out of bounds exception." into mnc-dev by George Mount · 9 years ago
  43. 7a0f54b Merge "Fix addTarget not limiting to the given views." into mnc-dev by George Mount · 9 years ago
  44. e3a4cb5 Fix addTarget not limiting to the given views. by George Mount · 9 years ago
  45. d9f3aa5 Merge "Fix removeTarget to remove by ID instead of index." into mnc-dev by George Mount · 9 years ago
  46. 8003209 Fix endTransition index out of bounds exception. by George Mount · 9 years ago
  47. 5697c32 Fix removeTarget to remove by ID instead of index. by George Mount · 9 years ago
  48. 21290a6 Suppress Layout during Visibility transitions by George Mount · 9 years ago
  49. 209fb43 Merge "Have the final setVisibility cause a requestLayout." into mnc-dev by George Mount · 9 years ago
  50. 533d7a6 Have the final setVisibility cause a requestLayout. by George Mount · 9 years ago
  51. 727a6cf Fix blink in Explode transition. by George Mount · 9 years ago
  52. 616bb3d Merge "API Council changes." into mnc-dev by George Mount · 9 years ago
  53. e5a93aa Don't cause requestLayout when transition changes Visibility. by George Mount · 9 years ago
  54. aef1ae3 API Council changes. by George Mount · 9 years ago
  55. 1b4ae63 Properly cancel animators when View doesn't exist in starting state. by George Mount · 9 years ago
  56. 57436d3 Merge "Fix potential NPE in internal isValidTarget method." into mnc-dev by George Mount · 9 years ago
  57. f586c92 Fix potential NPE in internal isValidTarget method. by George Mount · 9 years ago
  58. 61bab46 Merge "Fix Visibility not changing until Animator ends." into mnc-dev by George Mount · 9 years ago
  59. fcfe531 Fix Visibility not changing until Animator ends. by George Mount · 9 years ago
  60. 904de2e Always force constructors accessible during inflation by Alan Viverette · 9 years ago
  61. ab5d66a Make sure Transition constructor is accessible before invoking by Tony Mantler · 9 years ago
  62. cef8bed Merge "Make TransitionManager.endTransitions() public." by George Mount · 9 years ago
  63. 478673e Make TransitionManager.endTransitions() public. by George Mount · 9 years ago
  64. 28b3ecc Reset transitionAlpha when the transition is stopped early. by George Mount · 9 years ago
  65. bc2dd79 Add @TransitionRes for transition resource integers by Tor Norbye · 9 years ago
  66. 96e54dc Fix TransitionManager.go not running transition. by George Mount · 9 years ago
  67. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 10 years ago
  68. 0653f259 Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 10 years ago
  69. fddd7ea Merge "Revert "Increase visibility of Transition.areValuesChanged() to protected to allow subclasses outside the android.transition package to override it."" by Todd Volkert · 10 years ago
  70. 455e0ea Revert "Increase visibility of Transition.areValuesChanged() to protected to allow subclasses outside the android.transition package to override it." by Todd Volkert · 10 years ago
  71. 0924717 Merge "Increase visibility of Transition.areValuesChanged() to protected to allow subclasses outside the android.transition package to override it." by Todd Volkert · 10 years ago
  72. d23391e Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 10 years ago
  73. a2c7884 Merge "Remove usages of FloatMath" automerge: a8e8cdb automerge: 27316a9 by Neil Fuller · 10 years ago
  74. c1a5e82 Merge "Remove usages of FloatMath" automerge: a8e8cdb automerge: 27316a9 by Neil Fuller · 10 years ago
  75. e573aa9 Remove usages of FloatMath by Neil Fuller · 10 years ago
  76. e025ed2 Make popup transition animation play nicely with dismiss/show pair by Alan Viverette · 10 years ago
  77. 74f89e7 Unhid ChangeScroll by Brian Attwell · 10 years ago
  78. 4197545 Merge "Reset the transitionAlpha after the transition completes." into lmp-mr1-dev by George Mount · 10 years ago
  79. 6c211ff Reset the transitionAlpha after the transition completes. by George Mount · 10 years ago
  80. 2db3bf5 Slide supports Gravity.START and Gravity.END. by George Mount · 10 years ago
  81. 2055907 Fix Visibility transitions canceling when nothing has changed. by George Mount · 10 years ago
  82. 8f7d371 Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-mr1-dev by George Mount · 10 years ago
  83. fa35d14 Allow PathMotion to affect translations in ChangeTransform. by George Mount · 10 years ago
  84. b592d84 Fix javadoc. by George Mount · 10 years ago
  85. 4c2e349 Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp-mr1-dev by Dake Gu · 10 years ago
  86. e0f76e9 Merge "Fix transition being canceled improperly." into lmp-mr1-dev by George Mount · 10 years ago
  87. b7573c2 Add resizeClip attribute to ChangeBounds. by George Mount · 10 years ago
  88. d359952 Use one method to change bounds in ChangeBounds. by George Mount · 10 years ago
  89. cba01b2 Fix transition being canceled improperly. by George Mount · 10 years ago
  90. 5ac9b20 Allow using setLeft/Top/Right/Bottom to control ChangeBounds. by George Mount · 10 years ago
  91. f791703 Avoid changeBounds animations on Views that are not yet laidout by Chris Craik · 10 years ago
  92. 24314e7 Fix ChangeTransform works only once on a View. by George Mount · 10 years ago
  93. 017b13a ActivityTransition: Encode scaleType and matrix in snapshot view by Dake Gu · 10 years ago
  94. 2deeaa3 Target only shared elements with shared element Transition by George Mount · 10 years ago
  95. 7343ba2 Merge "Fix broken logic in isValidTarget" into lmp-dev by George Mount · 10 years ago
  96. cc82424 Fix broken logic in isValidTarget by George Mount · 10 years ago
  97. dc5bf6a Default to using hardware layer during fade transition. by George Mount · 10 years ago
  98. 79b2781 Fixed OOM due to visibility transitions. by George Mount · 10 years ago
  99. 5030c7f Made Transitions act only the views that they target. by George Mount · 10 years ago
  100. a374bc0 Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev by George Mount · 10 years ago