~aleteoryx/muditaos

e9d2aaf2 — Radoslaw Wicik 5 years ago
[EGD-5665] Switch CI to ninja

Ninja is faster - switching to ninja.
Sparse files support when building artefacts.
d818fc70 — Jakub Pyszczak 5 years ago
[EGD-5613] Fix pin lock window

Minor fixes in pin lock window caused by gcc10 asan leak detection.
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.
234a4272 — mkamonMdt 5 years ago
[EGD-5042] Fix options distances in SMS and Settings options

According to most recent design, options should be separated
with 8px.
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)
b661aa03 — Radoslaw Wicik 5 years ago
[EGD-4763] Update tests add missing corner cases

Some tests where not added during the initial setup,
and there where few more corner cases that need to fixed
like line wrapping by `catch2 -l` and need of escaping
some characters [],
[EGD-4990] Add UT for at+ccfc parser

It adds Unit tests for at+ccfc command parser.
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.
61f4ab3e — Piotr Tański 5 years ago
[EGD-5625] Optimize the binary size of the SML state machine

The debug firmware couldn't be built because of its size.
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.
ac4b1aac — Artur Śleszyński 5 years ago
[EGD-5638] Use ignore_paths in formatting script hook mode

When used as a pre-commit hook, the formatting script should ignore
paths and files the same way as in standalone mode.
e49512bf — mkamonMdt 5 years ago
[EGD-5619] Add unified implementation of active icons

This PR provides unified and reusable implementation of active
icons used in windows system-wide.
8bbb5777 — Artur Śleszyński 5 years ago
[EGD-4115] Implement FreeRTOS configASSERT macro

The configASSERT() macro was modified to use assert instead of
an infinite loop.
f609d672 — Przemyslaw Brudny 5 years ago
[EGD-5637] Add RichText returning unhandled nullptr

Added check for unhandled nullptr that causes crashes.
f08ad0a0 — Alek Rudnik 5 years ago
[EGD-5620] Increase configTOTAL_HEAP_SIZE for linux

configTOTAL_HEAP_SIZE was set too small for linux build
56b209e7 — Radoslaw Wicik 5 years ago
[EGD-4763] Add documentation on how to add unit tests

Short document about how to add, enable and disable unit test.
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.
bdec1127 — RobertPiet 5 years ago
[EGD-5317] Unittest for module-db fixed

Coding style fixed.
Next