You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alarm currently does NOT activate or play any sound notification upon actual time of alarm happening. As addressed in Issue #2, notification to user happens almost immediately after creation of alarm, so perhaps alarm is not being created properly.
UPDATE: The alarm now waits for an appropriate time as outlined in Issue #2.
The text was updated successfully, but these errors were encountered:
- The alarm is set appropriately to the background now, and activates on time
- A sound notification is now playing as a ringtone (issue: if ringtone volume is silent, sound doesn't play)
- A new fullscreen activity which displays the current time, as well as a button to silence alarm, is now presented to the user instead of a drop-down notification
- Note: No possibility of creating multiple alarms at this point
Alarm currently does NOT
activate orplay any sound notification upon actual time of alarm happening.As addressed in Issue #2, notification to user happens almost immediately after creation of alarm, so perhaps alarm is not being created properly.UPDATE: The alarm now waits for an appropriate time as outlined in Issue #2.
The text was updated successfully, but these errors were encountered: