summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/EnterTransitionCoordinator.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Allow delay of showing/hiding shared element when transferrin...George Mount2015-04-091-21/+32
* Revert "Allow delay of showing/hiding shared element when transferring."George Mount2015-04-091-32/+21
* Allow delay of showing/hiding shared element when transferring.George Mount2015-04-081-21/+32
* Activity Transition: fix quick back after enter.George Mount2015-01-261-2/+7
* Ensure views are attached prior to starting enter transition.George Mount2014-10-301-4/+5
* Merge "Fixed: Nested shared elements now transition separately." into lmp-mr1...George Mount2014-10-281-30/+0
|\
| * Fixed: Nested shared elements now transition separately.George Mount2014-10-241-30/+0
* | Fix NPE when rejected snapshots are null.George Mount2014-10-241-0/+11
|/
* Force transitioning views to be visible when transition interrupted.George Mount2014-09-221-8/+35
* Fix NPE when shared element listener is null.George Mount2014-09-181-1/+3
* Fix exit transitions hiding views permanently.George Mount2014-09-121-5/+9
* Fixed: getDecor() NullPointeExceptions.George Mount2014-09-121-55/+77
* Fixed NPE in EnterTransitionCoordinatorGeorge Mount2014-09-111-1/+4
* Merge "Fix ArrayIndexOutOfBoundsException." into lmp-devGeorge Mount2014-09-101-2/+3
|\
| * Fix ArrayIndexOutOfBoundsException.George Mount2014-09-081-2/+3
* | Fix fade transition not working with Activity Transitions.George Mount2014-09-091-3/+3
* | Merge "Use Alpha instead of TransitionAlpha for Activity Transitions." into l...George Mount2014-09-081-5/+5
|\ \ | |/ |/|
| * Use Alpha instead of TransitionAlpha for Activity Transitions.George Mount2014-09-071-5/+5
* | Merge "Fix NPE when Window disappears during a transition." into lmp-devGeorge Mount2014-09-051-7/+10
|\ \
| * | Fix NPE when Window disappears during a transition.George Mount2014-09-041-7/+10
* | | API Review: Change SharedElementListener to SharedElementCallback.George Mount2014-09-041-4/+2
| |/ |/|
* | Merge "Additional fixes for "back" with translucent windows." into lmp-devGeorge Mount2014-09-031-0/+1
|\ \
| * | Additional fixes for "back" with translucent windows.George Mount2014-09-031-0/+1
| |/
* | Merge "ActivityTransition: fix activity not finished on back" into lmp-devDake Gu2014-09-031-1/+1
|\ \ | |/ |/|
| * ActivityTransition: fix activity not finished on backDake Gu2014-08-291-1/+1
* | Fix NPE in EnterTransitionCoordinator.George Mount2014-08-291-4/+6
|/
* Fix NPE when clicking "back" quickly.George Mount2014-08-281-1/+1
* Don't blink in views that haven't transitioned yet.George Mount2014-08-141-1/+13
* Merge "Move shared elements to overlay when in a transition group." into lmp-devGeorge Mount2014-08-081-49/+111
|\
| * Move shared elements to overlay when in a transition group.George Mount2014-08-081-49/+111
* | Transition: remap if views in calling activity became invalidDake Gu2014-08-081-2/+17
|/
* Add differentiating transitions for returning/reentering.George Mount2014-07-311-2/+2
* ActivityTransition: restore callee activity shared element positionDake Gu2014-07-141-2/+2
* Don't change View visibility during activity transitions.George Mount2014-07-101-12/+6
* Make shared element visible when exit transition finishes early.George Mount2014-07-081-1/+3
* Fix converting to opaque when "back" hit quickly after entering.George Mount2014-07-081-0/+13
* Ensure views have been laid out before capturing the epicenter.George Mount2014-07-021-9/+24
* Wait 2 frames before hiding shared elements.George Mount2014-07-011-2/+15
* Target only the proper views in activity transitions.George Mount2014-06-301-5/+2
* Fix activity transitions enter transition.George Mount2014-06-241-1/+11
* Activity Transitions: don't require transitionName.George Mount2014-06-231-2/+33
* Don't make translucent window opaque during activity transition.George Mount2014-06-181-2/+5
* Fix when allowExitOverlap is true to start entering as soon as possibleGeorge Mount2014-06-171-25/+49
* Better coordination of transition destination.George Mount2014-06-171-1/+12
* Allow customization of background fade duration.George Mount2014-06-121-10/+11
* Allow enter activity transitions to be delayed until data is ready.George Mount2014-06-101-16/+55
* Delay sending shared element position until after layout.George Mount2014-06-021-0/+20
* Moved shared element motion to be in called Activity.George Mount2014-05-291-146/+33
* fixed mIsReturning initialized too late. DO NOT MERGE.George Mount2014-05-231-3/+1
* Fix for quick "back" in Activity Transitions.George Mount2014-05-201-5/+10