Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Let users downloads Icons from Professional mode, that are only available to watchers of that deviation #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DineshSolanki
Copy link
Owner

Deviant Art creators can restrict download based on either paying subscribing and watching of their art.
Currently FoliCon filters all these as not downloadable and does not show them.

However we can 'watch' their deviation to download. so FoliCon will now show images hidden behind "watcher wall" and watch them to download if user selects it.

The PickCommand and OpenImageCommand in the ProSearchResultViewModel have been refactored to take a DArtImageList object directly, instead of an object. This means we can handle the "MustWatch" property in the commands, allowing us to manage scenarios where the image needs to be watched to be downloaded. Additionally, a new property 'PremiumFolderData' has been added to 'DArtBrowseResult.cs', allowing tracking of folders with premium accessibility. Corresponding adjustments were made on the UI side in ProSearchResult.xaml. The 'DArtImageList' constructor is also updated to accept a new parameter - 'mustWatch'.
@DineshSolanki DineshSolanki self-assigned this Jul 22, 2024
Copy link

sonarcloud bot commented Jul 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant