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