For this, i've finally changed the settings button in the 3 main tabs to more button, which opens a custom dialog with a toggle for incognito, settings, about, and help
Also we're now at 4* animations this release
Split this up into multiple commits since it's more readable but here goes:
Adding the preference for incognito mode (currently not togglable in this commit)
This is the logic from upstream, however as per ushe, there's difference in presentation. This one adds an incognito icon to toolbar. How it's displayed in upstream can work here to with (not too much) effort, but boy this was is easier and lazier
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This is mostly the same amount of options for phones, but opens more for tablets
There's also actual math now for setting the grid size and a float used (rounded to the nearest .25)
I could just add back portrait/landscape per row....I could but
This seeker also has a bubble tooltip to show the current value, might use elsewhere later
Option to change what hopper long press does (search, expand/collapse, display options, group library)
Also moving hide hopper/ hide hopper on scroll into one spinner
from downloading to download goes to:
Fill in circle
Fly in a check mark to replace the down arrow (looks like upstream at the moment....am I changing to be like upstream?)
SIKE, it changes right back to the down arrow after a second
...why am I like this
Also I removed the double download completed call to listeners or whatever
oh and cleanup of dlqueue i guess
With some renaming, but mostly taking changes from upstream + some from the new set categories sheet (such as reset/filter at the bottom
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
but only them. Webtoons will still force webtoon mode
It's about time for this anyway, not all sources can be mangadex but the original goal has been reached: force users libraries to webtoon for manhwa
Now they can be free...ish
Also some changes to the logic for series type
Mostly the same, except custom status can be null so it's not automatically added to the edits.json
Since SY implemented first I'm using the same key for backups, I would've liked if customStatus was nullable but it is what it is
Closes#704
Co-Authored-By: jobobby04 <17078382+jobobby04@users.noreply.github.com>