~aleteoryx/muditaos

f0503057 — wojtekrzepecki 3 years ago
[MOS-109] Add current measurement scope

added current measurement transfer over logs to plot
it on PC side
35968022 — Lucjan Bryndza 3 years ago
[MOS-114] Frequency scalling skip 12MHz Level

Skip 12MHz freq level in the scaller
ebc8e76a — Lucjan Bryndza 3 years ago
[MOS-114] CPU frequency scalling improvements

Add minimal frequency ~4Mhz, more aggressive CPU freq
optimizations.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
60bdca52 — Alek Rudnik 3 years ago
[MOS-104] Fix calllog responsivness with large number of contacts

Determined 3 reasons of lag
1. each calllog app opening is sending db::query::calllog::SetAllRead
which marks all calllog database entries as read and send CRUD
notification to application and hence the list view is rebuilt at least
twice for each app opening.
After deeper investigation it seems like dead feature (at least not
covered in GUI) and I am going to disable it.

2. DBServiceAPI::MatchContactByPhoneNumber requested for empty string
(private number) take really long time (above 1s).

3. DBServiceAPI::MatchContactByPhoneNumber took about time 150-200ms

This patch fixes only issues 1. and 2. Number 3. requires further
investigation and is consider as separate issue.

After mentioned fixes calllog is pretty responsive but requires ~2s
for each app start or page change.
b1fa634e — Przemyslaw Brudny 3 years ago
[MOS-111] Battery status bar update restrictions

Battery status bar update restrictions.
7eddc891 — Marek Niepieklo 3 years ago
[CP-1072] Fix issues in harness test for DeviceInfo

Fixed regexp’s for gitVersion, serialNumer.
Fixed invalid escape sequence in regexp.
f87de8aa — GravisZro 4 years ago
[EGD-8258] Fix directory name in config scripts

For the bootscript.sh and run_runner_docker script to run, the
directory name for common_scripts_lib must be spelled correctly.
a4a00312 — Marek Niepieklo 3 years ago
[CP-1073] Stack overflow in utils::filesystem::generateRandomId

Allocating large objects on heap
Moved out generateRandomId() to utils namespace
0c916e49 — Alek Rudnik 4 years ago
[MOS-103] Fix broken texts in onboarding windows

Fix broken texts in onboarding windows.
81559df2 — Daniel Karski 4 years ago
[EGD-8162] Allow importing audio profile settings from json file

Update Audio/Profiles README.md
ea573ee7 — Bartosz Cichocki 4 years ago
[MOS-154] Update commit message check

Added new project to the check
7d5a08a4 — Marek Niepieklo 4 years ago
[CP-1005] Macflash tool to flash Pure on macOS

Added macflash.sh and macflash_setup.sh scripts
f5a12be5 — Lucjan Bryndza 4 years ago
[EGD-8254] Fix Default interval is set to None

Fix meditation timer default interval is set to none

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
3dda67b0 — wojtekrzepecki 4 years ago
[EGD-8256] Fix crash on quotes with empty database

fixed crash when quotes set is empty at first quotes
selection
c83f293a — Przemyslaw Brudny 4 years ago
[EGD-8218] PhoneLock timer fix on return from emergency

PhoneLock timer fix on return from emergency.
903a6c80 — Bartosz Cichocki 4 years ago
[EGD-8251] Add DrawCommand unit test

Added test for drawing the vector image
54743771 — Marek Niepieklo 4 years ago
[CP-1048] Database instance mix-up in predefinedQuotesDB backup code

Used proper instance of quotes DB to backup.
a35242ce — wojtekrzepecki 4 years ago
[EGD-8247][EGD-8249][EGD-8250] Fix of Quotes UI minor bugs

fix for invalid window transitions, list update and quote
display on wallpaper
4013416c — Pawel Olejniczak 4 years ago
[EGD-7359] Remove 0 connection frequency for message only mode

When Offline/Message only mode is set, Pure should log into
the network to send and download messages based on
connection frequency. The default option was set to 0, which
meant that message only mode was not working at all.
c97d37e7 — wojtekrzepecki 4 years ago
[EGD-8246] Fix of quotes unit tests

simple fix for randomly failing unittests
Next