Skip to content

Releases: andkulikov/Transitions-Everywhere

v1.6.2

14 Mar 00:35
Compare
Choose a tag to compare

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

21 Feb 13:14
Compare
Choose a tag to compare

Bug fix

v1.6.0

25 Aug 11:55
Compare
Choose a tag to compare

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

12 Aug 21:42
Compare
Choose a tag to compare

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

03 Jun 06:08
Compare
Choose a tag to compare

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

18 Apr 22:51
Compare
Choose a tag to compare

bug fix

v1.3.1

06 Apr 11:06
Compare
Choose a tag to compare

bug fix

v1.3.0

12 Mar 09:04
Compare
Choose a tag to compare

merge with Android 5.1 and bug fixes

v1.2.2

21 Dec 18:07
Compare
Choose a tag to compare

bug fix

v1.2.1

27 Nov 21:23
Compare
Choose a tag to compare

bug fix