android icon indicating copy to clipboard operation
android copied to clipboard

Create Group for each application id

Open newhinton opened this issue 4 years ago • 0 comments

This allows for a more fine grained controll over notifications.

todo:

  • [x] Use Appname as Groupname, not id
  • [x] Think about how to generate groups outside of onMessage()

Do we have a list of applications with their id's and names in the InitializationActivity? That way we can pregenerate all channels and groups.

Edit: I do not now how failsave it is to generate the list in the MessageActivity.onUpdateApps()-Method.

newhinton avatar Feb 19 '22 12:02 newhinton