Skip to content

Releases: CorruptedArk/did-i-take-my-meds

A Small Hotfix

24 Sep 22:35
f2e0d69
Compare
Choose a tag to compare

Fix

  • Fix app not receiving boot intent or package update intent

WCAG Compliance, Auto Dismiss, Fixed Crashes, and Fixed Cycling

24 Sep 21:12
b023298
Compare
Choose a tag to compare

Changes

  • Convert ExecutorService multithreading to Kotlin coroutines
  • Update colors to comply with Web Content Accessibility Guidelines
  • By popular demand, notifications will now be dismissed after a dose is taken

Addition

  • Add option to delete a dose record when the "taken" button is pressed accidentally

Fixes

  • Fixed crashes caused by unsuccessfully trying to get data from the database
  • Fixed weird view cycling on back button press

Minor Appearance Change

20 Sep 19:16
a0c75bb
Compare
Choose a tag to compare

Change

  • Darkened background to improve contrast

Backup, Restore, and Notification Actions

18 Sep 20:06
911d8b6
Compare
Choose a tag to compare

Changes

  • Moved 'add medication' functionality to a floating action button
  • Updated German translations by jpameli
  • Adjusted margins to make layouts look nicer
  • Updated Brazilian Portuguese translations by mezysinc
  • Changed default launcher label to abbreviation "DITMM?"

Additions

  • Added database backup and restore
  • Added notification action to take medication
  • Added notification action to resend a notification in 15 minutes

Fix

  • Fixed crashes caused by clicking on a notification for a deleted medication

Notifications and German Translations

01 Sep 20:18
5ec9b0d
Compare
Choose a tag to compare

Changes

  • Notifications now stay after click unless manually cancelled
  • Notifications can now open a medication more than once on click

Addition

  • Added German translations by jpameli

Fixes

  • Fixed EditMedActivity always showing notifications enabled when opened
  • Fixed notifications sometimes opening wrong medication on click

Fix Incorrect Closest Dose and Displayed Intervals

17 Aug 02:33
22c9574
Compare
Choose a tag to compare

Fixes

  • Fix incorrect closest dose calculations for additional doses with different intervals than the first dose in list
  • Fix incorrect time between doses displaying on select schedule buttons for additional doses with different intervals than the first dose in list

Fix Notification Time Display

15 Aug 06:24
b87e3f8
Compare
Choose a tag to compare

Fix

  • Fix incorrect times displaying on some notifications

Fix Dialogs on Lower Resolution Displays

14 Aug 03:55
48f7f95
Compare
Choose a tag to compare

Fix

  • Fix dialogs not properly displaying on some screen sizes

Complex Schedules

11 Aug 06:37
358b418
Compare
Choose a tag to compare

Changes

  • Small tweaks to visuals of some views
  • Clicking on a notification now opens the detail view for its medication

Additions

  • Multiple dose schedules per medication with arbitrary repeat times
  • Option to add as-needed medications without schedules
  • Brazilian Portuguese translations by mezysinc
  • Back button in toolbars
  • Options to sort by closest dose time and by medication name

Another Notification Fix

21 Jul 04:56
8133dbc
Compare
Choose a tag to compare

Fix

  • Fix notification not being set after adding medication