-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* began v5 * more v5 * fix toString stuff * add content rating filter defaults * add ssl 443 only option * fix monsters tag * add option to default ssl port * fix login and partially fix follows list * V5changes goldbattle (#478) * remove similar manga background job * added non-running migration job * change to dedicated notification channel * Works :) * remove logs * fix follows * add db to gitattributes binary * add cover db * add initial cover loading * fix authors not loading * fix publication status * V5changes goldbattle similar (#479) * Apply default filter to popular page (so content rating setting is set properly) * Get similar manga from network (need to cache it still) * change download folder for debug * add old_mangadex_chapter_id to table check old id format, and new format for downloads store both in download cache force download cache to refresh after migration * fix follows list * add option for renewing download cache * add rx coroutine bridge * update compiler args * update download checker * update download checker * update download checker * fix space after . * fix login issue * V5changes goldbattle for release (#481) * Correctly convert ids on backup restore (legacy and proto) * Cache similar manga response * Swipe to refresh similar * Re-add cache searching and backup (also now filter search based on content rating) * Disable comments for now :( * Remove unused file * update from /manga to /title migrate tracking for mdlist * fix md@home reporting up download limit * inject mangaplus * use the mangaplus client * use current master db version * update covers db up manga limit during search * Autocomplete for searching (requires cache information to have loaded) (#482) * fix updating follow status * add content type * add logging * add changelog * release 2.4 Co-authored-by: Patrick Geneva <[email protected]>
- Loading branch information
1 parent
beac7af
commit 71d9e70
Showing
109 changed files
with
3,195 additions
and
2,235 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
*.woff binary | ||
*.pyc binary | ||
*.swp binary | ||
*.db binary |
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
Binary file not shown.
Binary file not shown.
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.