~aleteoryx/muditaos

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>
253ff868 — Hubert Chrzaniuk 5 years ago
[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
50f28e8f — Bartosz Cichocki 5 years ago
[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>
5a8ae758 — RobertPiet 5 years ago
[EGD-4448] ssettings variable register fixed (#1045)

d45eeca9 — Szymon Mroczek 5 years ago
[EGD-4450] changelog 0.46.1 fix (#1046)

adb6a640 — breichel 5 years ago
[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
7f2b7b45 — Radoslaw Wicik 5 years ago
[EGD-4221] Convert service-time to library
70126e07 — jimmorrisson 5 years ago
[EGD-4439] New filesystem handling - module audio. (#1037)

[EGD-4439] Taglib revision update
0a0366bb — Piotr Tanski 5 years ago
[EGD-4267] Don't clean application windows if the application switch is not yet confirmed. (#1040)

47740cab — Lucjan Bryndza 5 years ago
[EGD-4440] Redirect syscalls to underlay linux fs. (#1043)

Currently if file doens't exists on image the error is reported
but some subsystems need access to the underlaying linux fs.

In the feature release add strict checking for allowed paths
now it redirect syscall with warning.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
4ee0fee7 — Tomek Sobkowiak 5 years ago
[EDG-4348] Load script to init calllog database (#1016)

add5ef8b — Tomek Sobkowiak 5 years ago
[EDG-4351] Load script to init notifications database (#1030)

92965078 — Tomek Sobkowiak 5 years ago
[EDG-4350] Load script to init notes database (#1023)

Next