fix(android): Java call sites for scheduleExactNotification need 8th parameter

Add skipPendingIntentIdempotence (false) to NotifyReceiver.scheduleExactNotification
calls in DailyNotificationReceiver.java and DailyNotificationWorker.java so
consuming apps compile. Rollover paths do not skip idempotence.

- DailyNotificationReceiver: scheduleNextNotification() — add 8th arg false
- DailyNotificationWorker: scheduleNextNotification() — add 8th arg false
- Bump version to 1.1.3 (package.json, CHANGELOG, native/TS refs)
This commit is contained in:
Jose Olarte III
2026-02-13 19:51:49 +08:00
parent 7702bd3b81
commit a62f54b8a8
12 changed files with 23 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
# Daily Notification Plugin
**Author**: Matthew Raymer
**Version**: 1.1.2 (see `package.json` for source of truth)
**Version**: 1.1.3 (see `package.json` for source of truth)
**Created**: 2025-09-22 09:22:32 UTC
**Last Updated**: 2025-12-23 UTC