docs: add plugin feedback for Android duplicate reminder notification

Add docs/plugin-feedback-android-duplicate-reminder-notification.md
describing the duplicate notification on first-time reminder setup (one
correct + one fallback). Root cause: ScheduleHelper schedules the
static reminder alarm and also enqueues the prefetch worker, which
on fallback schedules a second alarm via DailyNotificationScheduler.

Suggested fix: for static-reminder schedules, do not enqueue prefetch
(or have prefetch skip scheduleNotificationIfNeeded). The suggested
plugin changes were applied and fixed the issue.
This commit is contained in:
Jose Olarte III
2026-02-18 19:52:41 +08:00
parent 1b97ac08fd
commit c28c47a3c9
2 changed files with 116 additions and 2 deletions

4
package-lock.json generated
View File

@@ -9452,8 +9452,8 @@
}
},
"node_modules/@timesafari/daily-notification-plugin": {
"version": "1.1.6",
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#9feaf60c8472d54365712473353bdd4eadb7dc90",
"version": "1.1.7",
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#c2b1a608045abd403fd25732a10dff08f0a00014",
"license": "MIT",
"workspaces": [
"packages/*"