[EGD-4992] Add main Security screen This commit implement only main Security screen. Change passcode functionality will be implemented in [EGD-4995].
[EGD-4869] Add bluetooth message status to application settings This change demonstrates how to work with Bluetooth messages in application settings windows. Responses to bluetooth status messages are mocked because settings storage and message handlers in Service Bluetooth are not ready yet.
[EGD-4732] "All Operators" menu option is shown when "Operator auto-select" is off; the state is kept in db [EGD-4732] Network menu items visibility / indentation
[EGD-4534] Change audio data path synchronization Refactor audio data path to fix several synchronization issues and excessive copy operations on large memory blocks. Introduce audio::Stream data structure to allow connecting audio source and sink with a zero-copy capability. Introduce system mechanisms: - critical section guard lock needed for stream synchronization - non-cacheable memory allocator to allocate memory for DMA safe buffers Update the Googletest CMake template to match the capabilities of the Catch2 template. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com> Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193) Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
[EGD-4914] input and display languages connection to settings problem… (#1188) * [EGD-4914] input and display languages connection to settings problem solved
[EGD-4696] Several stabilization patches. (#1192)
[EGD-3442] Fix list empty window unhandled behaviours, in place rebuild handling, notes rebuild on note deletion and changed call Icon name to stateIcon. (#1160)
[EGD-3995] setup sim window prepared basing on the old settings (#913) [EGD-3995] updated to new settings [EGD-3995] sim switch using CellularServiceApi
Merge branch 'master' into stable
[EGD-4072] Add new/edit window in alarm clock app (#1159) Introduced the possibility to add a new alarm and edit an existing alarm
Merge branch 'master' into stable
[EGD-3842] Modify events records tests and add providers fields to DB (#1138)
[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)
[EGD-4559] store update history in settings db (#1134) * [EGD-4559] store update history in settings db * [EGD-4559] first review fixes * [EGD-4559] catch changed Co-authored-by: Alek Rudnik <aleksander.rudnik@mudita.com>
[EGD-4464] Provide GUI for MMI internal messages (#1139)
[EGD-4069] alarm clock: Add window with options list (#1149)
[EGD-4522] USSD sesion handling (#1121) Added USSD sesion handlig and small fixes on USSD. Session handling was needed to show proper window on new incoming USSD code. Co-authored-by: Kuba Kleczkowski <dd>
[EGD-4009] alarm clock: add main window (#1100) Create alarm clock application and add main window.