FastDraw
FastDraw copied to clipboard
Allow custom icon packs
Thanks for the suggestion, but this is not something I have time to implement and maintain.
If anyone has good resources for implementing this, would be nice to gather them here... This is something that I'd really love support for, but don't have any idea on how it'd be implemented...
Quick search resulted in https://stackoverflow.com/questions/24963745/how-to-add-custom-icon-theme-support-to-android-launcher and examples of creating the icon packs themselves...
So I guess TLDR is;
- Iterate over all apps/packages
- Filter to ones that have parseable appfilter xml resource
- (optional IMO) Automatically match the default icon pack matches to apps without overrides
- Let user choose which icon pack to use for whatever app they're selecting an icon for
- Allow selecting the icon from the pack with filtering/search
- Persist icon override selections to prefs
?
https://github.com/Neamar/KISS might be a good example