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
Lukasz Mastalerz
f7ad63c951
[BH-1412] Fix services dependencies
...
Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
2023-08-01 17:22:48 +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
Adam Wulkiewicz
074b33a645
[MOS-685] Make small improvements in various places of the code
...
- Forward arguments
- Remove unused code
- Remove auto return type when it's not needed
- Add const to member functions
- Use startsWith and endsWith from utils
- Allow instantiation of operators only for specific types
- Caluclate key mask in compile time
2022-09-02 01:12:47 +02:00
Adam Wulkiewicz
fe708cdf31
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes
...
Add --all and --fix-all options to style-check-hook
2022-08-26 15:22:39 +02: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
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
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
fc4558a927
[BH-642] Add wrapper-API for alarm messages
...
Add wrapper-API for alarm messages
2021-08-30 12:14:46 +02:00