Gregory K
Gregory K
You should update.
Did someone again pick up one of the bad builds that were available for like an hour at night?.. edit: nope, it was another crash I didn't catch
Fixed in 2.7.1, please install this build in the meantime: https://github.com/mastodon/mastodon-android/actions/runs/11170110424/artifacts/2013267341 (IzzyOnDroid will host this exact apk eventually)
Can you please check that this still happens on 1.1.4, and if so, provide a crash log?
If there is a media attachment, the app will crash when going to background. This was reported at least 3 times and I will fix it for the next release....
Hmmm. I don't like the "download to memory first" approach in the PR. Files could potentially be large, and with many being downloaded concurrently, you could easily run out of...
> the http.cancel() does not always cancel the call immediately (its not synchronous) Oh, interesting. That's news to me. Seeing how I would sometimes get things like NetworkOnMainThreadException if I...
> Mastodon implementation that use expirable user tokens And it does that to solve what?
Again, what is the practical issue that _the involvement of time in authentication_ would solve? "Good security practice" is something merely theoretical. In practice, if someone obtains a device where...
How do you imagine "relogin behind the scenes" working? The regular login flow involves opening a web browser in which the user enters their credentials and clicks "allow", and then...