Sergey Grekov

Results 13 issues of Sergey Grekov

I am getting an exception while trying to run demo project Caused by: java.lang.NoClassDefFoundError: android.support.v4.widget.EdgeEffectCompat at org.lucasr.twowayview.TwoWayView.setOverScrollMode(TwoWayView.java:936) at android.view.View.(View.java:3237) at android.view.View.(View.java:3295) at android.view.ViewGroup.(ViewGroup.java:427) at android.widget.AdapterView.(AdapterView.java:235) at org.lucasr.twowayview.TwoWayView.(TwoWayView.java:287) at org.lucasr.twowayview.TwoWayView.(TwoWayView.java:283)

Is there any way to put numbers to wheel instead vertical lines?

Is there a way to reset whereClause in _Updater? I.g. I want reuse updater with different model instances, but where() method alway concatenate to one big WHERE clause

Hi! Do you have any plans for migrating or any guides for using it with RxJava2? Since RxJava2 released 3 months ago, I think it soon will be a major...

Fix setting the correct layout manager for grid layout and adds the ability to pass span size lookup through dsl.

This PR dependent on https://github.com/zserge/anvil/pull/133 and should be merged after only it. This PR transitions support libs to androidx, also renames anvil-design module to anvil-material. Also solves #128

This is a fix for base classes from PR https://github.com/zserge/anvil/pull/114

This PR adds ability to pass nullable values into properties where they are marked by @Nullable annotation. Also, it marks property calls with @NonNull and @Nullable annotations to be more...

Adds Anvil DSL for Constraint Layout. Supports all features from CL 1.1