thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
793 stars 69 forks source link

Drop down notifications #1591

Open K4LCIFER opened 2 weeks ago

K4LCIFER commented 2 weeks ago

Is Your Feature Request Related to a Problem?

Currently, when notifications are received, I only get a vibration, and a pending notification symbol for the app is shown at the top, but I don't get a drop down that shows what the notification is — I have to open the notification drawer to be able to see it.

Feature Description

I would like for there to be a drop down notification when a notification is received.

Alternative Solutions

No response

Additional Context

Perhaps related to https://github.com/thunder-app/thunder/issues/219

micahmo commented 2 weeks ago

For devs: this is called a "head's up" notification (on Android). I spent just a little bit of timing looking into this with flutter_local_notifications and it wasn't immediately obvious how to do it. I tried changing both the importance and priority, but no luck so far. So this will require some more investigation by whomever eventually implements it.