Commit Graph

13 Commits

Author SHA1 Message Date
Mateusz Piesta
c424b67280 [BH-1515] Revert bedtime changes
Due to many regressions these changes
introduced, we decided to revert them.

The old PR will be used as a foundation for
another fix attempt(probably including major
refactor of the alarm operations module).
2022-08-31 13:15:09 +02:00
Onufry Pajaczek
3043c063ec [BH-1515] Bedtime reminder notification issue
AbstractAlarmAction execute method takes Record as paremeter to pass it
to action
Bedtime abstraction extended to keep own EvetContainer and hadle needed
actions(push,clear ... and so on)

Fixed an issue where cpp file was added by #include directive
New fuction added to test/CMakeLists.txt to
add manually prepared target to test siute
googletest-service-time-alarm-operations source moved to library and
than linked in to googletest-service-time-bell-alarm-operations
2022-07-22 13:40:48 +02:00
Wojciech Rzepecki
bd4db9e1b5 [EGD-7960] Fix of concurrent alarms handling
fixed the processing of alarms set to the same time
also taking into account concurrent snoozes
2021-11-23 09:04:00 +01:00
Wojtek Rzepecki
d0772ab0b7 [EGD-7798] Fix alarms backend with new format
New format of alarm time in database and processing
2021-10-18 12:14:36 +02:00
Wojtek Rzepecki
d316899330 [EGD-7739] Fix recurrent alarms
Alarms fixes for recurrence rules application
2021-10-04 14:36:15 +02:00
Wojtek Rzepecki
8256c5bb9d [EGD-7568] Add show active snooze
Added option to view active snooze
from the level of notifications list
2021-09-30 10:20:57 +02:00
Przemyslaw Brudny
7e26f5e014 [EGD-7670] Alarm toggle off all alarms
Added toggle all alarms handling with tests.
2021-09-28 12:54:39 +03:00
Piotr Tański
3a9ab31a76 [BH-776] Implemented PreWakeUp unit tests
Unit tests added for the PreWakeUp basic implementation.
2021-09-20 16:43:02 +02:00
Wojtek Rzepecki
274d31cb35 [EGD-7569] Add Alarm snooze list notification
Notification added to notifications model
2021-09-16 17:00:41 +02:00
Piotr Tański
f93fe176e7 [BH-776] Pre-wakeup handling skeleton
First draft of pre-wakeup handling mechanism.
2021-09-15 18:13:42 +02:00
Paweł Joński
2ae306bd40 [BH-662] Handle alarm turn off and snooze
Handle alarm turn off and snooze
Music stop not included
2021-09-10 11:45:08 +02:00
Paweł Joński
ba1a6f2527 [BH-691] Alarms handling
Handle alarms in service-time
2021-09-03 13:29:21 +02:00
Paweł Joński
e338b69fab [BH-642] Handle alarm messages in service-time
Handle basic alarm messages in service-time
2021-08-26 16:38:01 +02:00