Eliezer Graber
Eliezer Graber
I'll file the issue soon. Trying to clear up some time so I can test whether it's a special case, or if it's a general issue.
I haven't seen this happen again
Would still be nice to have the option to not have to use jitpack.
I did that, and it worked for a bit, but after adding a number of `with` functions to my code the issue started happening again. Removing the `with` fixed it.
On a Pixel with Oreo. Not seeing anything in the logs, but when a video finishes the progress bar shows and I cannot start playing it again. The only way...
I just added this library yesterday. It was working on my debug builds, but when our CI created a nightly release build with R8 I saw this crash. I built...
I'm unable to test now, but I believe the file could be update to: ``` -keepclasseswithmembernames,includedescriptorclasses class io.requery.android.database.** { native ; } ``` I will update when I get a...
It should be fine. I used it for a few weeks before switching to SqlCipher (business requirement) and everything worked. I did some more research when I encountered similar problems...
I like @zhuinden idea of a retrofit-esque solution. Define an interface in realm for importing data, create a library with implementations using popular 3rd party libraries (gson, Moshi, something for...
We started seeing this issue after updating to v9.5.0 Before that this crash never occurred. We use an aab. The crash seems to only be happening on Android 24-26 and...