ChristopherRogers1991 / ExerciseReminders

Android notifications to do simple exercises at regular intervals
GNU General Public License v3.0
3 stars 0 forks source link

Days filter #5

Closed racuna closed 11 months ago

racuna commented 11 months ago

Hi, I'm just trying this new app. Just what I was looking for. Thank you very much,

For now, the only thing I could suggest is th possibility to filter what days I want to get alarms. Like Monday to Friday for example. My use case is to get an alarm to move and prevent excess sitting while I'm working. But those alarms are useful for me only on workdays.

Thank you very much. Roberto

ChristopherRogers1991 commented 11 months ago

Hello Roberto,

Thank you for the suggestion. This is something I've been thinking about doing, but haven't sat down to do it yet. Knowing someone else would use it is a good motivator, though, so I'll see if I can knock it out some time this week.

-Chris

racuna commented 11 months ago

Awesome. Thanks.

BTW, I'm using a Redmi Note with MIUI, wich is infamous to kill apps in the background. I enabled "autostart" and disabled every battery restrictions to test your app properly. Thanks you very much.

ChristopherRogers1991 commented 11 months ago

In theory, I think it should work consistently, even in that environment. The app uses Android's alarm system, rather than a background process. Each time the "alarm" goes off, it schedules the next one, and then it's just up to the OS to handle it.

If you do experience issues with the alerts not triggering though, please let me know.

ChristopherRogers1991 commented 11 months ago

I've just published release 1.7.0, which adds a day selector. If you have installed via the Play store or the F-droid store, it may take up to a week for the update to go live in the stores.

05-manage_alarms

ChristopherRogers1991 commented 11 months ago

Let me know if you have any issues using it.