* LANraragi: Handful of filters.
- Descending/new/untagged toggles
- Starting page override
- Namespace sorting
- Categories
* LANraragi: Upgrade chapterListRequest to API.
Use the metadata endpoint.
Preserve WebView for i.e. management.
Pull out the date_added tag for date_upload.
* LANraragi: Verify if a category is selected.
* LANraragi: Hook up Latest.
With some new preferences.
* LANraragi: Switch Category filter from CBs to Dropdown
Soon: LRR has multi-category drifting.
Pins are indicated in the dropdown.
Correct types in Category. I'm blind.
* LANraragi: Change date_upload null check to let.
* LANraragi: Empty string compare to isNotBlank
* LANraragi: Preferences tidying.
* LANraragi: Cleanup Starting Page filter.
RIP the dream of indicating the number of items returned by search without pressing the Reset button.
* LANraragi: More preferences tidying.
* LANraragi: Pagination offset improvements
Previously going back pages from the end would result in the wrong size.
Include stats in the filter option when available to help with manual pagination.
* Add extension for LANraragi
LANraragi project page: https://github.com/Difegue/LANraragi
* Drop tag exclusion support and improve tag search perfomance a bit
* LANraragi: API fixes as of 0.6.7
Image routing was 404ing in Mojolicious due to preceding / resulting in //api/page
Manga parsing was failing with "no fun mode" due to wrong URL parameter for key
* Update to newer API
* Fix strange bug on last page
* Increment version code
* Reset increment back to 1 & Instantiate Gson once only
Co-authored-by: RePod <RePod@users.noreply.github.com>