super-productivity/src
Johannes Millan 62b87f2431 fix(reminder): respect disableReminders on mobile native scheduling
The "Disable all reminders" setting was only enforced at the in-app
dialog layer. On Android, native notifications scheduled via
AlarmManager kept firing regardless of the toggle, because the mobile
NgRx effects did not observe the config.

- scheduleNotifications$ now subscribes to cfg$ and, when
  disableReminders is true, cancels every tracked reminder and
  short-circuits further scheduling.
- scheduleDueDateNotifications$ extends its existing disabled branch
  to respect the master disableReminders flag in addition to
  notifyOnDueDate.

Known remaining gap: SyncReminderWorker (WorkManager) can still
schedule reminders from the server every 15 min for users with
background sync configured. Tracked as a follow-up.

Refs #6980
2026-04-24 17:40:28 +02:00
..
app fix(reminder): respect disableReminders on mobile native scheduling 2026-04-24 17:40:28 +02:00
assets fix(i18n): remove stale 'Dropbox' references from conflict dialog 2026-04-24 17:40:28 +02:00
environments 18.2.8 2026-04-22 16:19:14 +02:00
static feat: add open sans as default font 2025-09-04 18:30:09 +02:00
styles fix(styles): drop dead body-level transition-duration overrides 2026-04-20 17:14:38 +02:00
test-helpers build: improve testing setup to give indication about which test hangs 2025-07-18 12:11:05 +02:00
typings refactor: improve typing 2025-09-16 18:04:40 +02:00
_common.scss refactor: modernize scss syntax and get rid of most of the warnings 2025-09-04 20:29:24 +02:00
favicon.ico
hammer-config.class.ts feat: replace hammerjs with custom swipe and pan directives 2025-08-10 12:56:11 +02:00
index.html fix(splash): keep productivity-tip heading readable on dark theme 2026-04-21 21:50:52 +02:00
karma.conf.js test: restore karma coverage reporter setup 2026-04-24 17:40:28 +02:00
main.ts fix(sync): scope interval timer to file-based providers and drop unneeded migration 2026-04-14 22:09:02 +02:00
manifest.json
polyfills.ts perf: reduce initial bundle size via lazy-loading 2026-03-10 15:58:22 +01:00
styles.scss fix(styles): use package imports for fontsource instead of relative paths 2026-03-18 13:14:10 +01:00
test.ts test: fix 2025-12-05 17:10:37 +01:00
tsconfig.app.json fix(build): exclude test helpers from production build 2026-02-25 16:46:51 +01:00
tsconfig.spec.json fix(shared-schema): fix module resolution for bundler compatibility 2026-01-11 13:20:16 +01:00
tsconfig.worker.json build: update configuration files 2025-06-27 10:25:00 +02:00