Releases: andkulikov/Transitions-Everywhere
v1.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)
v1.6.1
Bug fix
v1.6.0
Merge with final Android Marshmallow SDK
PathMotion aka Curved motion is backported! What is it and how to use it
Bug fixes and performance optimizations. Animations now works on Android 4.0+ (instead of 3.1+ in previous version)
v1.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
v1.4.0
Merge with android m preview sources but with fix for this bugs https://code.google.com/p/android-developer-preview/issues/detail?id=2208
Start use detach listener for animated view for proper handling view lifecycle. That requires 3.1 as minimum android version with transition animations
v1.3.2
bug fix
v1.3.1
bug fix
v1.3.0
merge with Android 5.1 and bug fixes
v1.2.2
bug fix
v1.2.1
bug fix