Mathias 'Mate' Siede

Results 18 comments of Mathias 'Mate' Siede

I have another suggestion for this topic, see discussion

+1 for this. Is really necessary! Maybe you should give at leats the DiskLruCache Object

Hi! Thank you for your filling an issue. I don't get you point. Is this an error you get during build? Or just AndroidStudio complaining about a wrong value? I...

What is the right way to keep the public classes of this lib? should i instead use ``` -keep public class de.mateware.snacky.* { public protected *; } ```

changed the consumer proguard file, hope everything is fine now ... looking for feedback

Just use a reference to your "single listener". Of course, if you want to know what to "action" then, you need refernces to the snackbar view, which is maybe even...

I have the same problem To reproduce use a RecyclerView. The important part is that you turn off clipToPadding and set a padding at bottom. ``` ``` Here I set...

For better understanding i recorded a little video. If you look at the bottom recyclerview, you can see item appearing suddenly when i scroll down, but they keep drawn when...

For me the same ``` java.lang.IllegalArgumentException: top point of input rect can't be lower than minTop at com.beloo.widget.chipslayoutmanager.gravity.CenterInRowGravityModifier.modifyChildRect(CenterInRowGravityModifier.java:9) at com.beloo.widget.chipslayoutmanager.layouter.AbstractLayouter.applyChildGravity(AbstractLayouter.java:277) at com.beloo.widget.chipslayoutmanager.layouter.AbstractLayouter.layoutRow(AbstractLayouter.java:250) at com.beloo.widget.chipslayoutmanager.ChipsLayoutManager.fillWithLayouter(ChipsLayoutManager.java:893) at com.beloo.widget.chipslayoutmanager.ChipsLayoutManager.fill(ChipsLayoutManager.java:821) at com.beloo.widget.chipslayoutmanager.ChipsLayoutManager.onScrolled(ChipsLayoutManager.java:1165) at com.beloo.widget.chipslayoutmanager.ScrollingController.scrollBy(ScrollingController.java:159)...