mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #709] Android app doesn't notify/make sound if notifications are received while the app is in foreground #517
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#517
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DistortedBit on GitHub (Apr 23, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/709
🐞 Describe the bug
When the user is in the app it will not create a system notification.
💻 Components impacted
Android app
💡 Screenshots and/or logs
Add test topic as a notification subscription. Now from the the menu on top right, create a test notification. You will see the notification appear on the list, but you will not see any android system notifications or sounds for it.
🔮 Additional context
This may cause the user to miss a notification. For example, user tests notification and puts their phone down without locking phone and goes their way. App received notification while the app was in foreground and before phone auto locked. User will miss the notification. Intended behavior should be a android system notification should appear regardless of user is using the app or not.
Android 13 running grapheneos.
@binwiederhier commented on GitHub (Apr 23, 2023):
I can't believe I'm writing this, but this is a feature, not a bug. I wrote code to make notifications not show when you're looking at the topic detail view.
I have often thought that that could be thought of as a bug though. It never felt okay to just not show notifications.
So I agree that this special behavior should be removed. Thanks for the ticket.
@DistortedBit commented on GitHub (Apr 23, 2023):
I can certainly see how some may want it disabled. Afaik apps like whatsapp has a setting where you can choose.
Thanks for your response. Your app is awesome.
@xiezhenxiang commented on GitHub (Sep 7, 2023):
I hope to release a version as soon as possible. Thank you very much