* fix: address possible format issued
* fix: improve results and logging
* fix: not everything is a title
Fixed the book title style of capitalization
Toast and Snackbar messages appear for less than 3 seconds. Why are they paragraphs?
* Fix: the other half of the file
Probably missed a few, but this fixes the rest of the obvious ones (including a double negative)
* fix: automate getting contributions
It shouldn't need to be a conscious decision. It would be nice if the site_admin flag worked for the repo owner, but it's a known value
* fix: also populate the forks page
This hardcodes this repo, since downstream builds should still display the upstream forks
* feat: revamping search filter part1
* fix: sortBy dropdown now also calls search instead of only updating image
* feat: added longclick listener to reset and apply + cleaned up code
* feat: status filter fully functional
* chore: upgrade AGP to 8.3.1
* fix: splitted status list and cleaned up
* fix(search): underscore
* feat: attempt to add backend for countryOfOrigin filter
* fix: countryOfOrigin query and gradle
* feat: source filter fully functional
* fix(source): underscore
* feat: swap source with status
* fix: add searchSource to reset fun
* fix: clear underline after reopening bottom sheet
* chore: remove unnecessary declaration
* feat: add global to countryOfOrigin dropdown
* feat: floating cancel and apply button
* fix: added searchStatus and searchYear back to manga filter
* feat: desperate attempt for manga year filter
* feat(sortBy): added new releases item
* fix: year filter
---------
Co-authored-by: aayush262 <aayushthakur262006@gmail.com>
This includes shadowed variables, unnecessary parameters, layouts with string literals, items that cause performance bottlenecks, and the merge of extension types into only the necessary separate classes.