[EGD-5027] Services synchronization introduced Dependencies between services are now supported.
[EGD-5381] Add Low Power Drivers Peripherals clock synchronization dependent on PLL2
[EGD-4955] Add on-off test harness for simulator This PR provides CI test for turning on and off PurePhone simulator.
[EGD-5390] Add keypad backlight to GUI Added demo connection to keypad light GUI window.
[EGD-3247] Remove reminders of unused ping-pong feature Feature was already removed some time ago but still some reminders persist. This commit only removed mentioned reminders. Some minor style fixes suggested by clang tidy were also applied.
[EGD-4831] Add license headers to c, h and sql files Add license headers to `h`, `c` and `sql` files as this files haven't been checked previously, script now to automatically updates current year in existing licenses.
Merge branch 'master' into stable
[EDG-4717] Add screen for brightness control Window for manual and automatic screen brightness control.
Merge commit 'c7dd6b399' into stable
Merge branch 'master' into stable
[EGD-2501] Add gsm powerdown due to battery Gsm model power state maintenance based on battery level.
[EGD-4737] Add VoLTE ON/OFF switch in Settings Network window Add VoLTE ON/OFF switch in Settings Network window
[EGD-4628] Add APN settings and URC handler for PDP context Classes supporting APN settings on modem and telephone configuration (synchronization) have been constructed. Possibility of asynchronous execution of individual actions via ServiceCellularAPI. Added message with information about deactivation of the PDP context (URC) that the application / service can listen on.
[EGD-5050] Add brownout detection Brownout detectection realized through charger driver
[EGD-4978] Add Bluetooth virtual audio device Bluetooth audio device requires different handling than other audio devices. The commit adds proxy device that does not handle requests itself but instead sends requests too Bluetooth service.
[EGD-4952] Added critical level check + messages
Merge branch 'master' into stable
[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>
Merge branch 'master' into stable
[EGD-4009] alarm clock: add main window (#1100) Create alarm clock application and add main window.