Feature/tags blacklisting and download queue#92
Draft
onlyashd wants to merge 3 commits into
Draft
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is bigger than planned, sorry.
Features
Add Tag Filtering in Content #26
hide items from search and explorer based on their tags. Manage it in Settings > Manga sources > Blacklisted tags.
Download Scheduler - Schedule manga downloads for optimal times #74
items can be added to a queue that will download them in the specified order.
Order can be changed by drag-&-drop. Secondary options:
"Charging only","Off-peak"and"Storage quota".Download pages as the manga is read #82
if enabled, the next chapter will be downloaded and the oldest read one will be deleted while you read. Example: you have 5 chapters downloaded, when you start the 4th, the 6th will be downloaded and the 1st will be deleted.
Fixes:
Screenshots
New download options
Download quota limitation
Tags blacklisting
Tip
Logcat filters for tests:
Caution
Smart downloads isn't working!
Feature doesn't trigger next chapter download or old chapter deletion.