app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

Feature: Generate Notification icons for Android

Open ath0mas opened this issue 4 years ago • 1 comments

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?

ath0mas avatar Dec 07 '20 19:12 ath0mas

Please @dwmkerr is that ok for you or any orientation to give me? I would like to create a PR for it around next week.

ath0mas avatar Dec 09 '20 18:12 ath0mas