Change log for 1.x versions ============ 1.8.1
Bug fixes for Crossfade and Recolor transitions. Thanks to [evant][8] and [DummyCo][9] 1.8.0
Provide @NonNull and @Nullable annotations for all the methods to make the library more Kotlin friendly 1.7.9
Fix bug with typo in restoring paused Visibility transition when it is using an overlay 1.7.8
Fix for ChangeBounds sometimes not applying the latest values. Thanks to [lukaville][7] 1.7.7
Fix version resolving issue when use together with the latest suppport libs 1.7.6
Fix for the case when Visibility transition is removing the view from the previous scene. [Framework bug for it][6] 1.7.4, 1.7.5
Fixes for color change in ChangeText. Thanks to [droidluv][4] and [passsy][5] 1.7.3
Fix for TranslationTransition, fix for Visibility transition cancelation when it is using an overlay 1.7.1, 1.7.2
Npe fix, WindowId backport, update PathParser version 1.7.0
Bug fix for rare NPE. Thanks to [TealOcean][3] 1.6.9
Bug fix for Scenes when we pass null transition 1.6.8
Bug fix for Recolor. Thanks to [twyatt][2] 1.6.7
Merge with Android 7.0. Some internal improvements 1.6.5
Optimizations for ChangeBounds and Fade 1.6.4
Bug fix. Thanks to [raycoarana][1] 1.6.3
Hidden transitions are moved in the main package. Proguard rules are removed. Some internal fixes. 1.6.2
Fixed issue with incorrect disappearing when set of more than one Visibility transitions animates the same view
Added two "extra" transitions: Scale (for scaled appearing & disappearing) and TranslationTransition (animates changes of translationX and translationY) 1.6.0
Merge with final Android Marshmallow SDK
PathMotion aka Curved motion is backported!
Bug fixes and performance optimizations. 1.5.0
Merge with Android M Preview 2
Migrate to new library package name and maven artifact id:
Please update imports in your classes from `android.transitions.everywhere.*` to `com.transitionseverywhere`
And gradle dependency from `com.github.andkulikov:transitions-everywhere` to `com.andkulikov:transitionseverywhere`
1.4.0
Merge with Android M Preview sources. 1.3.1 - 1.3.2
Bug fixes. 1.3.0
Merge with changes from Android 5.1. 1.2.0 - 1.2.2
Bug fixes. 1.1.0
Port of new transitions from Android 5.0 Lollipop 1.0.0
First release. This library is a backport of [Android Transitions API][10]. Animations backported to Android 4.0+. API compatible with Android 2.3+ [1]: https://github.com/raycoarana [2]: https://github.com/twyatt [3]: https://github.com/TealOcean [4]: https://github.com/droidluv [5]: https://github.com/passsy [6]: https://issuetracker.google.com/issues/65688271 [7]: https://github.com/lukaville [8]: https://github.com/evant [9]: https://github.com/DummyCo [10]: http://developer.android.com/reference/android/transition/package-summary.html