Alex Vasilkov
Alex Vasilkov
It suddenly started to hang for me too. I tried to revert my project to a very old commit that I'm sure was working fine, but it was hanging as...
With latest version you mean 2.8.3, right? Most of the `NaN` crashes were fixed in #177. I can see such crashes as well but they are super rare, e.g. there...
You correctly noticed that the plugin automatically adds imported repos as sub modules, and it also adds these sub modules as dependencies to the current module. So you should remove...
You can try the code from GestureImageView sample [here](https://github.com/alexvasilkov/GestureViews/blob/f2ed7a/sample/src/main/java/com/alexvasilkov/gestures/sample/ex/image/control/ImageControlActivity.java#L70), it should be the same for GestureFrameLayout.
Thanks for report, it is strange that `dir 'gradle-libs'` ends up under .gradle directory. I need to check what's going on. I think it is a good idea to use...
Returning to the original topic (guidance for scaling and adjusting bitrate), I think it will indeed be very helpful to have some kind of utility that would help with scaling...
Great! An utility to properly configure `MediaFormat` will be very useful, as it will help to avoid some common issues (like using odd width or height) and can simplify overall...
You can subclass and override `onTouchEvent(...)` function