Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop down notifications #1591

Open
K4LCIFER opened this issue Nov 8, 2024 · 5 comments
Open

Drop down notifications #1591

K4LCIFER opened this issue Nov 8, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@K4LCIFER
Copy link
Contributor

K4LCIFER commented Nov 8, 2024

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 #219

@K4LCIFER K4LCIFER added the enhancement New feature or request label Nov 8, 2024
@micahmo
Copy link
Member

micahmo commented Nov 8, 2024

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.

@CTalvio
Copy link
Collaborator

CTalvio commented Dec 18, 2024

Are we talking about "pop on screen"?

This setting can be enabled or disabled for each notification channel of an app on android. And whatever an app defaults to, can be overridden by the user.

You should be able to get the behaviour you want by going to settings>apps>thunder>notifications>channel(either messages or inbox), and enabling "pop on screen".

@micahmo
Copy link
Member

micahmo commented Dec 19, 2024

Good tip, that worked for me!

That said, somehow some apps are able to set this by default. So there must be something in the Android API to configured the preferred preferences.

@CTalvio
Copy link
Collaborator

CTalvio commented Dec 19, 2024

Yes, but it may be that after the channels are created, an update or the app cannot then change the settings.

I've seen apps that work around users turning off advertising notification channels, by creating entire new channels, infinitely, whenever the existing ones are set to mute or disable notifications the user does not want.

Obviously Thunder shouldn't do that, but it means you might need to uninstall the app entirely each time, to test "default" settings, as apps cannot change the settings except initially, for good reason.

@micahmo
Copy link
Member

micahmo commented Dec 19, 2024

Great point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants