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
/
Visibility.java
Age
Commit message (
Expand
)
Author
2018-10-18
Reuse overlay view between two Visibility transitions
Andrey Kulikov
2018-10-15
Fix crash in RecyclerView if it's view is animated by Transitions
Andrey Kulikov
2018-09-07
Fix IntDef's usages in the platform Transitions
Andrey Kulikov
2018-02-02
Avoid improperly removing views during transitions
George Mount
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2016-06-14
Remove TransitionListener after transition completes.
George Mount
2016-03-22
Disable suppressLayout in Visibility Activity Transitoins.
George Mount
2016-02-10
Don't use forceVisibility for Activity Transitions.
George Mount
2016-01-13
Add IntDefs for Animator and Transition classes.
George Mount
2015-07-06
Fix Fade out during Activity Transition.
George Mount
2015-07-01
Merge "Add missing addPauseListener." into mnc-dev
George Mount
2015-06-30
Add missing addPauseListener.
George Mount
2015-06-22
Suppress Layout during Visibility transitions
George Mount
2015-06-15
Have the final setVisibility cause a requestLayout.
George Mount
2015-06-08
Merge "API Council changes." into mnc-dev
George Mount
2015-06-05
Don't cause requestLayout when transition changes Visibility.
George Mount
2015-06-05
API Council changes.
George Mount
2015-05-04
Fix Visibility not changing until Animator ends.
George Mount
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-12
Increase visibility of Transition.areValuesChanged() to protected to allow
Todd Volkert
2015-02-12
Revert "Increase visibility of Transition.areValuesChanged() to protected to ...
Todd Volkert
2015-02-12
Increase visibility of Transition.areValuesChanged() to protected to allow
Todd Volkert
2014-11-14
Fix Visibility transitions canceling when nothing has changed.
George Mount
2014-10-22
Fix transition being canceled improperly.
George Mount
2014-09-15
Fixed OOM due to visibility transitions.
George Mount
2014-09-10
Omit appearing views that have a parent that is also appearing.
Craig Stout
2014-09-07
Improve Visibility parent value check.
George Mount
2014-08-25
Update API per council requests
Craig Mautner
2014-08-21
Add Parent Change to ChangeTransform
Dake Gu
2014-07-31
Fix visibility propagation check.
George Mount
2014-07-22
API Council: Change docs and constant names.
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-26
Add IN/OUT flag for all Visibility transitions.
George Mount
2014-06-18
Fix blinking animation during Visibility transitions.
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-25
Fade Transition sometimes disappeared improperly.
George Mount
2014-04-17
Split Activity Transitions out of PhoneWindow.
George Mount
2014-04-07
Add Transitions useful for Activity transitions.
George Mount
2013-09-26
Make fading transitions work better
Chet Haase
2013-09-14
Plug leaks in transitions
Chet Haase
2013-09-04
Transition API changes from API council recommendations
Chet Haase