* 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>
* feat(discord): custom buttons
* feat(discord): added haptics
* fine...
* fix(strings): my genius is frightening
* feat: add option to only show the first button
* feat: discord rpc menu
* feat(link): add button preview back
---------
Co-authored-by: aayush262 <aayushthakur262006@gmail.com>
* feat: create a statistics widget
* feat: mirror app color option
* fix: the minimum size cut off
* feat: make the stat widget decent
* fix: prevent bleeding edges
* fix: PREVENT BLEEDING EDGES!
* fix: we didn't really need an overlay
* fix: add padding to last item in recycler
Stop guessing numbers to compensate for a view we can measure. by adding a method to measure them.
* fix: avoid scrolling artifacts in nested
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.
Using 72dp as the height appears to have been a bit of a hack to appear beyond the navigation bar. In cases where the bar is not present, such as landscape, this left a gap between the bottom of the screen and bar. On API 23, the result was the opposite. All of this can be addressed by simply relying on the actual measurements and not compensating for compensation.