~aleteoryx/muditaos

20fe1b88 — RobertPiet 4 years ago
[EGD-5934] Adjust add/edit quote to the design

Changed order of fields Author/Note, counter only for Note.
9534a84e — SP2FET 4 years ago
[EGD-6022] Fix tests used in CI process

Fixed some tests used in CI
ad136fbb — Adam Dobrowolski 4 years ago
[EGD-6078] Limited logs from Settings and Service messages

* Right now there is too much spam. These logs can be enabled with
  build flag
* Fixed clang-tidy warnings on Settings
82fe792e — Pawel.Paprocki 4 years ago
[EGD-6030] Fix Analise and optimize stack for service-desktop-worker

Reduce stack size to 1k
05d26bd1 — Adam Dobrowolski 4 years ago
[EGD-6027] Moved test harness to separate repository

Common code for QAE and development moved to separate repository to
achieve more granular controll and more fluent flow
354b47aa — Tomasz Sobkowiak 4 years ago
[EGD-6004] Change application messages stack size to 6kB

Tests done for over 100 threads and 1000 messages in overall
Stack size during tests didn't go over 5kb
63f235d2 — Borys Jelenski 4 years ago
[EGD-6007] Fix stack usage of SystemWatchdog task

Also, task name changed to follow the convention
d05de195 — Adam Dobrowolski 4 years ago
[EGD-5872] Mudita tools repository update

gdb tools: pure command have documentation
32b036a2 — Borys Jelenski 4 years ago
[EGD-5997] Fix stack size of WorkerEvent

Adjusted stack size to match actual usage
1b6e1a10 — Pawel Olejniczak 4 years ago
[EGD-6024] Fix refreshing bt devices list after disconnect

After pushing Disconnect button, list was not refreshing
in a proper way, a disconnect button was nat changed to connect.
bd92e375 — Marcin Smoczyński 4 years ago
[EGD-6065] Increase system heap size

Increase system heap size by 64 kB to fight with heap shortage.
f37159ff — Piotr Tański 4 years ago
[EGD-5918] The system should crash on init failure

ServiceDB init process times out. Its timeout should be extended.
0b9bca2a — Alek Rudnik 4 years ago
[EGD-6014] Fix top bar includes

This is only clean up of includes, no functional changes
f5909610 — Lucjan Bryndza 4 years ago
[EGD-6037] Fix stack overflow in the EventManager

Fix stack overflow in the event manager
6e2a2f36 — Artur Śleszyński 4 years ago
[EGD-5638] Use ignore_paths in license checker hook mode

License checker script should check against all excluded files,
not just directories.

Fix find command used to list file types present in the repo.
63ed68ac — Roman Kubiak 4 years ago
[EGD-5970] Fix update unit tests

Unit test fixes for update process
ed290b36 — Pawel.Paprocki 4 years ago
[EGD-6016] Fix Analise and optimize stack usage for service-desktop

Reduce stack size for service-desktop to 4kB
Optymize stack memory footprint for CalllogHelper::to_json
Optymize stack memory footprint for DeviceInfoEndpoint::getDeviceInfo
77faaaec — Pawel Olejniczak 4 years ago
[EGD-6024] Return to All Devices window after attempt to retry action

Execution of retry pairing/unpairing/connecting took too long
to wait for it on retry popup. Fixed minor bugs.
def5dbcf — Mateusz Grzegorzek 4 years ago
[EGD-5908] Fix bug in Logger + add log unit test

Because `vsnprintf` return value means:
"
The number of characters that would have been
written if n had been sufficiently large,
not counting the terminating null character.
If an encoding error occurs, a negative number is returned.
"

`Logger` crashed when log msg was longer than LOGGER_BUFFER_SIZE.
Checking `vsnprintf` return value solves this issue.
25584f2b — Kuba Kleczkowski 4 years ago
[EGD-5641] Fix cellular on linux

It fixes build for Linux with GSM enabled.
Next