TransitionsBackport
TransitionsBackport copied to clipboard
A backport of the new Transitions API for Android
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: 
Allows AboutLibraries (https://github.com/mikepenz/AboutLibraries) to autodetect the usage of this library and show it on a dialog: 
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)...