You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello here,
I recently started to work on a feature branch to add Android Notification icons generation.
It mostly consists of a smallIcon, white and transparent, in 5 sizes, and an optional largeIcon in 1 size and no restriction on colors.
See example refs about it: 1, 2.
As a first step, I implemented and tested it the same way adaptive icons are added to the main generate exec, with new path and boolean options.
What do you think about it?
Unlike app icons, and aside making it work with a default notification source icon (like notification.png), it would be useful to be able to generate various other ones.
To do so, should it be the existing generate that be changed to be able to not generate any app icon, but only more notification icons, given appropriate options?
or, should we go for a new entrypoint to generate only notification icons?
The text was updated successfully, but these errors were encountered:
Hello here,
I recently started to work on a feature branch to add Android Notification icons generation.
It mostly consists of a smallIcon, white and transparent, in 5 sizes, and an
optional largeIcon in 1 size and no restriction on colors.See example refs about it: 1, 2.
As a first step, I implemented and tested it the same way adaptive icons are added to the main
generate
exec, with new path and boolean options.Unlike app icons, and aside making it work with a default notification source icon (like
notification.png
), it would be useful to be able to generate various other ones.generate
that be changed to be able to not generate any app icon, but only more notification icons, given appropriate options?The text was updated successfully, but these errors were encountered: