~aleteoryx/muditaos

351b287f — Marcin Smoczyński 5 years ago
changelog: update changelog for v0.48.1 (#1063)

d9d4d76e — Bartosz Cichocki 5 years ago
[EGD-4395] added call test case and screen unlock fix (#1060)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
749263ba — Piotr Tanski 5 years ago
[EGD-4155] Created a code example of possible implementation of generic data pack for actions. (#957)

506f5615 — Piotr Tanski 5 years ago
[EGD-4373] Fix for the unexpected call to onClose() method. (#1048)

87254a76 — Piotr Tanski 5 years ago
[EGD-4371] Fixed saving a draft message for a phone number (#1041)

39fc3790 — Bartosz Cichocki 5 years ago
[EGD-4399] no response fix (#1061)

[EGD-4400] added contact ID sending after contact adding

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

452135b3 — Piotr Tanski 5 years ago
[EGD-4373] Fix for changing the content of option window. (#1054)

dbde0666 — Piotr Tanski 5 years ago
[EGD-3289] Changed fonts of message snippet and its prefix. (#1058)

06f6f9e0 — Michał Kamoń 5 years ago
[EGD-4475] ScreenlockCheckEvent handler bug fix (#1062)

ee8a5e4a — Tomek Sobkowiak 5 years ago
[EDG-4346] Load script to init contacts database (#1013)

a69fb530 — breichel 5 years ago
[EGD-4470]Fix no send init message on ready (#1059)

Fix: no send init message on sim ready
cb593f45 — Michał Kamoń 5 years ago
[EGD-4367] sim passcodes flow implementation (#1033)

26c03212 — Hubert Chrzaniuk 5 years ago
[EGD-4413] New MMI codes support (#1051)

 * added support for CLIP, CLIR, COLP and call waiting
 * fixed service groups according to GSM technical data
65a8cc18 — Marcin Smoczyński 5 years ago
changelog: update changelog for v0.47.1 (#1056)

Some minor grammar changes to the previous release added in the process.
5d3ee6b2 — RobertPiet 5 years ago
[EGD-4383] Settings moved from namespace Settings to namespace settings (#1007)

* [EGD-4383] Settings moved from namespace Settings to namespace settings
5711ab7f — Roman Kubiak 5 years ago
[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
6bd2c091 — Roman Kubiak 5 years ago
[EGD-4318] updated test harness defs for service desktop release (#1055)

782980b2 — PrzeBrudny 5 years ago
[EGD-4372] Text addition boundaries added with tests. Removed old bounds checking. Text blocks on newlines split issue fixed. Text widgets cleanups. (#1020)

b4814861 — Roman Kubiak 5 years ago
[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>
Next