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