Commit Graph

23 Commits

Author SHA1 Message Date
rrandomsky
4f63943a4c [BH-1792] Updated button handling during pre wake up
Button action behavior has been updated for pre-wake.
Now, if pre-wake is in progress, the first press, in addition to pressing
the front light, disables the pre-wake function.
2024-03-18 11:28:20 +01:00
rrandomsky
4b8543912a [MOS-30] Fix for Alarm not being handled properly during a phone call
During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
2023-07-12 10:46:44 +02:00
Maciej-Mudita
4bd7b1acf4 [MOS-275] Fix alarm rings on the low battery screen
When we had a critical battery level and the alarm clock rang,
it was impossible to turn it off.
2023-01-19 12:07:19 +01:00
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
Mateusz Piesta
1b16cab480 [BH-1191] Alarm priorities
Enhanced alarm priorities handling

[BH-1259] Snooze time displayed incorrectly
while returning to the home screen

[BH-1263] Bottom message displayed when
editing alarm

Fixed ambiguous iterator use.
2021-12-01 08:26:05 +01: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
Mateusz Piesta
88e4ccf20c [BH-1191] Alarm operations priorities
Implemented a very basic alarm operations priority.

[BH-1204] Fixed time format being incorrectly displayed
in background sounds app.
2021-11-19 17:41:05 +01:00
Paweł Joński
b8055d3eb0 [BH-1124] Alarm changes outside homescreen
Alaram changes outside homescreen
2021-11-03 12:41:22 +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
Piotr Tański
39718a08ea [BH-903] Pre-wake up frontlight
Implemented a frontlight handling for the pre-wake up.
Major clean-up of the frontlight implementation.
2021-10-13 19:28:53 +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
Mateusz Grzegorzek
ce7e6f3bc5 [BH-874] Deactivate alarm in backend on Alarm deactivation
Deactivate alarm in backend on Alarm deactivation
2021-09-24 11:16:00 +02:00
Wojtek Rzepecki
1e8082e02c [EGD-7570] Add Alarm Clock status bar indicator
Added indicator on status bar if any alarm is on
2021-09-23 13:15: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
Piotr Tański
bdbda7fd96 [EGD-776] Bell-specific AlarmOperations
We need a separate alarm operations for the Bell.
This is the first step of pre-wake up implementation.
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
Adam Dobrowolski
1156320af5 [EGD-7502] TimeService Alarms get returns total elements count
We require so that overall alarms count would be returned to properly
use ListView
2021-09-08 20:57:21 +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