TransitionsBackport icon indicating copy to clipboard operation
TransitionsBackport copied to clipboard

A backport of the new Transitions API for Android

Results 7 TransitionsBackport issues
Sort by recently updated
recently updated
newest added

I found removeView method in ViewOverlayCompat class not check view in argument is not null then it throw ArrayIndexOutOfBoundsException.

I know it would be nice if everyone get it easily to change the source code. But wait, "android.support.*" is kind of "reserved word" which is supposed to be used...

See https://github.com/andkulikov/transitions-everywhere/issues/6 I can reproduce the issue with this library (I believe transitions-everywhere is essentially a fork?)

There are many new transitions in Android 5.0 Lollipop. Having them on devices below that API level would be great, because adoption will be slow for most users. https://developer.android.com/reference/android/transition/package-summary.html

Please, **_update maven build**_ – 1.1 is not the latest stable one, and crashes a lot, 'cause of things like: ![decompiled 1.1](http://monosnap.com/image/MoMFoaA0tiCvd2PorC39N9DTHeQO3l.png)

Allows AboutLibraries (https://github.com/mikepenz/AboutLibraries) to autodetect the usage of this library and show it on a dialog: ![about-library](https://cloud.githubusercontent.com/assets/6595407/4589529/f8674b10-5054-11e4-98a1-4a08441e786b.png)

I got this error on some devices has os version 4.0.3 (not on all device models). ``` java java.lang.IllegalArgumentException: width and height must be > 0 android.graphics.Bitmap.createBitmap(Bitmap.java:603) android.graphics.Bitmap.createBitmap(Bitmap.java:585) android.support.transition.utils.ViewOverlayCompat$ViewWithBounds.(ViewOverlayCompat.java:112) android.support.transition.utils.ViewOverlayCompat$ViewWithBounds.(ViewOverlayCompat.java:103)...