khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
114 stars 8 forks source link

Different quality depending on network #369

Closed viperML closed 5 months ago

viperML commented 5 months ago

Is your feature request related to a problem? Please describe. Being able to preview images at highrst quality when I'm connected to wifi (or unmetered network), and change to another when not, like low.

Describe the solution you'd like The current quality setting to be split in two, maybe.

Describe alternatives you've considered n/a

Additional context To not consume much data from my data plan by accident.

khoadng commented 5 months ago

How about adding a banner at the top of the image list to alert you when high-quality images are being displayed without a Wi-Fi connection? This banner could offer a convenient button to adjust the current image quality and be easily dismissible.

viperML commented 5 months ago

But then, when you come back to a wifi connection, it would still be on the lower quality setting?

khoadng commented 5 months ago

Yeah, since the button in the banner will update the currently selected quality in settings, I'd prefer not to add a new option to the settings as it might be a bit complicated for the average user.

viperML commented 5 months ago

I understand, and I also don't want to add into the "feature creep". Feel free to close the issue or leave it open....

khoadng commented 5 months ago

I'll go ahead and add the banner. It's a simple enough solution and still somewhat solves your problem (not consuming much data plan by accident)

khoadng commented 5 months ago
Screenshot 2024-01-25 at 23 27 40

This banner will only show up when the selected settings are set to high and highest on mobile network.