Matteo Innocenti

Results 8 comments of Matteo Innocenti

Hey @JoanZapata Any news about this? Thanks

Hey @jayrambhia , after setting a minZoom value I'm still able to zoom out so I guess it's not working as intended. Can you confirm, please?

Hey @lujiajing1126 , did you ever find a workaround for this?

@fairytale2016 Hi! You mean that I should set the retrypolicy right before adding the request to the queue for the (let's say) second time?

You can try adding this to the NMRangeSlider.m file - (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer { return NO; }

Same here, this plugin only adds up 45 seconds average to the build time

@zhjjoy @faith-hb @amintabar @doomers please have a look at the "Load binary" paragraph here http://writingminds.github.io/ffmpeg-android-java/

Hi guys, for those interested in this feature I've added two methods to CardContainer.java ``` public void dislike(){ final View topCard = mTopCard; mTopCard = getChildAt(getChildCount() - 2); CardModel cardModel...