~aleteoryx/muditaos

ref: 3780b4844c170a0e8f5f3b1fa615f0732009bbd8 muditaos/module-services/service-desktop/tests/unittest.cpp -rw-r--r-- 10.9 KiB
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
6ce0dc4d — jimmorrisson 5 years ago
[EGD-4751] Change: new filesystem handling implementation in module services. (#1151)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module services. It also contains minor fixes in module-services.
47c817cf — Radoslaw Wicik 5 years ago
[EGD-4218] Convert service-desktop to library
707b31ac — Lucjan Bryndza 5 years ago
[EGD-4264] directory reordering (#1001)

* [EGD-4264] VFS directory reordering

Currently VFS uses flat directory structure
for disc manager I need more sofisticated directory layout

* [EGD-4264] Remove redundant -Wno

* [EGD-4261] New purefs API

* [EGD-4264] Unittest fixes

* [EGD-4264] Directory relativity

* [EGD-4264] Relative path fixes

* [EGD-4264] Fix RT1051 compile errors

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
57c7672f — Piotr Tanski 5 years ago
[EGD-4366] Global data cleanup. (#999)

d5de12f7 — Radosław Wicik 5 years ago
[EGD-3852] clean include in service (#928)

21fe3f4f — Roman Kubiak 5 years ago
[EGD-4160] renamed PureOS -> MUDITAOS (#901)

bf260952 — Lucjan Bryndza 5 years ago
[EGD-4075] Use FATFS in the Linux builds (#843)

* [EGD-4075] Use FAT fs in the emulator

Add script for genrate base phone image

* [EGD-4075] Use FreeRTOS-FAT in emulator initial commit

* [EGD-4075] Thread local storage fix

Fixing thread local storage when running on the
Linux platform in the test mode

* [EGD-4075] Improve image generation

Improve image generation script on the linux platform

* [EGD-4075] Fix all test with FAT fs image

Fix all tests with fatfs image

* [EGD-4075] Fix calculator utility test

* [EGD-4075] Image dependencies fix

* Remove uneeded comments

* Missing headers in CR

* [EGD-4075] Fixed whitespaces

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
ceb7d6a3 — Roman Kubiak 5 years ago
[EGD-3506]: unittest fixes
b7eb4365 — Przemyslaw Brudny 5 years ago
[EGD-3799] Messages queries cleanups.
4c30d444 — Marcin Smoczyński 5 years ago
[EGD-3797] change default country to unknown

Can't assume that user is in Poland if number origin is unknown.

Fix related unit tests.
41582135 — Bartek Cichocki 5 years ago
[EGD-3593] fixed unhandled factory-reset endpoint

added update file check in update endpoint
added missing getByThreadID message query
3fc69d07 — Bartek Cichocki 5 years ago
[EGD-3553] added functional tests for service-desktop

UT & PR fixes
9095333b — Bartek Cichocki 5 years ago
[EGD-3502] PR fixes
9ce0ece6 — Bartek Cichocki 5 years ago
[EGD-3502] reworked endpoints
56f819c9 — Bartek Cichocki 5 years ago
[EGD-3522] added missing queries

[EGD-3522] added ContactUpdate query

[EGD-3522] added ContactRemove query

[EGD-3502] fixed UT

[EGD-3522] added SMSTemplateGet query

[EGD-3522] added SMSGetCount query

[EGD-3522] added SMSGet query

[EGD-3522] added SMSTemplateGetCount query

[EGD-3522] added SMSTemplateGetCount query

[EGD-3522] added SMSTemplateAdd query

[EGD-3522] added SMSRemove query

[EGD-3522] added SMSTemplateRemove query
91e29f1c — Bartek Cichocki 5 years ago
[EGD-3486] Implementation of SMS handling in service-desktop

added message removal method

added message marking as read/unread

added message thread to_json() method, fixed unit test

added template processing except search

added SMS gathering by contactID

added getByText sms query

added template search query
e0afad5f — Roman Kubiak 5 years ago
removed root dir test, this is only applicable to rt1051
06b3a54b — Bartek Cichocki 5 years ago
[EGD-3489] Fixed damaged json and length hardfault, added tests
Next