From ef0f75167ebe137b91cb1ac8e9ffa05afa6b7af6 Mon Sep 17 00:00:00 2001 From: prodnull Date: Mon, 6 Apr 2026 12:53:42 -0400 Subject: [PATCH] docs(readme): clarify platform-specific offline fallback behavior iOS has a wired-in Apple Notes fallback in the Shortcut. Android uses HTTP Shortcuts retry-on-failure, not an equivalent automatic fallback. Updated wording to accurately reflect each platform. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2aad70..1758f3c 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Your phone needs to reach the service. Two options: ## What if the service is down? -The mobile shortcut's HTTP request fails. The recommended setup includes a fallback: if the POST fails, the URL is saved to a local note (Apple Notes on iOS, Google Keep on Android). Process the backlog when the service is back up. +The mobile shortcut's HTTP request fails. On iOS, the recommended Shortcut setup includes a fallback that saves the URL to Apple Notes if the POST fails. On Android, HTTP Shortcuts supports retry-on-failure; see the [Android setup guide](docs/setup-android.md) for options. For always-on availability, deploy to a Raspberry Pi, NAS, or VPS using Docker.