~aleteoryx/muditaos

ref: 9ba4d8cea949692768b4cbb0042fad7999362faa muditaos/test d---------
c7b1fde9 — Bartosz Cichocki 3 years ago
[MOS-492] Enable overriding audio profiles via harness

Profile modification is possible via python script
291b6952 — Pawel Olejniczak 3 years ago
[CP-1334] Return templateID after adding new one

No information about newly added message template
was returned. Now temaplateID helps to identify
newly added record.
2b1ae19d — Adam Dobrowolski 3 years ago
[MOS-512] Fix build with gcc12

As in topic
ebc97dc3 — Pawel Olejniczak 3 years ago
[CP-1310] Add timeLeftToNextAttempt field to security EP

The time of the next attempt to unlock the phone on
the MC side was bonded with the system time of
the MC host system. This could lead to issues when
the time on Pure was different than on MC host
operating system. Now everything relies on Pure
system time.
b232c977 — Pawel Olejniczak 3 years ago
[CP-1135] Extend messages API by deleteThread method

Allow to delete single message thread specified by id
using messages endpoint API.
e693cffe — Pawel Olejniczak 3 years ago
[CP-1232] Extend messages EP API with getThreadByID method

Add API for getting single thread by its ID.
c41f0d98 — GravisZro 3 years ago
[MOS-377] Update community assets version for unit tests

This updates version number for the MuditaOSPublicAssets from
version 0.0.4 to version 0.0.7 in the CMake file for unit testing.
e833690c — Paweł Joński 3 years ago
[MOS-288] Add community build

Add community build
Add targets for community fonts
841ba62b — Marek Niepieklo 3 years ago
[CP-1103] Harmony device log is not sent to support

Isolated common Device Info EP
Added returning of diagnostic data info to Harmony DeviceInfo EP
Updated get_os_log.py tool
053f2706 — Adam Dobrowolski 3 years ago
[MOS-282] Librarisation of services and test service

* options work a bit better ,now services and apps are
  selectable by option in cmake
* test service example added
* major documentation for module-services
* documentation for project configs and logs

Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
43cd9605 — Adam Dobrowolski 3 years ago
[MOS-278] Fixed frequency hold algorithm behaviour

fixed hold frequency algorithm behaviour
added basic tests for frequecy changing
updated catch for newer gcc
tests added
51c21bc3 — Adam Dobrowolski 3 years ago
[MOS-281] Base documentation update

Now our basic documentation should be clearer and more self
explanatory
5dc42c2b — Maciej Janicki 3 years ago
[MOS-296] Merge new master commits into merge-stable-wip

Merge new master commits
2b2bb13a — Maciej Janicki 3 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
fda43afc — Marek Niepieklo 3 years ago
[MOS-273] Update Harness to detect Mudita Bell devices

Added detection of Mudita Harmony
e34c5b69 — Marek Niepieklo 3 years ago
[CP-1021] Add token field to Device Info API

Generating a device unique id
Returning device token generated from device unique id in DeviceInfo
Added test for device token in test_devic_info.py
98db8f1d — Pawel Olejniczak 3 years ago
[CP-1037] Add test for Outbox EP API

Needed to verify if the Outbox endpoint API works correctly
7eddc891 — Marek Niepieklo 3 years ago
[CP-1072] Fix issues in harness test for DeviceInfo

Fixed regexp’s for gitVersion, serialNumer.
Fixed invalid escape sequence in regexp.
6566ad7a — Pawel Olejniczak 4 years ago
[CP-1007] Add API for rebooting to USB MSC mode

It will allow to reboot the device to USB MSC mode
without need to interact with a physical keyboard.
c1391090 — Mateusz Piesta 4 years ago
[BH-1389] Catch2 unit tests optimization

Removed redundant recompilation of catch2 main
resulted in over 20% speed up of unit tests compilation.
Next