[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android
app
flutter
notifications
Commits
Author
Commit
Message
Date
For some reason I deleted the firedCount incrementor at some point
Reminders would be scheduled 6 days too far into the future once there are no more checked days left in the current week
A loop that checks if any one-time notifications were fired, and if they were, make them be disabled
Basically, if you reinstall the app, all notifications' dates will be updated to be in the future
Tried to do this in an earlier commit but for some reason the commit ended up being basically empty
Already scheduled notifications were not detected, and therefore notifications went on to be scheduled again and again
Updating/deleting affects already-scheduled notifications and won't delete old notifications (unless you have 10 notifications)