mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1469] Support Android 16 “Live Update Notifications” feature #1035
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#1035
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 @sunyton on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1469
Currently, ntfy notifications are displayed as standard system notifications.
With Android 16 introducing the new Live Update Notifications (based on the “live activities” API on Android), it would be great if ntfy could take advantage of this feature.
App: ntfy Android
Android version: 16+
@binwiederhier commented on GitHub (Nov 16, 2025):
Interesting idea. How so?
@djh82 commented on GitHub (Dec 27, 2025):
Ntfy doesn't seem appropriate for live updates, according to the official docs.
It would be nice to be able to update notifications though.
@binwiederhier commented on GitHub (Dec 27, 2025):
@sunyton I'd love to use these live notifications, but I am unsure how you'd like to use this feature. Do you have an example?
@djh82 You are probably thinking of #303 (not this ticket/issue). Add a 👍 in that ticket and me and @wunter8 will prioritize it :-)
@vehkiya commented on GitHub (Feb 16, 2026):
@binwiederhier, I don't know OP's intent, but my use case is to make use of the live update notifications to track some timers/long processes at a glance from the notification on the phone.
For example: I'm currently using notification updates to make an ASCII progress bar and put metadata about some downloads or I've set a timer and I'm tracking it with notification updates. A more 'native' way would be a nice to have.
IIRC, iOS offers a similar API as well
@binwiederhier commented on GitHub (Feb 16, 2026):
I've been meaning to add a progress bar now that we have updated notifications. I'm happy to implement it but I need some suggestions as to what the suggested API and look and feel would look like.
"I want something like that" is not a real design haha
@vehkiya commented on GitHub (Feb 16, 2026):
Thanks for the willingness to do it. Mobile is sort of uncharted territory for me so I wouldn't be able to say anything there, but official docs should cover it well anyways.
My first idea, maybe a bit crude, is this to be an extension of the "Update notifications" logic.
X-Sequence-IDto update an existing notification, as before, but have extra, optional fields for the live notification.X-Sequence-IDnotification updates and not message ID notification updates (TBC)useLiveNotification boolandprogress intthat's a 0 to 100% to keep things 'simple'I maintain that it's a "nice to have" though. Might not even be feasible, see this from the FAQ
Happy to help any way I can