Alex Morozov
Alex Morozov
I've fixed this issue with posting message on UI thread. It seems that this exception is raised when sixe of view is still not set. ```java cropView.post(() -> cropView.crop(new CropIwaSaveConfig.Builder(croppedFileDestination)...
@sahjan As far as I can see current imlementation always process-cropp bitmap and save it to device memory as a file. You issue look like Feature reques. Hope authors of...
I've also faced this issue, but on next line of code immutableCropped.copy(immutableCropped.getConfig(), true); - CropArea.java - 40th line of code.
I've created PR that fixes this issue. https://github.com/steelkiwi/cropiwa/pull/35 Please read its description.
Since Android API 28 you have to use Gradle Plugin 3.2.0 to compile and Android app. So since that moment Git plugin doesn't work in Android projects. The issue still...
If you struggle with connecting this fix via Kotlin DSL use this approach: Add these closures to the **settings.gradle** ``` pluginManagement { repositories { maven { setUrl("https://jitpack.io") content { includeGroup("com.github.aasitnikov")...
@commonsguy thank you for the example and sample project. Could you please elaborate on what device/emulator with what Android version you are facing this issue? I see that @dryaz has...
Thank you for the update on the devices' description. Seems it is not a pure Android 14 issue but a hardware problem too, because I can't reproduce it on Pixel...
Thank you for raising a decent request. Our team is aware of the issue and it's in our backlog, but for now, we're not ready to provide any timeline for...
Thank you. We already have an internal ticket to investigate this issue.