~aleteoryx/muditaos

43623151 — Radoslaw Wicik 4 years ago
[EGD-5689] Add clang tidy to jenkins

Bring up clang tidy to Jenkins workers.
603d1f0e — Radoslaw Wicik 4 years ago
[EGD-5689] Add clang tidy to jenkins

Bring up clang tidy to Jenkins workers.
c58c8568 — Pawel Olejniczak 4 years ago
[CP-143] Set 204 code for responses with empty body

Body field was always added to response json, even if
it was containing only null. Now empty body is
not attached to response json, and status code
for such message is set to 204. Additionaly some
minor cleanup in service desktop was done.
f8c39b30 — Pawel Olejniczak 4 years ago
[CP-142] Update tests with 204 response code

Uptdate python test scripts with 204 (NoContent) code
for responsens with empty body.
266c2085 — Wojtek Rzepecki 4 years ago
[EGD-6790] Fix cellular sleep mode

Fix of cmux communication in order to
prevent polling thus provide sufficient
time of inactivity to get into sleep mode
34a0d610 — Mateusz Grzegorzek 4 years ago
[BH-393] Create separate math lib

Create separate math lib from Math.hpp file.
9dc5ba91 — Marek Niepieklo 4 years ago
[CP-187] Fix stack overflow on passcode decoding

When passcode is passed as json string, each of digits needs to be
parsed as separate character with std::atoi. Replaced the string
with json array of integers to simplify decoding and avoid SO.
4a87df1b — Michał Kamoń 4 years ago
[EGD-6917] Screen light in automode does not turnoff itself

The bug was introduced by EGD-6794. The bug is caused by wrong mode
selection in `ScreenLightTimer`'s definition. The current design
defines auto-turn-off only for automatic mode (EGD-6655).
1a2e12af — Radoslaw Wicik 4 years ago
[BH-373] Convert utils json into a lib

Moving json to a third-party standalone library.
943fef96 — Radoslaw Wicik 4 years ago
[BH-353] Add Documentation for main targets

* clean up mimimu required cmake version
* fixes for release workflow

Add documentation for targets, fixes for cmake
and release workflow.
50cd42b5 — Tomasz Sobkowiak 4 years ago
[EGD-6544] Switch for VoLTE

Turn off/on VoLTE during compilation
f96a1be4 — Paweł Joński 4 years ago
[BH-367] Convert UCS2 to library

Convert UCS2 to library,
move tests from module-utils/test to UCS2 folder
5344c5cf — DariuszSabala 4 years ago
[BH-376] Time module unit test decoupled

Decoupled time module unit test from module-db
c611e3c0 — DariuszSabala 4 years ago
[BH-376] Utils time turned to separate library

Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
09761da1 — DariuszSabala 4 years ago
[BH-369] Fixed UTF8 unit test CI run

Fixed name of UTF8 unit test to make it run on CI
7350872b — Wojtek Rzepecki 4 years ago
[EGD-6884] Fix autolock in sms template

Fix of autolock behavior on sms template
window while declining call
95d96b82 — Pawel.Paprocki 4 years ago
[BH-370] Convert utils common_data into a libs

Create clipboard and eventsore libs
de5b923e — DariuszSabala 4 years ago
[BH-369] Turned UTF8 into separate library

Moved utf8 files, formed separate library, fixed include paths,
added utf8 library as dependency to every other target that
uses it, clang-formated utf8 files, cleaned up tests cmake script,
moved utf8 unit test
9e4fada8 — Lukasz Skrzypczak 4 years ago
[BH-368] Added missing CMAkeLists

Added missing file
b4dbbe15 — Lukasz Skrzypczak 4 years ago
[BH-368] Moved board to library

New PR for the same task. Old one made too big mess after rebase
Next