Maciej Gorywoda
Maciej Gorywoda
I decided to write a bit more comlicated example so I could try it out together with Gluon Mobile: https://github.com/makingthematrix/scalaonandroid/tree/main/HelloFXGL It turns out there's no problem with using FXGL from...
@AlmasB : I was able to get the error with only adding FXGL to dependencies, without using it in the code. Maybe one of FXGL dependencies uses AWT?... I wrote...
That would also fix https://github.com/wireapp/wire-android/issues/2671
Yes, we have this in our TODO list for some time now. https://github.com/wireapp/wire-android/issues/2683 I hope to get back to this in near future. Thanks for bringing this up.
Hi, I guess this bug is fixed now, as the functionality was rewritten. @DrAxelbauer , can you confirm?
@darrenmartyn : Thanks for the report. I'll look into that.
Hi. Thanks for the report. We never officially supported that functionality. It just worked, a happy coincidence, and I guess may a recent change in GBoard broke that?... Anyway, since...
@jontis : Sorry, I wasn't able to reproduce your bug on devices we have available. We don't officially support Lineage OS - maybe it's a corner case related to that?......
Hi @toni-do, thanks for the report. We're aware of this problem. The "Download pictures" toggle set to "Always" means that pictures will be downloaded to Wire's internal storage no matter...
I think this should be better now, with changes to the http client functionality and the new OkHttp library. I know it's a tricky thing to test but can you...