-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone aware scheduling of Alarms #99
Conversation
I've been using this now for a while and i didn't encounter any issues.
|
@naveensingh can you - or someone else - please take a look at this? It would be nice if #61 got fixed. That's a really critical bug (I've been hit by it multiple times over the last few years using SMT/Fossify Clock) |
Clock is to be updated in the coming weeks, I'll check it out then. |
I don't know how #73 happened, but this pr should fix it. |
app/src/main/kotlin/org/fossify/clock/activities/ReminderActivity.kt
Outdated
Show resolved
Hide resolved
I tested this a couple times on a couple devices and it works 🎉 I discovered that sometimes the alarms won't trigger when date-time is manually changed in system settings but that is out of scope for this PR. Thank you! |
Reproduce Problem 1 (before this fix):
Reproduce Problem 2 (before this fix):
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Fixes the following issue(s)
Relies on the following changes
Acknowledgement