citiususc / calendula

An Android assistant for personal medication management
https://citius.usc.es/calendula/
GNU General Public License v3.0
206 stars 106 forks source link

reminder after smartphone shut-down #57

Open kolg opened 7 years ago

kolg commented 7 years ago

If the phone is getting shut down (due to empty battery or switch off for flights etc.) and a reminder is set on this time interval, it won't show up when the phone is switched on again. Maybe there can be a pop-up after boot-up that some reminders have not been showed or not been wiped away after showing? thanks!

angelpinheiro commented 7 years ago

Hi @kolg, there is something similar to that on the beta version (https://github.com/citiususc/calendula/blob/master/CONTRIBUTING.md#i-would-like-to-contribute-but-im-not-a-developer). Alarm lost messages are shown when an alarm is automatically canceled, but only when the phone is turned on. I think that with the current alarm managing strategy we could extend that functionality to intakes not notified cause the phone is off, but I am not sure about that. I'll take a look at this as soon as I can!