timothyjc

Results 5 issues of timothyjc

I get a bunch of VerifyError crashes in my app from rooted users: Fatal Exception: java.lang.VerifyError: Rejecting class icepick.Injector$Helper because it failed compile-time verification (declaration of 'icepick.Injector$Helper' appears in /data/app/com.citc.asap-1/base.apk:classes40.dex)...

Use this layout to see this issue then try and drag the last item in the list/grid upwards to see it jump several positions: ``` ```

Using LeakCanary it seems to be holding onto the WindowFocusObserver class.

Any chance of getting it added? Something like what is here: https://github.com/emilsjolander/android-FlipView

I am trying to make the lib work with drag and drop where you can drag onto the currentlyStickingView from a non-sticking view below it. The OnDragListener is never called...