History log of /frameworks/support/transition/src/android/support/transition/Scene.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e5a72756eb66c31baf1a3054c66520f1c3f5b8c 01-Dec-2016 Yuichi Araki <yaraki@google.com> Restructure the Transition support library

Transition classes no longer delegate to platform Transitions.

Underlying features are separated into their own compatibility layers.
- ViewOverlay and ViewGroupOverlay (platform: 18)
- WindowId (platform: 18)
- ViewGroup.suppressLayout (platform: 19, not backported yet)

This does not change behaviors except for the followings:
- On API level 18, WindowId and ViewOverlay delegate to the platform
- Transition is Cloneable
- Inheriting Visibility now works fine

Test: All existing tests and VisibilityTest pass on 15, 16, 18, 19, and
25
Change-Id: I87e7a14a45d51b5ad6f77ab213c7a732b7512708
/frameworks/support/transition/src/android/support/transition/Scene.java
bd6c3bc3b3bc69f629b11218fbdd2bf171f74d7d 21-Jun-2016 Yuichi Araki <yaraki@google.com> Backport Scene constructor with a View

Backport the constructor Scene(ViewGroup, View) introduced in Lollipop
to KitKat.

Change-Id: I359d767bcc12ba58a72c389b95a8f8f437d761df
/frameworks/support/transition/src/android/support/transition/Scene.java
cbba0a52f7d7b593dbb13a138515f066f75cce80 10-May-2016 Yuichi Araki <yaraki@google.com> Annotate public APIs in transition support library

Change-Id: Ibc86b5cecb19d130fff4dae97f0adfe293dc197e
/frameworks/support/transition/src/android/support/transition/Scene.java
c876cd8f9334e2423de00836009f3fd7a9566938 05-Feb-2016 Yuichi Araki <yaraki@google.com> Transition support library

This new library currently supports some basic features of Transition
API. Scene, Fade, ChangeBounds, TransitionSet, AutoTransition and
TransitionManager have been back-ported except for XML.

Change-Id: I75e9e4d6d7f366297f69735adec0842784290329
/frameworks/support/transition/src/android/support/transition/Scene.java