changelog: update changelog for v0.48.1 (#1063)
[EGD-4155] Created a code example of possible implementation of generic data pack for actions. (#957)
[EGD-4373] Fix for the unexpected call to onClose() method. (#1048)
[EGD-4371] Fixed saving a draft message for a phone number (#1041)
[EGD-4399] no response fix (#1061)
[EGD-4400] added contact ID sending after contact adding
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[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>