summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityTransitionState.java
AgeCommit message (Expand)Author
2020-11-30Fixing support for shared element transitions from a windowJon Miranda
2019-10-17Clear the EnterTransitionCoordinator only after onResume.George Mount
2019-09-20Clear reference to EnterTransitionCoordinator when doneGeorge Mount
2019-01-31Only check isTopOfTask() when neededSunny Goyal
2018-10-18Adding support for cross-task hero transitionSunny Goyal
2017-01-30Add methods to query animation stateChet Haase
2016-11-15Use safe access to OnPreDrawListener.George Mount
2016-09-27Set the Intent class loader for onActivityReenter.George Mount
2016-08-16Fix NPE during Activity transition using wrong Activity.George Mount
2016-06-08Re-add Internal API for cross-task Activity used by assistant.George Mount
2016-06-06Revert "Internal API for cross-task Activity used by assistant."Eino-Ville Talvala
2016-06-03Internal API for cross-task Activity used by assistant.George Mount
2016-05-31Better handling of confused finish transition.George Mount
2016-04-01Removed improper check on mCalledExitCoordinator.George Mount
2016-03-24If resume occurs, force finish of exiting activity.George Mount
2016-01-08Fix for Activity Transitions restoring views bug.George Mount
2015-09-09Ensure feature flags are set prior to checking Activity Transition.George Mount
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-01-26Activity Transition: fix quick back after enter.George Mount
2014-09-22Force transitioning views to be visible when transition interrupted.George Mount
2014-09-11Have Activity Transitions activited by a new window attribute.George Mount
2014-09-03Additional fixes for "back" with translucent windows.George Mount
2014-08-14Don't blink in views that haven't transitioned yet.George Mount
2014-08-08Transition: remap if views in calling activity became invalidDake Gu
2014-07-15Don't lose ActivityOptions during orientation change.George Mount
2014-07-08Fix converting to opaque when "back" hit quickly after entering.George Mount
2014-06-24Activity Transitions: Fix memory leak.George Mount
2014-06-23Activity Transitions: don't require transitionName.George Mount
2014-06-10Allow enter activity transitions to be delayed until data is ready.George Mount
2014-05-20Fix for quick "back" in Activity Transitions.George Mount
2014-05-15Support Activity Transitions when activity stopped.George Mount