med-det-samme/app
Ole-Morten Duesund 778a6aec27 Reminders: global repeat toggle + per-dose "Ikke forstyrr"
Two ways to stop the every-10-min nag, per feature request:

- A global "Gjenta påminnelser" switch in Settings. Off → a due dose
  alerts once and goes quiet; only the automatic re-nag chain is gated,
  so an explicit "Utsett 15 min" still gives one more reminder. The gate
  sits at the three automatic arm points (fireOccurrence, escalate
  re-arm, armAll resume-after-reboot), never on Snooze.

- An "Ikke forstyrr" action that appears from the second reminder on
  (nagCount >= 1). It stops nagging this one dose but leaves it PENDING
  so it can still be taken later — distinct from Skip. Implemented by
  jumping to the existing terminal state (nagCount = NAG_CAP) rather than
  a new column, so it needs no migration and survives reboot for free
  (armAll re-arms only nagCount < cap).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 14:16:16 +02:00
..
schemas/no.naiv.meddetsamme.data.MedDatabase Seasonal (yearly) dosing for allergy/pollen meds 2026-06-24 11:09:46 +02:00
src Reminders: global repeat toggle + per-dose "Ikke forstyrr" 2026-06-29 14:16:16 +02:00
build.gradle.kts Release 0.5.0: bump versionCode 5 / versionName 0.5.0 2026-06-24 11:09:46 +02:00