[MOS-492] Enable overriding audio profiles via harness Profile modification is possible via python script
[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.
[MOS-512] Fix build with gcc12 As in topic
[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.
[CP-1135] Extend messages API by deleteThread method Allow to delete single message thread specified by id using messages endpoint API.
[CP-1232] Extend messages EP API with getThreadByID method Add API for getting single thread by its ID.
[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.
[MOS-288] Add community build Add community build Add targets for community fonts
[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
[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>
[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
[MOS-281] Base documentation update Now our basic documentation should be clearer and more self explanatory
[MOS-296] Merge new master commits into merge-stable-wip Merge new master commits
[MOS-296] Merge remote-tracking branch 'origin/stable' Merge stable Harmony branch into merge wip branch
[MOS-273] Update Harness to detect Mudita Bell devices Added detection of Mudita Harmony
[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
[CP-1037] Add test for Outbox EP API Needed to verify if the Outbox endpoint API works correctly
[CP-1072] Fix issues in harness test for DeviceInfo Fixed regexp’s for gitVersion, serialNumer. Fixed invalid escape sequence in regexp.
[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.
[BH-1389] Catch2 unit tests optimization Removed redundant recompilation of catch2 main resulted in over 20% speed up of unit tests compilation.