Joe Shuff
Joe Shuff
I see on the Jitpack site that version 1.3.0 failed to build therefore 1.2.0 is the most recent one on there.
This happened when I removed an item from a recyclerview containing a `PercentageChartView` `java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ramijemli.percentagechartview.renderer.BaseModeRenderer.destroy()' on a null object reference at com.ramijemli.percentagechartview.PercentageChartView.onDetachedFromWindow(PercentageChartView.java:175) at android.view.View.dispatchDetachedFromWindow(View.java:18543)...
I have been having issues similar to those mentioned in #236 and following some advice have disabled entities that I am not using, one of which being the camera stream...
### Describe the problem you are having I've noticed some weird pattern recently with my Reolink E1 Zoom cameras. I've got the reolink cameras setup as recommended in the documentation...
JCenter has been discontinued so this library is no longer available from JCenter. I have forked this project, fixed some build issues and built it on jitpack. Info can be...
This branch adds the duration of a video to the picker media item. It only shows if it's media type is `MediaType.VIDEO` and is loaded using the `MediaMetadataRetriever`.