Eva

Results 265 comments of Eva
trafficstars

The plugin isn't compatible with jack.

They cover the same feature set, use one or the other.

Do you want to use jack, or retrolambda? Both support backporting lambdas. Jack is "officially supported" but has some known issues currently like slower builds, not compatible with instant run...

Yes, you still need `compileOptions`, it's described in the README. retrolambda (and jack) only backport the lambda language feature. They do _not_ backport any java 8 apis so `java.util.function.Supplier` will...

Sorry, this is gradle only (including the IDEA plugin). Unlike Butterknife, it parses your layout files instead of using an annotation processor. It would be completely possible to create a...

Totally agree, there are a few places which could use improved error reporting.

Can you give an example of where you are trying to call it? You can just get a reference to the adapter and call it. Or you can subclass the...

Looked up how that method is used, seems like a reasonable thing to add. In the mean time, subclassing the adapter should work fine.

Added in `1.0.0` see README for details.

Not sure I understand, could you give an example where the current implementation does not work?