capacitor-assets icon indicating copy to clipboard operation
capacitor-assets copied to clipboard

Notifications support?

Open Senexis opened this issue 1 year ago • 3 comments

Hey there, we're looking to use this package to generate notification icons for Android. We've noticed that there seems to be (partial) support for notifications already, however they don't seem to be generated as of now. Is there something we're missing? We've tried creating images in the following paths, none of which do anything:

  • android/notification
  • android/notification-icon
  • notification
  • notification-icon

We were lead to believe support had been added by looking at src/project.ts#L72 and src/definitions.ts#L36. Is this a currently planned feature but not actually implemented? Any insights?

Senexis avatar Dec 18 '23 08:12 Senexis

+1

snake-py avatar Aug 05 '24 14:08 snake-py

@Senexis did you write script yourself for this or how did you solve the issue?

snake-py avatar Aug 05 '24 14:08 snake-py

@Senexis did you write script yourself for this or how did you solve the issue?

We switched to using a copy action in our Trapeze workflow.

Obviously we would still love to see support for this, but this is the most convenient option; simply have a white-only copy of our app icon in the resources folder and then run Trapeze which is required (for us) anyway.

Senexis avatar Aug 05 '24 14:08 Senexis