0xf104a / NextcloudServices

Android app to send notifications from Nextcloud without using GCM(Google cloud messaging)
GNU General Public License v3.0
63 stars 11 forks source link

Update a notification when a chat message received #45

Closed 0xf104a closed 1 year ago

0xf104a commented 1 year ago

Generally Android utilizes chat-in-notification approach, i.e. when new messages in chat are just appended to existing notification. The app should also utilize approach. For this we should change a notification processor to start map of chats to notification and if notification is active, the existing notification is updated

0xf104a commented 1 year ago

Tested to work on latest commit in main