[EGD-4657] screen light control test (#1186)
* [EGD-4654] Light control first working
* [EGD-4654] Extended interface with custom brightness function
* [EGD-4654] Extended set of actions
* [EGD-4654] Fixed timer issue + cleanup
* [EGD-4654] Improving switch-case logic
* [EGD-4654] Moved keypad light control to previous state
* [EGD-4654] Refactor in screen light message
* [EGD-4654] Documentation work
* [EGD-4654] Extension of docu
* [EGD-4654] Typo fixing
* [EGD-4654] More improvements in doc
* [EGD-4654] Doxy generation fixes
* [EGD-4654] Pre pr cleanup
* [EGD-4654] PR comments pt 1
* [EGD-4654] Docu small change
* [EGD-4657] Added tests and fixes
* [EGD-4657] Tests refactor
* [EGD-4657] Proper destruction of timers
* [EGD-4657] Spelling fixes
* [EGD-4657] pre pr cleanup
* [EGD-4657] Build fix
* [EGD-4657] Pr changes pt 1
* [EGD-4657] PR refactor - extracted control algorithm to separate module
* [EGD-4657] Adapted tests to new structure
* [EGD-4657] Cleanup
Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4899] Worker class design improvements and fixes (#1190)
* allow workers to run independently from service
* change worker to use FreeRTOS wrapper Queue class instead of
freeRTOS native queues
* fix bug disallowing to destruct worker that have never ran
* fixed worker bad state transition to Running state
[EGD-4713] Add task control block into a heap allocated memory block for debug purposes. (#1143)
[EGD-4557] merge usb deinit nullptr fix (#1185)
[EGD-4072] Add new/edit window in alarm clock app (#1159)
Introduced the possibility to add a new alarm and edit an existing alarm
[EGD 4654] spike light sensor to display (#1158)
* [EGD-4654] Light control first working
* [EGD-4654] Extended interface with custom brightness function
* [EGD-4654] Extended set of actions
* [EGD-4654] Fixed timer issue + cleanup
* [EGD-4654] Improving switch-case logic
* [EGD-4654] Moved keypad light control to previous state
* [EGD-4654] Refactor in screen light message
* [EGD-4654] Documentation work
* [EGD-4654] Extension of docu
* [EGD-4654] Typo fixing
* [EGD-4654] More improvements in doc
* [EGD-4654] Doxy generation fixes
* [EGD-4654] Pre pr cleanup
* [EGD-4654] PR comments pt 1
* [EGD-4654] Docu small change
* [EGD-4654] Doc updated with pumls
* [EGD-4654] added newlines at the end
Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4872] settings keep changed value (#1177)
* [EGD-4872] settings keep changed value
* [EGD-4872] remove unused script
Add two links to table of contents (#1169)
Fixed two links
[EGD-4658] Change 'dev workflow' article (#1130)
Changed 'Development workflow' article regarding how to
write commit messages and introduced a template for commit messages.
[EGD-4751] Change: new filesystem handling implementation in module services. (#1151)
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module services. It also contains minor fixes in module-services.
[EGD-4693] PowerManagement: CPU load measurement (#1156)
Add FreeRTOS idle tasks Run Time Statistics
This will allow to measure the CPU load
[EGD-4493] Unit test checks for disk manager. (#1118)
[EGD-3842] Modify events records tests and add providers fields to DB (#1138)
Corrected setting gain to 0
[EGD-3420] Echo and noise fix
[EGD-4778] Add Bluetooth settings to db (#1174)
[EGD-4848] CUSD parser fixed (#1173)
Fixes CUSD parser bug, it was removig comma from USSD message.
[EGD-4276] Add nightshift window - GUI (#1153)
[EGD-4276] Add time widget
[EGD-4276] Remove 24h mode, and add bottom bar temporary mode handling
[EGD-4276] Add get/set time methods to time widget class
[EGD-4276] Change tm to std::chrono
[EGD-4276] Cleanup and connect Nightshift window
[EGD-4276] Update changelog
[EGD-3589] gui - DOM dump functionality for gui::Item (#1148)