krille-chan / fluffychat

The cutest instant messenger in the [matrix]
https://fluffychat.im/
GNU Affero General Public License v3.0
1.12k stars 198 forks source link

Use Android “conversation” notification type #868

Open specialfish9 opened 8 months ago

specialfish9 commented 8 months ago

Feature Description

When receiving a notification from a messaging application like Fluffychat, it should be shown in the “Conversations” section of the notification panel.

Rationale

In this way not only we are in compliance with the Android notification standard, but also it is easier to not miss important messages.

Mockup

No response

Additional Context

https://developer.android.com/develop/ui/views/notifications/conversations

krille-chan commented 8 months ago

I would really like to do this, but flutter_local_notifications doesn't seem to support it. I only found this issue: https://github.com/MaikuB/flutter_local_notifications/issues/1419

LFd3v commented 7 months ago

It looks like a dupe of #515 too.

krille-chan commented 7 months ago

I think I found the trick how to implement it

specialfish9 commented 7 months ago

Any update on this?

everypizza1 commented 5 months ago

For me, it shows and handles the notifications as a conversation after I manually set it, except it doesn't have bubbles.