Felipe Ribeiro R. Magalhães

Results 8 comments of Felipe Ribeiro R. Magalhães

I tried all these things, and they don't work: ``` adapter.addNewCardsAndUpdateDuplicates(adapterData); adapter.notifyDataSetChanged(); flingContainer.forceLayout(); flingContainer.invalidate(); flingContainer.requestLayout(); ``` flingContainer is my SwipeFlingAdapterView; If my Adapter has only 2 cards, and the server...

This would definitely improve the lib a lot!

@ronaldo-getreveel Tried this but it still did not load. I'm loading the image in a recycler view using this calls: ``` Glide.with(context) .load(atual.getImage()) .diskCacheStrategy(DiskCacheStrategy.ALL) .centerCrop() .dontAnimate() .into(holder.image); ``` am I...

Got it working, just had to use `.override(1080,675)`, as Glide loads a cut version of the image to fit perfectly in the ImageView, not leaving room for the parallax effect.

Yeah, would be great to be able to enable the configuration cache. Just wondering what are the necessary steps to modify the plugin to support it. I could potentially fork...

> I was working on this here - #217 Oh, interesting. And what's left to do? And did you decide to stop working on it? Sorry for the questions, not...

> Actually it is not necessary. I am considering removing not only clipping behavior but also `toolbarModifier` parameter, which has added to deal with clipping, eventually. Possibly in the next...