PieLauncher icon indicating copy to clipboard operation
PieLauncher copied to clipboard

Can You Make Custom Icon Pack?

Open Andre95536 opened this issue 2 years ago • 2 comments

Can you make a custom icons for the Pie Launcher? I hope you see this and make update a soon as posible i like the launcher!

Andre95536 avatar May 03 '22 04:05 Andre95536

Yes, I plan to add that. However, I don't have a lot of time right now, so it will probably take a little while. Sorry.

markusfisch avatar May 03 '22 16:05 markusfisch

Oh OK I will wait for it

On Tue, May 3, 2022, 23:00 Markus Fisch @.***> wrote:

Yes, I plan to add that. However, I don't have a lot of time right now, so it will probably take a little while. Sorry.

— Reply to this email directly, view it on GitHub https://github.com/markusfisch/PieLauncher/issues/35#issuecomment-1116265901, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY7VJX6U22HRHBCI4BYBYZTVIFERRANCNFSM5U52D7YQ . You are receiving this because you authored the thread.Message ID: @.***>

Andre95536 avatar May 04 '22 01:05 Andre95536

I would like to try to implement this but don't know where to start. I'm not experienced in android development but know java. Could you explain, where to start?

gbucar avatar Jan 20 '23 12:01 gbucar

I would like to try to implement this but don't know where to start. I'm not experienced in android development but know java. Any tips?

gbucar avatar Jan 20 '23 12:01 gbucar

@gbucar Well, you may want to start by searching how to load an icon from an icon pack on Android. There are many other open source launchers that can do this on GitHub. Just search for "github android home screeen launcher support icon pack" or something like that. Then, you could try the search on GitHub to find files with the string "icon pack" or "IconPack". This should give you an idea of how others do it.

In Pie Launcher, there are two places where an icon is loaded, depending on the Android version it's running on. The first one is here, for older Androids: https://github.com/markusfisch/PieLauncher/blob/master/app/src/main/java/de/markusfisch/android/pielauncher/content/AppMenu.java#L278

And this is executed for newer Android versions (Lollipop or better): https://github.com/markusfisch/PieLauncher/blob/master/app/src/main/java/de/markusfisch/android/pielauncher/content/AppMenu.java#L315

markusfisch avatar Jan 20 '23 17:01 markusfisch

Still wait support icon pack or force all app have same shape icon

3r1pm4V13 avatar Aug 02 '23 03:08 3r1pm4V13

Implemented in version 1.18.0.

markusfisch avatar Feb 06 '24 11:02 markusfisch