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

Create icon cache #2

Closed
zenangst opened this issue Sep 28, 2018 · 0 comments
Closed

Create icon cache #2

zenangst opened this issue Sep 28, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@zenangst
Copy link
Owner

The application should be able to display the application icon along-side the application name.
I propose making a separate class for indexing, creating and caching application icons that can be used when rendering the views. Preferably it could use the application bundle as the cache key.
In the initial implementation, it would be good enough to only cache during the first operation and then reuse the results in an in-memory cache. In the long-run, it would be nice to be able to persist the cache between launches.

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

No branches or pull requests

1 participant