1. 6297672 Don't use forceVisibility for Activity Transitions. by George Mount · 8 years ago
  2. d7d0fb3 Fix for Activity Transitions restoring views bug. by George Mount · 9 years ago
  3. 10d312b Reset accessibility after Activity enter transition. by George Mount · 9 years ago
  4. 6e09942 Merge "Fix leak of Bundled data." by George Mount · 9 years ago
  5. 3bbc2ed Fix leak of Bundled data. by George Mount · 9 years ago
  6. a228d7e Properly remove GhostViews when Activity Transition canceled. by George Mount · 9 years ago
  7. 80141d1 Fix input pause without resume. by George Mount · 9 years ago
  8. b1f1293 Merge "Remove hidden/deleted APIs." into mnc-dev by George Mount · 9 years ago
  9. 5aec62e Remove hidden/deleted APIs. by George Mount · 9 years ago
  10. 41725de Disable input during Activity Transition. by George Mount · 9 years ago
  11. 4dc668c Revert "Revert "Allow delay of showing/hiding shared element when transferring."" by George Mount · 9 years ago
  12. 44d15f1 Revert "Allow delay of showing/hiding shared element when transferring." by George Mount · 9 years ago
  13. bd93e69 Allow delay of showing/hiding shared element when transferring. by George Mount · 9 years ago
  14. fbd4596 Activity Transition: fix quick back after enter. by George Mount · 10 years ago
  15. 1fb941d Ensure views are attached prior to starting enter transition. by George Mount · 10 years ago
  16. 45b7010 Merge "Fixed: Nested shared elements now transition separately." into lmp-mr1-dev by George Mount · 10 years ago
  17. 333b809 Fixed: Nested shared elements now transition separately. by George Mount · 10 years ago
  18. 83c692e Fix NPE when rejected snapshots are null. by George Mount · 10 years ago
  19. f1abef6 Force transitioning views to be visible when transition interrupted. by George Mount · 10 years ago
  20. 1732f52 Fix NPE when shared element listener is null. by George Mount · 10 years ago
  21. b694e08 Fix exit transitions hiding views permanently. by George Mount · 10 years ago
  22. 48bd13c Fixed: getDecor() NullPointeExceptions. by George Mount · 10 years ago
  23. 4188d0d Fixed NPE in EnterTransitionCoordinator by George Mount · 10 years ago
  24. 05c4f7a Merge "Fix ArrayIndexOutOfBoundsException." into lmp-dev by George Mount · 10 years ago
  25. ce2ee3d Fix fade transition not working with Activity Transitions. by George Mount · 10 years ago
  26. 214e7ad Merge "Use Alpha instead of TransitionAlpha for Activity Transitions." into lmp-dev by George Mount · 10 years ago
  27. 7fa7da2 Fix ArrayIndexOutOfBoundsException. by George Mount · 10 years ago
  28. 0f0c473 Use Alpha instead of TransitionAlpha for Activity Transitions. by George Mount · 10 years ago
  29. c2d66a0 Merge "Fix NPE when Window disappears during a transition." into lmp-dev by George Mount · 10 years ago
  30. 6e7fb60 Fix NPE when Window disappears during a transition. by George Mount · 10 years ago
  31. 6558056 API Review: Change SharedElementListener to SharedElementCallback. by George Mount · 10 years ago
  32. d847f1a Merge "Additional fixes for "back" with translucent windows." into lmp-dev by George Mount · 10 years ago
  33. 99c82fd Additional fixes for "back" with translucent windows. by George Mount · 10 years ago
  34. dd725ec Merge "ActivityTransition: fix activity not finished on back" into lmp-dev by Dake Gu · 10 years ago
  35. 872efe4 ActivityTransition: fix activity not finished on back by Dake Gu · 10 years ago
  36. f31d83c Fix NPE in EnterTransitionCoordinator. by George Mount · 10 years ago
  37. 407d1fa Fix NPE when clicking "back" quickly. by George Mount · 10 years ago
  38. a2bbbb3 Don't blink in views that haven't transitioned yet. by George Mount · 10 years ago
  39. 9985aaf Merge "Move shared elements to overlay when in a transition group." into lmp-dev by George Mount · 10 years ago
  40. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  41. b04b36e Transition: remap if views in calling activity became invalid by Dake Gu · 10 years ago
  42. 68f96d8 Add differentiating transitions for returning/reentering. by George Mount · 10 years ago
  43. c18f4cc ActivityTransition: restore callee activity shared element position by Dake Gu · 10 years ago
  44. b5ef7f8 Don't change View visibility during activity transitions. by George Mount · 10 years ago
  45. 8d3cd2c Make shared element visible when exit transition finishes early. by George Mount · 10 years ago
  46. 700db2a Fix converting to opaque when "back" hit quickly after entering. by George Mount · 10 years ago
  47. 82ffc14 Ensure views have been laid out before capturing the epicenter. by George Mount · 10 years ago
  48. e678ab6 Wait 2 frames before hiding shared elements. by George Mount · 10 years ago
  49. 8881502 Target only the proper views in activity transitions. by George Mount · 10 years ago
  50. 60625b0 Fix activity transitions enter transition. by George Mount · 10 years ago
  51. 1fecfb2 Activity Transitions: don't require transitionName. by George Mount · 10 years ago
  52. 3cc716c Don't make translucent window opaque during activity transition. by George Mount · 10 years ago
  53. 13ccb79 Fix when allowExitOverlap is true to start entering as soon as possible by George Mount · 10 years ago
  54. 67d9243 Better coordination of transition destination. by George Mount · 10 years ago
  55. ed1e01d Allow customization of background fade duration. by George Mount · 10 years ago
  56. 8c2614c Allow enter activity transitions to be delayed until data is ready. by George Mount · 10 years ago
  57. d265bd7 Delay sending shared element position until after layout. by George Mount · 10 years ago
  58. c93ca16 Moved shared element motion to be in called Activity. by George Mount · 10 years ago
  59. c9b6df8 fixed mIsReturning initialized too late. DO NOT MERGE. by George Mount · 10 years ago
  60. 8cab50a Fix for quick "back" in Activity Transitions. by George Mount · 10 years ago
  61. a712e8c Enter and exit transitions are inverted in calling Activity. by George Mount · 10 years ago
  62. 800d72b Add to activity transition API as requested by consumers. by George Mount · 10 years ago
  63. 62ab9b7 Support Activity Transitions when activity stopped. by George Mount · 10 years ago
  64. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  65. 8df5a07 Merge "Fix "blink" when going "back" quickly after entering Activity." by George Mount · 10 years ago
  66. 1a5b294 Fix "blink" when going "back" quickly after entering Activity. by George Mount · 10 years ago
  67. d64616e Fix NPE when going "back" from Activity Transition. by George Mount · 10 years ago
  68. caa0310 Transfer image of shared element to launched Activity. by George Mount · 10 years ago
  69. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago