Rohan Kandwal

Results 12 issues of Rohan Kandwal

Caused by androidx.renderscript.RSRuntimeException: Error loading RS jni library: java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/xxxx-1/lib/arm64/librsjni_androidx.so" Support lib API: 2301 at androidx.renderscript.RenderScript.internalCreate(RenderScript.java:1414) at androidx.renderscript.RenderScript.create(RenderScript.java:1599) at androidx.renderscript.RenderScript.create(RenderScript.java:1549) at androidx.renderscript.RenderScript.create(RenderScript.java:1525) at androidx.renderscript.RenderScript.create(RenderScript.java:1512) at...

Music player doesn't show up on lock screen, tested on Xiaomi devices.

Added option to add borders for active and inactive items. ``` activeBorderColor: Colors.black, inactiveBorderColor: Colors.brown ``` ![Screenshot_1609163700](https://user-images.githubusercontent.com/7704510/103218950-6a003600-4942-11eb-99a8-97ce2560d792.png)

Thanks for the library, is it possible to know the position of the circle/square so that we can change the position of the text accordingly? Something done in other libraries...

Duplicate of https://github.com/jeancsanchez/JcPlayer/issues/22 But the problem there is, onDestroy doesn't get called when we clear the app from recent task. This is causing crashes when we click on the notification...

help wanted

Getting stackoverflow error some times, not sure about the scenario when it is occuring ``` java.lang.StackOverflowError: stack size 8MB at com.example.jean.jcplayer.service.notification.JcNotificationPlayer$Companion.getInstance(Unknown Source:2) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:186) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192)...

help wanted

Trying to add wave visualisation for the audio, by using another library such as https://github.com/alxrm/audiowave-progressbar How to get the downsampling? Or any way to generate visualisation on our own?

when calling `seekBarTwo.hideThumbText(false)` from the code, library is crashing with following error - Process: com.example.debug, PID: 4162 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Paint.setColor(int)' on a null object reference...

Background color added so that we can make transparent modal sheets, if required.

Hi, I am getting buffer error when starting camera using ScannerLiveView's startScanner() function. I am running on Android Marshmallow 6 using the latest version of your library. I have also...