~aleteoryx/muditaos

ref: 873e3616208b4a7eb9da30b07282c9f1aeff2aa5 muditaos/test d---------
c424b672 — Mateusz Piesta 3 years ago
[BH-1515] Revert bedtime changes

Due to many regressions these changes
introduced, we decided to revert them.

The old PR will be used as a foundation for
another fix attempt(probably including major
refactor of the alarm operations module).
65f30a0d — Pawel Olejniczak 3 years ago
[CP-1448] Add storage info to device info endpoint

DeviceInfo endpont now contains information such as:
deviceSpaceTotal - total storage space on the device
systemReservedSpace - storage space on the device
reserved for the OS
usedUserSpace - storage space on the device used
for user files on the user partition
969bb5bf — Pawel Olejniczak 3 years ago
[CP-1453] Update test script for file system endpoint

Add test for listing files and their size in a specified path.
3043c063 — Onufry Pajaczek 3 years ago
[BH-1515] Bedtime reminder notification issue

AbstractAlarmAction execute method takes Record as paremeter to pass it
to action
Bedtime abstraction extended to keep own EvetContainer and hadle needed
actions(push,clear ... and so on)

Fixed an issue where cpp file was added by #include directive
New fuction added to test/CMakeLists.txt to
add manually prepared target to test siute
googletest-service-time-alarm-operations source moved to library and
than linked in to googletest-service-time-bell-alarm-operations
f56b631e — Pawel Olejniczak 3 years ago
[CP-563] Return correct threadID after adding new message

After adding new message via Messages EP API,
threadID field was always 0, which was incorrect.
e72ca955 — Pawel Olejniczak 3 years ago
[CP-1116] Add API to create and update draft message

This change allows to create and update draft SMS
with use of service-desktop API.
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
Next