-
Notifications
You must be signed in to change notification settings - Fork 2
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
Icon pack support #2
Comments
Great suggestions, I was already researching how I could implement support for icon packs |
In terms of material you, you are referring to those monochromatic icons, right? |
Oh great! There are many icon packs that utilize this feature: https://help.niagaralauncher.app/article/150-list-of-android-material-you-icon-packs However do some launchers lack the support, unfortunately. |
Hello, I just released a version with support for icon packs (com.gau.go.launcherex.theme, org.adw.launcher.THEMES). Since you mentioned that you are an icon pack developer, could you test it and send me feedback? The implementation is still basic, but I think it works with most packs. |
Fantastic, I'll test it immediately :) |
I just uploaded a new version with the fix for the problem of not updating icons when switching from light to dark theme and vice versa. |
the other problem you reported, I will still investigate |
The switching works like a charm now! I'll investigate which apps have trouble with applying later. And also while I'm at it, maybe an option to disable the drop shadow thingy might be nice too :-) I'm adding Minimum to the supported launcher list with full support! |
Update: it looks like those apps are system apps that are hidden by default on most launches. So it's not necessarily a launcher thing. |
I don't understand, what do you mean? |
I understand, it was actually displaying some system applications without the android.intent.category.LAUNCHER category, I will hide this type of application |
ready, in this version only applications with android.intent.category.LAUNCHER will be displayed |
Nice! That fixed it :)) |
I am also an Icon Pack developer and would be delighted to receive it. |
Hello, I just posted a new version with the functionality to choose custom icons |
Works great too! |
@mondlicht-und-sterne Have you tried clearing the app data? I'll need to collect the errors somehow to be able to resolve this. |
@mondlicht-und-sterne test with this new version |
As the title says! Support for icon packs like other launchers :)
Just stumbled on your launcher through F-Droid, and it has lots of potential.
A few things that are nice to haves:
Nova & Kvaesitso launcher both have good documentation for these things:
https://github.com/teslacoil/Example_NovaTheme/blob/master/DynamicCalendarIconAPI.md
https://kvaesitso.mm20.de/docs/developer-guide/integrations/icon-packs.html
PS. I'm an icon pack developer myself, so I'm a bit biased when it comes to this stuff ;)
The text was updated successfully, but these errors were encountered: