summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ExitTransitionCoordinator.java
Commit message (Expand)AuthorAgeFilesLines
* Change MNC codename to just M.Dianne Hackborn2015-07-291-1/+1
* Make additional shared elements a version-checked feature.George Mount2015-07-161-1/+6
* Fix input pause without resume.George Mount2015-07-141-0/+2
* Disable input during Activity Transition.George Mount2015-05-071-13/+12
* When returning, transition only existing shared elements.George Mount2015-05-041-1/+1
* Revert "Revert "Allow delay of showing/hiding shared element when transferrin...George Mount2015-04-091-10/+32
* Revert "Allow delay of showing/hiding shared element when transferring."George Mount2015-04-091-32/+10
* Allow delay of showing/hiding shared element when transferring.George Mount2015-04-081-10/+32
* Force transitioning views to be visible when transition interrupted.George Mount2014-09-221-5/+16
* Fix NPE when shared element listener is null.George Mount2014-09-181-1/+4
* Fix exit transitions hiding views permanently.George Mount2014-09-121-5/+8
* Fixed: getDecor() NullPointeExceptions.George Mount2014-09-121-22/+29
* Fix fade transition not working with Activity Transitions.George Mount2014-09-091-4/+4
* 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-2/+3
|\ \
| * | Fix NPE when Window disappears during a transition.George Mount2014-09-041-2/+3
* | | API Review: Change SharedElementListener to SharedElementCallback.George Mount2014-09-041-2/+2
| |/ |/|
* | Merge "Additional fixes for "back" with translucent windows." into lmp-devGeorge Mount2014-09-031-0/+2
|\ \
| * | Additional fixes for "back" with translucent windows.George Mount2014-09-031-0/+2
| |/
* | Merge "ActivityTransition: fix activity not finished on back" into lmp-devDake Gu2014-09-031-1/+2
|\ \ | |/ |/|
| * ActivityTransition: fix activity not finished on backDake Gu2014-08-291-1/+2
* | Merge "Update window always on convertTo/FromTranslucent" into lmp-devGeorge Mount2014-09-021-4/+2
|\ \ | |/ |/|
| * Update window always on convertTo/FromTranslucentCraig Mautner2014-08-271-4/+2
* | Call SharedElementListener#setSharedElementEnd on back.George Mount2014-08-251-0/+1
|/
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-11/+49
* Add differentiating transitions for returning/reentering.George Mount2014-07-311-2/+2
* Transition: Don't suppressLayout(false) for returning activityDake Gu2014-07-291-2/+2
* ExitTransitionCoordinator: suppressLayout during running transitionDake Gu2014-07-251-12/+15
* Fix no transition when only shared element exists.George Mount2014-07-241-2/+7
* ActivityTransition: fix wrong width/height applied to sharedelement.Dake Gu2014-07-181-5/+5
* Don't lose ActivityOptions during orientation change.George Mount2014-07-151-1/+1
* Don't change View visibility during activity transitions.George Mount2014-07-101-8/+14
* Make shared element visible when exit transition finishes early.George Mount2014-07-081-1/+1
* Fix converting to opaque when "back" hit quickly after entering.George Mount2014-07-081-48/+60
* Fix hang when there is no shared element in activity transition.George Mount2014-07-021-0/+2
* Wait 2 frames before hiding shared elements.George Mount2014-07-011-29/+7
* Target only the proper views in activity transitions.George Mount2014-06-301-2/+2
* Merge "Fix activity transitions enter transition."George Mount2014-06-261-0/+1
|\
| * Fix activity transitions enter transition.George Mount2014-06-241-0/+1
* | Activity Transitions: Don't do a shared element exit transition twice.George Mount2014-06-241-7/+1
|/
* Activity Transitions: Fix memory leak.George Mount2014-06-241-5/+23
* Activity Transitions: don't require transitionName.George Mount2014-06-231-7/+10
* Fix NPE when shared elements are empty.George Mount2014-06-171-2/+4
* Better coordination of transition destination.George Mount2014-06-171-36/+99
* Allow customization of background fade duration.George Mount2014-06-121-1/+1
* Delay sending shared element position until after layout.George Mount2014-06-021-1/+1
* Moved shared element motion to be in called Activity.George Mount2014-05-291-91/+103
* fixed mIsReturning initialized too late. DO NOT MERGE.George Mount2014-05-231-4/+2
* Fixed inverse of listener assignment.George Mount2014-05-211-1/+1