1. 2deeaa3 Target only shared elements with shared element Transition by George Mount · 10 years ago
  2. 7343ba2 Merge "Fix broken logic in isValidTarget" into lmp-dev by George Mount · 10 years ago
  3. cc82424 Fix broken logic in isValidTarget by George Mount · 10 years ago
  4. dc5bf6a Default to using hardware layer during fade transition. by George Mount · 10 years ago
  5. 79b2781 Fixed OOM due to visibility transitions. by George Mount · 10 years ago
  6. 5030c7f Made Transitions act only the views that they target. by George Mount · 10 years ago
  7. a374bc0 Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev by George Mount · 10 years ago
  8. e6f66e78 Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-dev by George Mount · 10 years ago
  9. 0460002 Fixed: TransitionSet setStartDelay did nothing. by George Mount · 10 years ago
  10. 38a6649 Fixed empty TransitionSet not notifying listeners. by George Mount · 10 years ago
  11. e988ee1 Omit appearing views that have a parent that is also appearing. by Craig Stout · 10 years ago
  12. a740b2b Merge "Only call setHasTransientState in captureHierarchy." into lmp-dev by George Mount · 10 years ago
  13. 24e08d0 Merge "Improve Visibility parent value check." into lmp-dev by George Mount · 10 years ago
  14. 9f1ac39 Improve Visibility parent value check. by George Mount · 10 years ago
  15. 21f54f3 Only call setHasTransientState in captureHierarchy. by George Mount · 10 years ago
  16. f955761 API Review: Improve javadoc. by George Mount · 10 years ago
  17. 66946e2 Merge "Fix ChangeTransform to work with interruptions" into lmp-dev by George Mount · 10 years ago
  18. dc19ac0 Fix ChangeTransform to work with interruptions by George Mount · 10 years ago
  19. 95f3bcd Merge "Fix TransitionManager.go() to allow null transitions" into lmp-dev by Chet Haase · 10 years ago
  20. 5a7cf3e Fix TransitionManager.go() to allow null transitions by Chet Haase · 10 years ago
  21. a2327aa Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-dev by George Mount · 10 years ago
  22. c03da0e Make Fragment Transitions match Acitivty Transitions API by George Mount · 10 years ago
  23. 9a61f94 Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into lmp-dev by George Mount · 10 years ago
  24. ff8e6d8 Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds. by George Mount · 10 years ago
  25. 46a761d Merge "Fix NPE when transitioning on unattached scene root." into lmp-dev by George Mount · 10 years ago
  26. 6276cd4 Fix NPE when transitioning on unattached scene root. by George Mount · 10 years ago
  27. 3b2cd1d Update API per council requests by Craig Mautner · 10 years ago
  28. c94e2b3 Add Parent Change to ChangeTransform by Dake Gu · 10 years ago
  29. 4d1ecf5 Fixed ChangeBounds matching against the wrong View. by George Mount · 10 years ago
  30. dbe3655 Set start transform before animator starts. by George Mount · 10 years ago
  31. 7f15164 Add a way to get Transitions from a TransitionSet. by George Mount · 10 years ago
  32. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  33. 6ceac2e Fix visibility propagation check. by George Mount · 10 years ago
  34. 964c3cf Add default propagation back to Explode. by George Mount · 10 years ago
  35. 2cacfe3 Allow changing bounds to and from a zero-sized bounds. by George Mount · 10 years ago
  36. d761dca TransitionSet: fix excludeTarget not working by Dake Gu · 10 years ago
  37. 51c0148 Fix Monkey NPE. by George Mount · 10 years ago
  38. 2dcab18 Adds ScrollBounds to the Transition framework by Paul Soulos · 10 years ago
  39. ad88e1b API Council: Change docs and constant names. by George Mount · 10 years ago
  40. e3b50ae Fix NPE during construction from XML. by George Mount · 10 years ago
  41. f3de5a2 Remove modified APIs by George Mount · 10 years ago
  42. b5ef7f8 Don't change View visibility during activity transitions. by George Mount · 10 years ago
  43. 58bbdbd Fix targeting transition by transitionName. by George Mount · 10 years ago
  44. ecd857b Add curved motion to Transitions. by George Mount · 10 years ago
  45. 31e8005 Merge "Don't use overlay to transition ImageViews." by George Mount · 10 years ago
  46. 18ab799 Add IN/OUT flag for all Visibility transitions. by George Mount · 10 years ago
  47. 990205e Don't use overlay to transition ImageViews. by George Mount · 10 years ago
  48. 88f5993 Merge "Allow custom transitions from XML." by George Mount · 10 years ago
  49. 0a2ae00 Revert "Revert "API Review: Change View viewName attribute to transitionName."" by George Mount · 10 years ago
  50. a3c1025 Revert "API Review: Change View viewName attribute to transitionName." by John Reck · 10 years ago
  51. 125578a API Review: Change View viewName attribute to transitionName. by George Mount · 10 years ago
  52. 44d6638 Allow custom transitions from XML. by George Mount · 10 years ago
  53. 1f8c011 Handle interruptions in Explode and Slide transitions. by George Mount · 10 years ago
  54. 4c20ea2 Fix blinking animation during Visibility transitions. by George Mount · 10 years ago
  55. d4c3c91 Allow antroid.transition Transitions in fragments. by George Mount · 10 years ago
  56. 208dcade Prevent transitions from calling createAnimator for invalid views. by George Mount · 10 years ago
  57. dc21d3b API review: Constants to Gravity and Epicenter. by George Mount · 10 years ago
  58. 8cab50a Fix for quick "back" in Activity Transitions. by George Mount · 10 years ago
  59. 7b75062 Allow changing order of matching Views in Transitions. by George Mount · 10 years ago
  60. 11d0415 Merge "Check for null Drawable in MoveImage" by George Mount · 10 years ago
  61. 30da61d Add view name to Transition matching. by George Mount · 10 years ago
  62. d8cdb8c Check for null Drawable in MoveImage by George Mount · 10 years ago
  63. 764af29 Merge "Fix mismatch in Transition ID/instances" by George Mount · 10 years ago
  64. 6de56bb Fix mismatch in Transition ID/instances by George Mount · 10 years ago
  65. 080443b Add ImageView-specific shared element activity transition code. by George Mount · 10 years ago
  66. 265f209 Fixed transition start delay propagation when duration = 0. by George Mount · 10 years ago
  67. a98fb7a Add mechanism for Transitions to target a class. by George Mount · 10 years ago
  68. 608b87d Add Transform and ClipBounds Transitions. by George Mount · 10 years ago
  69. f976c3d Add ability to exclude Views in transition XML. by George Mount · 10 years ago
  70. 80c1210 Merge "Fade Transition sometimes disappeared improperly." by George Mount · 10 years ago
  71. 1b2fb2c Fade Transition sometimes disappeared improperly. by George Mount · 10 years ago
  72. 8c0ceb3 Properly filter out excluded views in createAnimators() call. by George Mount · 10 years ago
  73. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago
  74. d6107a3 Add Transitions useful for Activity transitions. by George Mount · 11 years ago
  75. cf68aad Fix problem with Animators pausing the wrong Window. by George Mount · 11 years ago
  76. e180337 Change Activity Scene Transitions to be more automatic redo. by George Mount · 11 years ago
  77. 206e30c Revert "Change Activity Scene Transitions to be more automatic." by George Mount · 11 years ago
  78. f10587f Change Activity Scene Transitions to be more automatic. by George Mount · 11 years ago
  79. 0a778ed Cross-Activity Scene transition API. by George Mount · 11 years ago
  80. cfbe9be Add support for cross-activity scenes and transitions by Adam Powell · 11 years ago
  81. ab42aec Fix docs by Adam Powell · 11 years ago
  82. 18e905f Make Scenes and Transitions first-class in PhoneWindow/Themes by Adam Powell · 11 years ago
  83. 9f30380 am 93830ffb: am df52471c: am 5747919f: Merge "Fix leak in TransitionInflater" into klp-dev by Chet Haase · 11 years ago
  84. 5747919 Merge "Fix leak in TransitionInflater" into klp-dev by Chet Haase · 11 years ago
  85. 58ad122 Fix leak in TransitionInflater by Chet Haase · 11 years ago
  86. 1e9a247 am 098bc61f: am fd08694e: am 215add2e: Merge "Hide TransitionManager default transition methods" into klp-dev by Adam Powell · 11 years ago
  87. 1e9f3d8 Hide TransitionManager default transition methods by Adam Powell · 11 years ago
  88. 75c74a4 am c3661b16: am 1fcdee0d: am 92da1779: Merge "Fix bug in Scene\'s use of setTag" into klp-dev by Adam Powell · 11 years ago
  89. f3c1577 Fix bug in Scene's use of setTag by Adam Powell · 11 years ago
  90. d5c54bb am 39e991bd: am f8525caf: am 02e4c3a1: Merge "Cache Scene objects by layout ID on the scene root" into klp-dev by Chet Haase · 11 years ago
  91. 40a6788 Cache Scene objects by layout ID on the scene root by Adam Powell · 11 years ago
  92. 28e8db1 am 43757cc8: am 2a8eaff4: am c9d8e383: Merge "Fix leak with transitions when views get removed" into klp-dev by Chet Haase · 11 years ago
  93. df32aa8 Fix leak with transitions when views get removed by Chet Haase · 11 years ago
  94. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  95. aafc91c Fix resource-loading code for TransitionSet by Chet Haase · 11 years ago
  96. aa00613 Enable transitions in lockscreen media controller by Chet Haase · 11 years ago
  97. b7a7fc9 Make fading transitions work better by Chet Haase · 11 years ago
  98. d8d7c38 Disable ActionBar usage of transitions by Chet Haase · 11 years ago
  99. 9b98572 Add equals() and hashcode() to SpannableString by Chet Haase · 11 years ago
  100. c46181a Use transition-only alpha property for fading transitions by Chet Haase · 11 years ago