Eugen Martynov

Results 75 issues of Eugen Martynov

As an exercise purpose, I'm trying to add Dagger Reflect to [Plaid](https://github.com/android/plaid) project. After all necessary changes to make project compile I got runtime crash. The issue is that [**HomeActivity**](https://github.com/android/plaid/blob/master/app/src/main/java/io/plaidapp/ui/HomeActivity.kt)...

bug

It is quite unfortunate to see all lint findings in PR CI build log and guess what are new because of your recent changes. Proposal to review all existing and...

I can not find an easy way to get from the router if there is something in the back stack to pop.

enhancement

A lot of devs are using homebrew for the packages installation on the MacOS. Would be handy to have avocado also available to install with brew.

I don't know if it is a coincidence of two tools newest versions. I'm getting error when trying to update jenkins items: ``` 17:48:52.012 [DEBUG] [groovyx.net.http.RESTClient] POST http://localhost:8080/createItem?name=android-lov-545-login-tree-structure 17:48:52.012 [DEBUG]...

Hi guys, Thank you for nice plugin. It works fine on Mac but fails on Linux: ``` Caused by: org.xml.sax.SAXParseException; lineNumber: 29; columnNumber: 388; The prefix "xmlns" cannot be bound...

Hi people! I have a question about the classes hierarchy in the library: Why `AsyncListDifferDelegationAdapter` is not extending `ListDelegationAdapter`?

I'm trying to write test that something happens when item is pressed. However I didn't find how to get access to item view to generate tap event on it. I...

Thank you for the library. Recently we got a crash. ``` java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at java.util.ArrayList.remove(ArrayList.java:399) at jp.wasabeef.recyclerview.animators.BaseItemAnimator.endAnimations(BaseItemAnimator.java:598) at android.support.v7.widget.RecyclerView.onDetachedFromWindow(RecyclerView.java:2067) at android.view.View.dispatchDetachedFromWindow(View.java:11972) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:2532)...

**Do you want to request a *feature* or report a *bug*?** Bug? **What is the current behavior?** Crash **What is the expected behavior?** No crash **If the current behavior is...