DeweyReed
DeweyReed
Are you using AGP 8.1 or above? It's probably because of proguard rules.
I released [a new version 3.3.0-RC1](https://github.com/DeweyReed/UltimateRingtonePicker/releases/tag/3.3.0-RC1), and upgraded all dependencies, but I'm unsure if it fixes the problem.
This is probably the cause: [The new Intent.getParcelableExtra(String,Class) throws an NPE internally](https://issuetracker.google.com/issues/240585930#comment6). The latest release has been using the method from Jetpack. I haven't been able to test it with...
A user reported that the crash was gone. I released a version(3.3.0) that is identical to RC1.
Thank you for replying so quickly! Overlay image(It's a LUT image, but I'm using it as an overlay to validate my custom effect shader):  Result(The left is the overlay...
@dway123 The color space of my overlays is sRGB. I get bitmaps from drawable resources and use them as bitmap overlays. I don't know if the color space is involved...
@dway123 Thanks for your response. After changing the output color transfer to 10 using the debugging mode, there are some subtle color changes, but it's still different from the original...
Hi, I created a reproducible repo.
Thank you! @droid-girl It's better than before, but there is still a tiny difference. However, I'm unsure if it is a problem with my monitor or a lack of required...
It won't be easy because the library is designed to take in 6 digits. To hide hours, I have to refactor the whole codebase. In one of my apps, I...