summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityTransitionState.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Activity Transition: fix quick back after enter.George Mount2015-01-261-3/+21
* Force transitioning views to be visible when transition interrupted.George Mount2014-09-221-2/+12
* Have Activity Transitions activited by a new window attribute.George Mount2014-09-111-2/+2
* Additional fixes for "back" with translucent windows.George Mount2014-09-031-0/+1
* Don't blink in views that haven't transitioned yet.George Mount2014-08-141-0/+12
* Transition: remap if views in calling activity became invalidDake Gu2014-08-081-3/+2
* Don't lose ActivityOptions during orientation change.George Mount2014-07-151-1/+7
* Fix converting to opaque when "back" hit quickly after entering.George Mount2014-07-081-2/+2
* Activity Transitions: Fix memory leak.George Mount2014-06-241-0/+11
* Activity Transitions: don't require transitionName.George Mount2014-06-231-34/+63
* Allow enter activity transitions to be delayed until data is ready.George Mount2014-06-101-5/+33
* Fix for quick "back" in Activity Transitions.George Mount2014-05-201-8/+13
* Support Activity Transitions when activity stopped.George Mount2014-05-151-0/+204