FossifyOrg / Clock

Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
https://www.fossify.org
GNU General Public License v3.0
181 stars 12 forks source link

Snooze notification shows incorrect time #25

Open pudup opened 4 months ago

pudup commented 4 months ago

Checklist

Affected app version

1.0.0

Affected Android/Custom ROM version

Android 12+

Affected device model

Pixel 8

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

Mentioned here SimpleMobileTools/Simple-Clock#541 Was never fixed

When snoozing an alarm, the upcoming alarm notification shows the date of the alarms next normal occurence

Eg. A 730 alarm on Monday when snoozed has a notification saying there's an upcoming alarm at 730 Tuesday

This is only a notification issue. The alarm fires normally.

Expected behavior

Alarm notification says 740

Actual behavior

Alarm notification says 730 tomorrow

Screenshots/Screen recordings

No response

Additional information

No response

theKaido commented 3 months ago

Hello we (@WillBBHM and I) are compsci students at University Paris 8, we would like to work on this issue for our Open source software development course. Thanks :)

pudup commented 3 months ago

@theKaido That's great, make a PR and it should get accepted.

theKaido commented 3 months ago

Thanks :)

theKaido commented 1 month ago

We tried to fixe it by adding a new notifications function, because managing notifications seemed complicated to us. Its work but not the way you wanted. If you would to see it , ive fork this repos on my git (https://github.com/theKaido/Clock)