[EGD-4153] Use actions instead explicit applications switch. (#1032)
[EGD-4373] Fix for changing the content of option window. (#1054)
[EGD-3289] Changed fonts of message snippet and its prefix. (#1058)
[EGD-4475] ScreenlockCheckEvent handler bug fix (#1062)
[EDG-4346] Load script to init contacts database (#1013)
[EGD-4470]Fix no send init message on ready (#1059) Fix: no send init message on sim ready
[EGD-4367] sim passcodes flow implementation (#1033)
[EGD-4413] New MMI codes support (#1051) * added support for CLIP, CLIR, COLP and call waiting * fixed service groups according to GSM technical data
changelog: update changelog for v0.47.1 (#1056) Some minor grammar changes to the previous release added in the process.
[EGD-4383] Settings moved from namespace Settings to namespace settings (#1007) * [EGD-4383] Settings moved from namespace Settings to namespace settings
[EGD-4318] changelog for service desktop merge (#1049) * [EGD-4318] updated test harness defs for service desktop release (#1055) * [EGD-4318] changelog for service desktop merge
[EGD-4318] updated test harness defs for service desktop release (#1055)
[EGD-4372] Text addition boundaries added with tests. Removed old bounds checking. Text blocks on newlines split issue fixed. Text widgets cleanups. (#1020)
[EGD-4318] enable service desktop (#973) * [EGD-3688] Relax retries count for send enable ServiceDesktop * [EGD-3688] Relax retries count for send enable ServiceDesktop * [EGD-4318] enable service desktop and USB communication CDC for serial port (communication with Mudita Center) MTP for file transfer * [EGD-4318] include path fix * [egd-4318] constexpr brought back * [EGD-4318]: review changes - all BSP specific code moved to bsp files - added a device listener class for USB - simplified WorkerDesktop * [EGD-4318] more reivew fixes mostly include paths and enums * [EGD-4319] review fixes for SP2FET * [EGD-4318] updates for large messages sent from phone * [EGD-4318] more review fixes - error checks on linux (ptms open and ptsname) - removed all vfs - service-desktop won't start if worker init fails * [EGD-4318] updated return values for usbInit * Update module-services/service-desktop/WorkerDesktop.cpp Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> * Update module-services/service-desktop/endpoints/update/UpdateMuditaOS.hpp Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> * [EGD-4318] review fixes - removed #define - return values for usbInit * Update module-bsp/board/linux/usb_cdc/usb_cdc.cpp Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> * [EGD-4318] updated taglib * [EGD-4318] style fixes * Update module-bsp/board/linux/usb_cdc/usb_cdc.cpp Co-authored-by: Alek Rudnik <54846206+alekrudnik@users.noreply.github.com> * [EGD-4318] switches from freertos Timer class to sys::Timer * Update module-services/service-desktop/WorkerDesktop.cpp Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> * Update module-services/service-desktop/WorkerDesktop.cpp Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> * [EGD-4318] added mutex/lock during raw data transfers * [EGD-4318] if the TAR file is zero size or invalid mtar_close causes HF. This is a workaround * [EGD-4318] timer should not start on constructor * [EGD-4318] getRawMode is const noecept Co-authored-by: unknown <atom@prostate.local> Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com> Co-authored-by: Alek Rudnik <54846206+alekrudnik@users.noreply.github.com>
[EGD-4403][EGD-4412] MMI support (#1021) * cleaned up namespace and class naming in MMI framework * extended MMI framework to support call forwarding and password change MMIs * added support for requests that have different number of regex capture groups * added MMI framework tests
[EGD-4270] updated test API, added sending message case in test harness (#1042) [EGD-4270] build fix for GCC 10 Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4448] ssettings variable register fixed (#1045)
[EGD-4450] changelog 0.46.1 fix (#1046)
[EGD-4063] Handling PUK/PIN (#1014) [EGD-4063] Added handling of PIN/PUK codes for SIM card objects. SimCard class was added (supply pin and puk, change sim, get state, get sim lock infromation, get attempts counters) URCCpin via URC handler was added New message type to send data handled in URCCpin handler to ServiceCellular
[EGD-4221] Convert service-time to library