robsmith11
robsmith11
Is anyone using this app on Android 9? I'd like to upgrade my phone and tablet from Android 8, but wondering if I should wait until the API upgrades are...
Just a wild guess, but is it related to JSON deserialization? There seem to be a few similar crashes reported with JSON libraries: https://stackoverflow.com/questions/46340947/segv-maperr-since-android-7 https://stackoverflow.com/questions/28110943/retrofit-native-crash-fatal-signal-11-sigsegv
Is it possible to publish an APK with the latest fixes? Even if it sometimes crashes when closing books, it might be an improvement for some users.
FYI for others experiencing crashes.. I just tried out another document reader that is actively developed, also open source, and supports just as many if not more features and file...
Tbh, I prefer the faster transition than the smooth animations that have become popular in many UIs.
Nope, same result
I tried 2.7.9 from apk4fun and that installed fine. Still unable to install the apks from fdroid..
Does the download fail instantly? I'm having a similar issue with nightly Julia. Every time I try to install PlotlyJS, the download will hang after reaching somewhere between 30-60%. I've...
I've managed to get a plot displayed by following an Interact.jl example: ``` julia> ui = @manipulate for x in 1:10 plot(1:x, rand(x)) end; julia> t = webio_serve(page("/", req->ui), 8002)...
Thanks for looking into it more, @jonas-kr. I've always just exported the plot to a html file and viewed it in Firefox, so I've never tried using Blink, but it's...