Komodo
Komodo
It might make sense to re-tune the cutoff to displays >20% wider than they are tall, or something like that. I probably wouldn’t put too much thought into it beyond...
@Chaphasilor Why? If the window is 2:1 or something, no matter how big it is, I feel like portrait will look stupid. Also, the portrait layout algorithm will probably start...
None of the currentAlbumImage paths were using blurhashes. I've rectified that. Regarding the prefetching, I believe that doesn't fire in the background due to none of the widgets building, so...
I don't know if watching providers outside of widgets or other providers is actually possible. I'm also not sure if avoiding a slight load on reopen is worth continually fetching...
The actual download/delete/playback functionality seems mostly stable on my end, if you want to try it out. In regards to design help, there's a couple UI questions I haven't made...
I can add retries, although I'll probably keep it smaller like 3-4 instead of 10 because 10 seems a bit excessive, especially when everything we download is so small. Trying...
This pull request now contains pretty much all the noteworthy changes I had in mind. I ended up writing a custom TaskQueue for background_downloader that stores enqueued items in Isar,...
Not having delete buttons during while offline is an existing thing from before these changes. I think it's to not show out of date stuff, but I'm not sure. I...
It looks like the snackbar was logging/displaying the GlobalSnackbar.error function instead of the supplied error, so I've fixed that. I found an issue where switching to offline mode while downloading...
Wouldn't that just be enqueued+running? I don't know how many items there's going to be until the sync finishes, and everything's enqueued by then. I could put that somewhere I...