1. 6297672 Don't use forceVisibility for Activity Transitions. by George Mount · 8 years ago
  2. 5fddd4c Fix crash in forceViewsToAppear by George Mount · 9 years ago
  3. 80141d1 Fix input pause without resume. by George Mount · 9 years ago
  4. 3dec0d4 Merge "Disable input during Activity Transition." into mnc-dev by George Mount · 9 years ago
  5. 18c2b0e Take into account scroll offset for transition animation by Doris Liu · 9 years ago
  6. 41725de Disable input during Activity Transition. by George Mount · 9 years ago
  7. 42161c5 Fix target location on nested shared elements. by George Mount · 9 years ago
  8. fbd4596 Activity Transition: fix quick back after enter. by George Mount · 10 years ago
  9. 92692c0 Keep snapshot order matching the shared elements. by George Mount · 10 years ago
  10. ca5094a Fix NPE when snapshot ImageView uses ScaleType.MATRIX. by George Mount · 10 years ago
  11. 95d520f Merge "Fix NPE in moveSharedElementsToOverlay" into lmp-mr1-dev by George Mount · 10 years ago
  12. eca1ae5 Fix NPE in moveSharedElementsToOverlay by George Mount · 10 years ago
  13. 333b809 Fixed: Nested shared elements now transition separately. by George Mount · 10 years ago
  14. 7c479f5 Use empty snapshots list when there are no shared elements. by George Mount · 10 years ago
  15. c9a5227 Fix NPE when detached View is added as a shared element. by George Mount · 10 years ago
  16. 1732f52 Fix NPE when shared element listener is null. by George Mount · 10 years ago
  17. b694e08 Fix exit transitions hiding views permanently. by George Mount · 10 years ago
  18. e094706 Merge "Fixed: getDecor() NullPointeExceptions." into lmp-dev by George Mount · 10 years ago
  19. 653ea66 Reset the alpha for offscreen views. by George Mount · 10 years ago
  20. 48bd13c Fixed: getDecor() NullPointeExceptions. by George Mount · 10 years ago
  21. ce2ee3d Fix fade transition not working with Activity Transitions. by George Mount · 10 years ago
  22. 214e7ad Merge "Use Alpha instead of TransitionAlpha for Activity Transitions." into lmp-dev by George Mount · 10 years ago
  23. 0f0c473 Use Alpha instead of TransitionAlpha for Activity Transitions. by George Mount · 10 years ago
  24. ffd09aed Merge "Fix selection of epicenter in Activity Transitions." into lmp-dev by George Mount · 10 years ago
  25. c2d66a0 Merge "Fix NPE when Window disappears during a transition." into lmp-dev by George Mount · 10 years ago
  26. c6186bf Fix selection of epicenter in Activity Transitions. by George Mount · 10 years ago
  27. 6e7fb60 Fix NPE when Window disappears during a transition. by George Mount · 10 years ago
  28. 6558056 API Review: Change SharedElementListener to SharedElementCallback. by George Mount · 10 years ago
  29. ce725a4 Allow arbitrarily-added shared elements. by George Mount · 10 years ago
  30. b89d5cc Allow Activities to opt into using Overlay for shared elements. by George Mount · 10 years ago
  31. a2bbbb3 Don't blink in views that haven't transitioned yet. by George Mount · 10 years ago
  32. 8d2ba6d Merge "Pass elevation to enable shadow in shared elements." into lmp-dev by George Mount · 10 years ago
  33. 26c82b6 Pass elevation to enable shadow in shared elements. by George Mount · 10 years ago
  34. 480ca82 Custom snapshot capture and reconstitution. by George Mount · 10 years ago
  35. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  36. fc0fc0e ActivityTransitionCoordinator: Fix memory leak of ResultReceiver by Dake Gu · 10 years ago
  37. f03c139 fix ArrayIndexOutOfBoundException of ExitTransitionCoordinator by Dake Gu · 10 years ago
  38. 7bf379c ActivityTransition: fix wrong width/height applied to sharedelement. by Dake Gu · 10 years ago
  39. c18f4cc ActivityTransition: restore callee activity shared element position by Dake Gu · 10 years ago
  40. b5ef7f8 Don't change View visibility during activity transitions. by George Mount · 10 years ago
  41. 700db2a Fix converting to opaque when "back" hit quickly after entering. by George Mount · 10 years ago
  42. 8881502 Target only the proper views in activity transitions. by George Mount · 10 years ago
  43. 60625b0 Fix activity transitions enter transition. by George Mount · 10 years ago
  44. a0a0260 Activity Transitions: Fix memory leak. by George Mount · 10 years ago
  45. 1fecfb2 Activity Transitions: don't require transitionName. by George Mount · 10 years ago
  46. eeda22b Merge "Revert "Revert "API Review: Change View viewName attribute to transitionName.""" by George Mount · 10 years ago
  47. 0a2ae00 Revert "Revert "API Review: Change View viewName attribute to transitionName."" by George Mount · 10 years ago
  48. a3c1025 Revert "API Review: Change View viewName attribute to transitionName." by John Reck · 10 years ago
  49. 4fb48d2 Merge "Revert "API Review: Change View viewName attribute to transitionName."" by John Reck · 10 years ago
  50. 7a73fda Merge "API Review: Change View viewName attribute to transitionName." by George Mount · 10 years ago
  51. 125578a API Review: Change View viewName attribute to transitionName. by George Mount · 10 years ago
  52. 9285d1b Exclude views that aren't on screen from Activity Transitions. by George Mount · 10 years ago
  53. d4c3c91 Allow antroid.transition Transitions in fragments. by George Mount · 10 years ago
  54. 13ccb79 Fix when allowExitOverlap is true to start entering as soon as possible by George Mount · 10 years ago
  55. 67d9243 Better coordination of transition destination. by George Mount · 10 years ago
  56. ed1e01d Allow customization of background fade duration. by George Mount · 10 years ago
  57. 426a768 Merge "Make more descriptive exception for null viewName." by George Mount · 10 years ago
  58. d5f9d73 Make more descriptive exception for null viewName. by George Mount · 10 years ago
  59. 8c2614c Allow enter activity transitions to be delayed until data is ready. by George Mount · 10 years ago
  60. 446956f Merge "Capture right/bottom of images properly when doing Activity Transitions." by George Mount · 10 years ago
  61. 8e43d6d Capture right/bottom of images properly when doing Activity Transitions. by George Mount · 10 years ago
  62. dc21d3b API review: Constants to Gravity and Epicenter. by George Mount · 10 years ago
  63. d265bd7 Delay sending shared element position until after layout. by George Mount · 10 years ago
  64. c93ca16 Moved shared element motion to be in called Activity. by George Mount · 10 years ago
  65. c9b6df8 fixed mIsReturning initialized too late. DO NOT MERGE. by George Mount · 10 years ago
  66. 4ee3580 Merge "Change method name per API council request" by Craig Mautner · 10 years ago
  67. a712e8c Enter and exit transitions are inverted in calling Activity. by George Mount · 10 years ago
  68. 800d72b Add to activity transition API as requested by consumers. by George Mount · 10 years ago
  69. 73f843d Change method name per API council request by Craig Mautner · 10 years ago
  70. 62ab9b7 Support Activity Transitions when activity stopped. by George Mount · 10 years ago
  71. abb352a Change sharedElementName to viewName. by George Mount · 10 years ago
  72. 080443b Add ImageView-specific shared element activity transition code. by George Mount · 10 years ago
  73. d64616e Fix NPE when going "back" from Activity Transition. by George Mount · 10 years ago
  74. caa0310 Transfer image of shared element to launched Activity. by George Mount · 10 years ago
  75. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago