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
/
transition
/
TransitionManager.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-10-22
Remove transition listener in MultiListener and FragmentTransition
Andrey Kulikov
2018-09-28
Keep scene change code in framework transitions in sync with AndroidX
Andrey Kulikov
2018-09-27
Call Scene's exit action when use TransitionManager.go() with null transition
Andrey Kulikov
2018-08-30
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-05-02
Fix race condition with GC in TransitionManager
Yuichi Araki
2016-11-17
Extract and unhide TransitionListenerAdapter
Ben Weiss
2016-11-15
Use safe access to OnPreDrawListener.
George Mount
2016-09-20
Fix TransitionManager.go with null Transition.
George Mount
2016-06-24
Make getTransition a @TestApi for CTS tests.
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
2015-06-25
Fix endTransition index out of bounds exception.
George Mount
2015-04-08
Make TransitionManager.endTransitions() public.
George Mount
2015-03-03
Fix TransitionManager.go not running transition.
George Mount
2015-02-02
Make popup transition animation play nicely with dismiss/show pair
Alan Viverette
2014-09-03
Fix TransitionManager.go() to allow null transitions
Chet Haase
2014-04-17
Split Activity Transitions out of PhoneWindow.
George Mount
2014-03-06
Fix problem with Animators pausing the wrong Window.
George Mount
2014-02-26
Change Activity Scene Transitions to be more automatic redo.
George Mount
2014-02-26
Revert "Change Activity Scene Transitions to be more automatic."
George Mount
2014-02-25
Change Activity Scene Transitions to be more automatic.
George Mount
2013-12-05
Add support for cross-activity scenes and transitions
Adam Powell
2013-10-24
Hide TransitionManager default transition methods
Adam Powell
2013-10-22
Fix leak with transitions when views get removed
Chet Haase
2013-10-04
Enable transitions in lockscreen media controller
Chet Haase
2013-09-26
Make fading transitions work better
Chet Haase
2013-09-16
Ensure that transitions animating alpha end on a reasonable value
Chet Haase
2013-09-14
Plug leaks in transitions
Chet Haase
2013-09-13
Disable ActionBar transitions
Chet Haase
2013-09-04
Transition API changes from API council recommendations
Chet Haase