-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add a feature to toggle on/off the option to not attempt to download icons for packages #811
Labels
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
Milestone
Comments
gep13
added
the
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
label
Feb 12, 2021
gep13
added a commit
that referenced
this issue
Feb 12, 2021
This feature won't actually do anything in the OSS version of Chocolatey GUI, but it will be used in the Chocolatey GUI Licensed Extension to override the functionality of downloading icons.
Re-opening this, as there will be some work to make it possible to override this functionality in the Chocolatey GUI Licensed Extension. |
gep13
added a commit
that referenced
this issue
Feb 12, 2021
This will allow this functionality to be overridden in the Chocolatey GUI Licensed Extension.
The core logic within the InternetImage control has been extracted into a PackageIconService, which will mean that this can be overridden when required. |
gep13
added a commit
that referenced
this issue
Feb 13, 2021
This will be used as default package icon when choosing to not download package icon URLs.
gep13
added a commit
that referenced
this issue
Feb 13, 2021
Move the methods of getting the empty icon and error icon into the PackageIconService as well. This will allow these to also be overridden in the Chocolatey GUI Licensed Extension, if required.
gep13
added a commit
that referenced
this issue
Feb 16, 2021
This should have been included earlier, but it was overlooked.
gep13
changed the title
Add feature toggle to prevent attempting to download icons for packages
Add a feature to toggle on/off the option to not attempt to download icons for packages
Mar 8, 2021
🎉 This issue has been resolved in version 0.18.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
NOTE: While this feature toggle will exist within the OSS version of Chocolatey GUI, it will not be used, and this feature will only be acted on by the Chocolatey GUI Licensed Extension.
Related issue was created here: chocolatey/chocolatey-licensed-issues#199
The text was updated successfully, but these errors were encountered: