~aleteoryx/muditaos

ref: 28d811bd0d67961c8ba69aa14b21d0d708646cf3 muditaos/module-services d---------
f7a742d4 — breichel 5 years ago
[EGD-4386] Add VoLTE on/off functionality

Modem setup so that VoLTE connection is possible,
as long as there is LTE coverage
and the operator allows it.
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
e1400aee — Radoslaw Wicik 5 years ago
[EGD-5685] Add version field in DeviceInfo EP

Adding field required by Mudita Center in DeviceInfo Endpoint.
Updated harnes test.
ec56afc9 — Maciej-Mudita 5 years ago
[EGD-5381] Add Low Power Drivers

Peripherals clock synchronization dependent on PLL2
[EGD-5594] Fix sending multiple cmux frames

Sending multiple cmux frames was broken. Sending at command
longer than 127 bytes caused the modem to freeze.
30f94708 — mkamonMdt 5 years ago
[EGD-5615] Fix message not sent warning

Because of to short operation timeout, messages was
marked as not sent despite being received properly.
fbc28f4c — Tomasz Langowski 5 years ago
[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)

[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)
ab28f102 — Marek Niepieklo 5 years ago
[EGD-5664] Fix excessive logging in USB-CDC

Remove excessive logging in USB-CDC, which slows down transfer
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
8204cba1 — Wojtek Rzepecki 5 years ago
[EGD-5575] Add battery file test

Battery file existence test for
harness test suit. Minor changes to
file saving applied.
e38b71b9 — Pawel Paprocki 5 years ago
[EGD-5592] Fix [Messages EP] PhoneNumber field is not set

Remove phoneNumber from PurePhone FW and Message EP documentation.
MC must associate the ContactID field with the contact number basing on
ContactEP interface.
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
cd101266 — RobertPiet 5 years ago
[EGD-5118] Settings api tests dependencies updated

Temporary test for ASAN error.
Stub Database introduced to cut the connection SettingsAgent to
sqlite for UT.
Settings ut moved to other directory - new target.
File_indexer UT fixed.
Alarms, Notes and Query UT missing initialization of vfs.
89237cb5 — Jakub Pyszczak 5 years ago
[EGD-5119] Fix UT service desktop

Minor code changes to get service desktop unit test working.
49548152 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests

First attempt, move vfs to be init in tests
f37cbe21 — Hubert Chrzaniuk 5 years ago
[EGD-5045] Change call flow handling for lock screen

Call requests on lock screen have to be handled
separately to allow only emergency and ICE numbers.
bb59805a — Maciej Janicki 5 years ago
[EGD-4822] Add color test window to settings app

Add new window to allow convenient display and globally
change used color intensities  for design and testing purposes.
Changes were introduced to Renderer as well as GUI service
to allow global change of used color scheme.
When using list, screen is deep refreshed each
time the color is changed.
Known issues:
Item focus borders (top,bottom) with changed black intensity
may not render properly, however it doesn't obscure the
target functionality.
7eebea86 — Marek Niepieklo 5 years ago
[EGD-5377] Add USB charger detection

Added USB stack support for detecting connected charger
Added i.MX RT 1051 HW configuration
Added notification to EventManager for detected charger
3623a84d — Pawel Paprocki 5 years ago
[EGD-5517] Add MMI custom response window

Add MMI custom response windows for:
Call barring
Call waiting
CLIP
CLIR
IMEI
1db3f192 — Piotr Tański 5 years ago
[EGD-5472] Bluetooth worker state machine

State machine POC implemented using SML library.
Next