1. bc2dd79 Add @TransitionRes for transition resource integers by Tor Norbye · 10 years ago
  2. 96e54dc Fix TransitionManager.go not running transition. by George Mount · 10 years ago
  3. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 10 years ago
  4. 0653f259 Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 10 years ago
  5. 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
  6. 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
  7. 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
  8. d23391e Increase visibility of Transition.areValuesChanged() to protected to allow by Todd Volkert · 10 years ago
  9. a2c7884 Merge "Remove usages of FloatMath" automerge: a8e8cdb automerge: 27316a9 by Neil Fuller · 10 years ago
  10. c1a5e82 Merge "Remove usages of FloatMath" automerge: a8e8cdb automerge: 27316a9 by Neil Fuller · 10 years ago
  11. e573aa9 Remove usages of FloatMath by Neil Fuller · 10 years ago
  12. e025ed2 Make popup transition animation play nicely with dismiss/show pair by Alan Viverette · 10 years ago
  13. 74f89e7 Unhid ChangeScroll by Brian Attwell · 10 years ago
  14. 4197545 Merge "Reset the transitionAlpha after the transition completes." into lmp-mr1-dev by George Mount · 10 years ago
  15. 6c211ff Reset the transitionAlpha after the transition completes. by George Mount · 10 years ago
  16. 2db3bf5 Slide supports Gravity.START and Gravity.END. by George Mount · 10 years ago
  17. 2055907 Fix Visibility transitions canceling when nothing has changed. by George Mount · 10 years ago
  18. 8f7d371 Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-mr1-dev by George Mount · 10 years ago
  19. fa35d14 Allow PathMotion to affect translations in ChangeTransform. by George Mount · 10 years ago
  20. b592d84 Fix javadoc. by George Mount · 10 years ago
  21. 4c2e349 Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp-mr1-dev by Dake Gu · 10 years ago
  22. e0f76e9 Merge "Fix transition being canceled improperly." into lmp-mr1-dev by George Mount · 10 years ago
  23. b7573c2 Add resizeClip attribute to ChangeBounds. by George Mount · 10 years ago
  24. d359952 Use one method to change bounds in ChangeBounds. by George Mount · 10 years ago
  25. cba01b2 Fix transition being canceled improperly. by George Mount · 10 years ago
  26. 5ac9b20 Allow using setLeft/Top/Right/Bottom to control ChangeBounds. by George Mount · 10 years ago
  27. f791703 Avoid changeBounds animations on Views that are not yet laidout by Chris Craik · 10 years ago
  28. 24314e7 Fix ChangeTransform works only once on a View. by George Mount · 10 years ago
  29. 017b13a ActivityTransition: Encode scaleType and matrix in snapshot view by Dake Gu · 10 years ago
  30. 2deeaa3 Target only shared elements with shared element Transition by George Mount · 10 years ago
  31. 7343ba2 Merge "Fix broken logic in isValidTarget" into lmp-dev by George Mount · 10 years ago
  32. cc82424 Fix broken logic in isValidTarget by George Mount · 10 years ago
  33. dc5bf6a Default to using hardware layer during fade transition. by George Mount · 10 years ago
  34. 79b2781 Fixed OOM due to visibility transitions. by George Mount · 10 years ago
  35. 5030c7f Made Transitions act only the views that they target. by George Mount · 10 years ago
  36. a374bc0 Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev by George Mount · 10 years ago
  37. e6f66e78 Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-dev by George Mount · 10 years ago
  38. 0460002 Fixed: TransitionSet setStartDelay did nothing. by George Mount · 10 years ago
  39. 38a6649 Fixed empty TransitionSet not notifying listeners. by George Mount · 10 years ago
  40. e988ee1 Omit appearing views that have a parent that is also appearing. by Craig Stout · 10 years ago
  41. a740b2b Merge "Only call setHasTransientState in captureHierarchy." into lmp-dev by George Mount · 10 years ago
  42. 24e08d0 Merge "Improve Visibility parent value check." into lmp-dev by George Mount · 10 years ago
  43. 9f1ac39 Improve Visibility parent value check. by George Mount · 10 years ago
  44. 21f54f3 Only call setHasTransientState in captureHierarchy. by George Mount · 10 years ago
  45. f955761 API Review: Improve javadoc. by George Mount · 10 years ago
  46. 66946e2 Merge "Fix ChangeTransform to work with interruptions" into lmp-dev by George Mount · 10 years ago
  47. dc19ac0 Fix ChangeTransform to work with interruptions by George Mount · 10 years ago
  48. 95f3bcd Merge "Fix TransitionManager.go() to allow null transitions" into lmp-dev by Chet Haase · 10 years ago
  49. 5a7cf3e Fix TransitionManager.go() to allow null transitions by Chet Haase · 10 years ago
  50. a2327aa Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-dev by George Mount · 10 years ago
  51. c03da0e Make Fragment Transitions match Acitivty Transitions API by George Mount · 10 years ago
  52. 9a61f94 Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into lmp-dev by George Mount · 10 years ago
  53. ff8e6d8 Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds. by George Mount · 10 years ago
  54. 46a761d Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev by George Mount · 10 years ago
  55. 6276cd4 Fix NPE when transitioning on unattached scene root. by George Mount · 10 years ago
  56. 3b2cd1d Update API per council requests by Craig Mautner · 10 years ago
  57. c94e2b3 Add Parent Change to ChangeTransform by Dake Gu · 10 years ago
  58. 4d1ecf5 Fixed ChangeBounds matching against the wrong View. by George Mount · 10 years ago
  59. dbe3655 Set start transform before animator starts. by George Mount · 10 years ago
  60. 7f15164 Add a way to get Transitions from a TransitionSet. by George Mount · 10 years ago
  61. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  62. 6ceac2e Fix visibility propagation check. by George Mount · 10 years ago
  63. 964c3cf Add default propagation back to Explode. by George Mount · 10 years ago
  64. 2cacfe3 Allow changing bounds to and from a zero-sized bounds. by George Mount · 10 years ago
  65. d761dca TransitionSet: fix excludeTarget not working by Dake Gu · 10 years ago
  66. 51c0148 Fix Monkey NPE. by George Mount · 10 years ago
  67. 2dcab18 Adds ScrollBounds to the Transition framework by Paul Soulos · 10 years ago
  68. ad88e1b API Council: Change docs and constant names. by George Mount · 10 years ago
  69. e3b50ae Fix NPE during construction from XML. by George Mount · 10 years ago
  70. f3de5a2 Remove modified APIs by George Mount · 10 years ago
  71. b5ef7f8 Don't change View visibility during activity transitions. by George Mount · 10 years ago
  72. 58bbdbd Fix targeting transition by transitionName. by George Mount · 10 years ago
  73. ecd857b Add curved motion to Transitions. by George Mount · 10 years ago
  74. 31e8005 Merge "Don't use overlay to transition ImageViews." by George Mount · 10 years ago
  75. 18ab799 Add IN/OUT flag for all Visibility transitions. by George Mount · 10 years ago
  76. 990205e Don't use overlay to transition ImageViews. by George Mount · 10 years ago
  77. 88f5993 Merge "Allow custom transitions from XML." by George Mount · 10 years ago
  78. 0a2ae00 Revert "Revert "API Review: Change View viewName attribute to transitionName."" by George Mount · 10 years ago
  79. a3c1025 Revert "API Review: Change View viewName attribute to transitionName." by John Reck · 10 years ago
  80. 125578a API Review: Change View viewName attribute to transitionName. by George Mount · 10 years ago
  81. 44d6638 Allow custom transitions from XML. by George Mount · 10 years ago
  82. 1f8c011 Handle interruptions in Explode and Slide transitions. by George Mount · 10 years ago
  83. 4c20ea2 Fix blinking animation during Visibility transitions. by George Mount · 10 years ago
  84. d4c3c91 Allow antroid.transition Transitions in fragments. by George Mount · 10 years ago
  85. 208dcade Prevent transitions from calling createAnimator for invalid views. by George Mount · 10 years ago
  86. dc21d3b API review: Constants to Gravity and Epicenter. by George Mount · 10 years ago
  87. 8cab50a Fix for quick "back" in Activity Transitions. by George Mount · 10 years ago
  88. 7b75062 Allow changing order of matching Views in Transitions. by George Mount · 10 years ago
  89. 11d0415 Merge "Check for null Drawable in MoveImage" by George Mount · 10 years ago
  90. 30da61d Add view name to Transition matching. by George Mount · 10 years ago
  91. d8cdb8c Check for null Drawable in MoveImage by George Mount · 10 years ago
  92. 764af29 Merge "Fix mismatch in Transition ID/instances" by George Mount · 10 years ago
  93. 6de56bb Fix mismatch in Transition ID/instances by George Mount · 10 years ago
  94. 080443b Add ImageView-specific shared element activity transition code. by George Mount · 10 years ago
  95. 265f209 Fixed transition start delay propagation when duration = 0. by George Mount · 10 years ago
  96. a98fb7a Add mechanism for Transitions to target a class. by George Mount · 10 years ago
  97. 608b87d Add Transform and ClipBounds Transitions. by George Mount · 10 years ago
  98. f976c3d Add ability to exclude Views in transition XML. by George Mount · 10 years ago
  99. 80c1210 Merge "Fade Transition sometimes disappeared improperly." by George Mount · 10 years ago
  100. 1b2fb2c Fade Transition sometimes disappeared improperly. by George Mount · 10 years ago