peterfajdiga / FastDraw

A simple Android launcher with categories
42 stars 6 forks source link

Allow custom icon packs #13

Open jm355 opened 10 months ago

peterfajdiga commented 9 months ago

Thanks for the suggestion, but this is not something I have time to implement and maintain.

ljoonal commented 4 months ago

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;

  1. Iterate over all apps/packages
  2. Filter to ones that have parseable appfilter xml resource
  3. (optional IMO) Automatically match the default icon pack matches to apps without overrides
  4. Let user choose which icon pack to use for whatever app they're selecting an icon for
  5. Allow selecting the icon from the pack with filtering/search
  6. Persist icon override selections to prefs

?

jm355 commented 4 months ago

https://github.com/Neamar/KISS might be a good example