* 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)
* feat: custom downloader (novel broken)
* fix: send headers to ffmpeg
ffmpeg can be a real bitch to work with
* fix: offline page for new download system
* feat: novel to new system | load freezing
* chore: clean manifest
* fix: notification incrementing
* feat: changing the downloads dir
* fix: make bottom to top work properly
Fixes navigating to the wrong chapter, despite the UI being correct. Makes bottom to top its own setting that functions as expected, not just top to bottom with a RTL slider bar.
* fix: allow inversion to pick sides
* 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
While caching the original and the final seems like an ideal way to reduce overhead, you cache an original copy of the image and the modified copy of the image to only ever load the modified copy. The size is set, meaning you are not reusing the original image. There is no reason to cache it.
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.
* fix: match project root to repo name
* feat: hide navigation bar until swiped
* fix: limit announcements to official
* feat: keep navigation visible for back
* fix: remove a duplicate permission