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
/
TransitionSet.java
Age
Commit message (
Expand
)
Author
2018-10-31
Improve platform TransitionSet behavior
Andrey Kulikov
2018-03-16
Transfer Interpolator from TransitionSet to child Transitions
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-02-16
Merge "Fix TransitionSet javadoc to use transitionOrdering attribute." into n...
George Mount
2016-02-10
Fix TransitionSet javadoc to use transitionOrdering attribute.
George Mount
2016-02-10
Don't use forceVisibility for Activity Transitions.
George Mount
2014-09-12
Made Transitions act only the views that they target.
George Mount
2014-09-11
Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev
George Mount
2014-09-11
Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-dev
George Mount
2014-09-11
Fixed: TransitionSet setStartDelay did nothing.
George Mount
2014-09-11
Fixed empty TransitionSet not notifying listeners.
George Mount
2014-09-05
Only call setHasTransientState in captureHierarchy.
George Mount
2014-08-19
Fixed ChangeBounds matching against the wrong View.
George Mount
2014-08-19
Add a way to get Transitions from a TransitionSet.
George Mount
2014-07-25
TransitionSet: fix excludeTarget not working
Dake Gu
2014-07-15
Fix NPE during construction from XML.
George Mount
2014-07-10
Don't change View visibility during activity transitions.
George Mount
2014-06-30
Add curved motion to Transitions.
George Mount
2014-06-23
Revert "Revert "API Review: Change View viewName attribute to transitionName.""
George Mount
2014-06-23
Revert "API Review: Change View viewName attribute to transitionName."
John Reck
2014-06-20
API Review: Change View viewName attribute to transitionName.
George Mount
2014-06-17
Allow antroid.transition Transitions in fragments.
George Mount
2014-05-13
Add view name to Transition matching.
George Mount
2014-04-22
Properly filter out excluded views in createAnimators() call.
George Mount
2014-04-07
Add Transitions useful for Activity transitions.
George Mount
2014-03-06
Fix problem with Animators pausing the wrong Window.
George Mount
2013-10-06
Fix resource-loading code for TransitionSet
Chet Haase
2013-09-26
Make fading transitions work better
Chet Haase
2013-09-18
Use transition-only alpha property for fading transitions
Chet Haase
2013-09-11
Add exclude() methods to Transition
Chet Haase
2013-09-04
Transition API changes from API council recommendations
Chet Haase