cketti

Results 369 comments of cketti

I believe this is an incompatibility of certain WebView versions and certain AppCompat versions.

See https://issuetracker.google.com/issues/141351441 Doesn't crash in K-9 Mail because we're using AppCompat 1.2.0-beta01. It does crash when I switch to AppCompat 1.1.0. Side note: Testing this revealed that there's a vector...

I don't want to change the library to deal with that bug. But it looks like your own code is in the stack trace. So you can add the try/catch...

I'm hoping to release 2.0.0 in the next couple of days. Last chance to provide feedback.

Works for me. Can you provide a changelog file that demonstrates the issue?

Looks like this works fine with AAPT, but is an issue when using AAPT2. Using `"` to XML-encode double quotes doesn't work either. Presumably because AAPT2 decodes that when parsing...

jcenter mirrors most of the packages from Maven Central. So right now things work without adding `mavenCentral()`. But I consider that to be an implementation detail of jcenter, not something...

However, I'm open to changing the language in the README to make adding `mavenCentral()` optional. Suggestions are welcome.

https://github.com/cketti/ckChangeLog/blob/e9a81ad3e043357e80922aa7c149241af73223d3/ckChangeLog/src/main/java/de/cketti/library/changelog/ChangeLog.java#L286 The code to create the dialog is not very fancy. I don't see how this could be caused by the library.