From 27a4a71b2340f8cb25c068bc938e065f257fe1b7 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 1 Feb 2026 12:01:57 -0500 Subject: [PATCH] Update docs --- docs/publish.md | 3 --- docs/releases.md | 2 +- docs/subscribe/phone.md | 10 +++++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/publish.md b/docs/publish.md index 12341f01..3c8cbdcc 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -3503,9 +3503,6 @@ Here's an example with a custom message, tags and a priority: ## Updating + deleting notifications _Supported on:_ :material-android: :material-firefox: -!!! info - This feature is not fully released yet. The ntfy Android 1.22.x is being released right now. This may take a week or so. - You can **update, clear (mark as read and dismiss), or delete notifications** that have already been delivered. This is useful for scenarios like download progress updates, replacing outdated information, or dismissing notifications that are no longer relevant. diff --git a/docs/releases.md b/docs/releases.md index d9aa2aa8..c22ec719 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -15,7 +15,7 @@ Please check out the release notes for [upcoming releases](#not-released-yet) be ### ntfy Android app v1.22.2 Released January 20, 2026 -This release adds support for [updating and deleting notifications](publish.md#updating--deleting-notifications) (requires server v2.16.0), +This release adds support for [updating and deleting notifications](publish.md#updating-deleting-notifications) (requires server v2.16.0), as well as [certificate management for self-signed certs and mTLS client certificates](subscribe/phone.md#manage-certificates), and a new connection error dialog to help [troubleshoot connection issues](subscribe/phone.md#troubleshooting). diff --git a/docs/subscribe/phone.md b/docs/subscribe/phone.md index a022b2a7..b8bc5536 100644 --- a/docs/subscribe/phone.md +++ b/docs/subscribe/phone.md @@ -82,9 +82,8 @@ you'll see as a permanent notification that looks like this:
Instant delivery foreground notification
-Android does not allow you to dismiss this notification, unless you turn off the notification channel in the settings. -To do so, long-press on the foreground notification (screenshot above) and navigate to the settings. Then toggle the -"Subscription Service" off: +To turn off this notification, long-press on the foreground notification (screenshot above) and navigate to the +settings. Then toggle the "Subscription Service" off:
![foreground service](../static/img/notification-settings.png){ width=500 } @@ -102,6 +101,11 @@ notifications. Firebase is overall pretty bad at delivering messages in time, bu The ntfy Android app uses Firebase only for the main host `ntfy.sh`, and only in the Google Play flavor of the app. It won't use Firebase for any self-hosted servers, and not at all in the F-Droid flavor. +!!! info "F-Droid: Always instant delivery" + Since the F-Droid build does not include Firebase, **all subscriptions use instant delivery by default**, and + there is no option to disable it. The F-Droid app hides all mentions of "instant delivery" in the UI, since + showing options that can't be changed would only be confusing. + ## Publishing messages _Supported on:_ :material-android: