beeminder / beedroid

This is a repository to keep track of issues with the Beeminder Android app
6 stars 0 forks source link

Set reminders to be "alarm" level #202

Closed adamwolf closed 1 year ago

adamwolf commented 2 years ago

Android is getting very coalescy and this is basically required to get minute-level scheduling these days :/

Related:

adamwolf commented 1 year ago

We're not going to use alarms for anything. Notifications are coming from the server, and syncing happens via WorkManager (which sometimes uses alarms, but we're not using alarms...)