Results 8 issues of Primož Pesjak

I think it would be better that the title shouldn't change. So from "Your title" -> (1/1). It should just directly go back to the activity/fragment that has called it.

Amazing work with the library, it really makes things easier! One question, if you want animations between screen you can create custom style for each screen that overrides the default...

enhancement

The app keeps crashing tried from API19-23, when i'm trying to implement the animation. [Screenshot](http://prntscr.com/gmgojs) The problem is that it doesn't crash at animation, because in stack there isn't any...

Some days ago permissions worked great. It asked you only the first time when you trigger the intent and even if you went into the same intent it just redirected...

I have verified the app and the website. Deeplink works. But the issue is with the ask conversation. If you put 2 asks, only the last one will be executed...

platform issue

Can't move the sliders if it is in Scroll layout.

I'm trying to implement the animation, and make it dissapere when it ends but it is never called. ``` downloadView.setAnimationListener(new AnimatedCircleLoadingView.AnimationListener() { @Override public void onAnimationEnd(boolean success) { downloadView.setVisibility(View.GONE); }...