mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1724] Insistent notification type (Android call-style alert, no Twilio) #1200
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#1200
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 @DarthJahus on GitHub (May 3, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1724
💡 Idea
Add a notification type that triggers Android's insistent/call-style alert (continuous vibration, full-screen intent, screen wake, but without requiring Twilio integration).
The current
urgentpriority delivers a strong one-shot notification.X-Callachieves continuous alerting but requires Twilio (external dependency, not self-hosted-friendly). There is no middle ground for a fully local, offline-capable setup that needs guaranteed attention (like household paging, on-call alerting on a self-hosted instance).A new priority level or header (e.g.
Priority: insistentorX-Insistent: yes) that, on Android:FLAG_INSISTENTon the notification, causing continuous vibration/ringtone until dismissedThis also benefits wearable users: connected watches (Garmin, Wear OS) treat incoming calls as a distinct alert type with continuous haptic feedback, whereas standard notifications (even
urgent) produce a single pulse.Related: #1041 (nagging notifications / repeating interval approach); this proposes the OS-native call-style approach instead.
💻 Target components
Android app