History log of /frameworks/support/transition/api14/android/support/transition/WindowIdApi14.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce318dbf0020462e651049fd4f32dc226b656f5b 15-Mar-2017 Aurimas Liutikas <aurimas@google.com> Fix up small issues in support-transition.

- Fix a few error prone warnings
- Add missing annotations
- Suppress intentional use of deprecated method
- Remove unused variables

Test: ./gradlew assembleErrorProne is now happy
Change-Id: I13a3e16a4e81e670a13eda877ac176bc99ce64a6
/frameworks/support/transition/api14/android/support/transition/WindowIdApi14.java
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/api14/android/support/transition/WindowIdApi14.java