Closed nschwermann closed 9 years ago
Hello. Thanks for information. I will fix it soon. Strange, but this issue does not reproduced on Android 4.4
I'm seeing this on GS5 running Lollipop. Haven't tested on other devices/versions.
on nexus 5 with 5.0 its work incorrectly too
Okay good so you are able to see the issue then? Looks like its a 5.0 only issue?
yes, i think so. i will try to debug)
you found a really major bug, thanks! i fixed it and will upload new version on maven soon
@andkulikov Please update soon :)
@andkulikov Not sure if the same issue, but TransitionManager.beginDelayedTransition() messes with the alpha values as well. I used both the maven version and the one with the issue fix #12
It works with the native api. Also, tried in android 4.4.4 & 5.0
Made a simple example that demonstrates the issue https://github.com/c0nnector/TransitionsIssue
c0nnector, thanks!
both of these bugs already fixed in new version 1.3.0
@andkulikov Awesome! Great lib :+1:
Hello thanks for this backport! I have however found an issue where it isn't not playing nicely with another widget library.
I have a sample project here demonstrating the issue. If you compile and run the project and click the add payment method button the Transition will kick in displaying a new scene. If android:ids are shared between scenes then it looks as if the alpha values are not honored. Switching the Transition package names back to the framework will resolve the issue.
Here is the sample project https://drive.google.com/file/d/0B9BQRk_YVoNrdDVqVVduY3dnY0k/view?usp=sharing
And here is a link to the issue originally opened on the widget library. https://github.com/IanGClifton/AndroidFloatLabel/issues/20