-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance fixes, general fixes and addition of features (#723)
* fix: Fixed images proxied through Cloudflare not loading * feat: Add utility to render images from Cloudflare proxied sites * feat(source): Add NOVA (Spanish source) * fix(source): NovelasLigera display of images and improved display of chapters text * fix(source): NovelasLigera properly parse metadata * fix(source): YuukiTls display of novels * fix(source): TuNovelaLigera missing Cloudflare bypass and not properly getting covers * fix(source): Other significant changes related to the request of popular novels from sources with no more than 1 page * fix(source): NOVA not added to source manager * fix: Remove loading Novel shimmer effect item when nothing is loading * fix: Properly update chapters and metadata of novels that aren't saved in the local library * fix: sanitizer doing unnecessary parsing which may add noticable delay to chapter loading * refac: Add <center> tag to the sanitizer allowed tags * fix: sanitizer being called each re-render of ReaderScreen plus unnecessary re-render of the WebView * fix: memoized chapter html conversion to text for TTS, operation can be expensive * refactor: Moved cloudflareImagesBypass to sources/helpers and fixed NOVA novels summary format
- Loading branch information
Showing
25 changed files
with
491 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.