~aleteoryx/muditaos

2f3e24c7 — Lucjan Bryndza 4 years ago
[EGD-6835] Add inotify mechanism in the VFS

Add file monitoring event mechanism to the
VFS subsystem. Now it will be possible to
monitoring file changes in the reistered
path

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
6851c04e — Maciej Janicki 4 years ago
[EGD-5976] Add tethering cellular disabling

This commit adds disabling of URC messages during
tethering mode. It also adds call and sms logging after
tethering is disabled.
dfa1d516 — Artur Śleszyński 4 years ago
[EGD-6715] Add module utils CMakeLists.txt ownership

This file is owned by chapter BSP.
70e9ef0d — Pawel Olejniczak 4 years ago
[CP-77] Replace receivedAt and sentAt fields with createdAt

sentAt json field was never updated and was not used.
Cleaned up DB and DB interface from unused date_send.
f7417038 — Pawel Olejniczak 4 years ago
[CP-79] Update messages API tests

Check if all required fields in resposne
json are present. Also check if they
have a proper type.
ba0e0345 — Bartosz Cichocki 4 years ago
[EGD-6868] Restore magnetometer polling mode

To be able to properly operate with the slider under every
circumstance the polling mode has to be restored. It's related
to the bug in the magnetometer chip, which is not described in the
datasheet.
This reverts commit 744eef1d9b39cdf2cdbc35f57d6182f5e7942c2f with
few small fixes
abcc8d77 — Radoslaw Wicik 4 years ago
[EGD-6871] Single thread for build job on jenkins

Test for faster queue in Jenkins.
8d511a47 — Borys Jelenski 4 years ago
[EGD-6704] Fix incorrectly displayed time in "Date and time" window

Time was incorrectly displayed when opening the "Change date and time"
window due to invalid string conversion. Fixed by using different
string converting function which does not use printf underneath.
ce0cb23a — Michał Kamoń 4 years ago
[EGD-6794] Fix display light settings

This commit provides the flowing fixes in display light functionality:
 - Settings-path bug causing lack of display light settings on "fresh"
 image. Solved with proper paths definition
 - Invalid settings after phone restart. Solved with proper handling
 of enums and booleans on the Event manager side.
 - No turning off light just after turning on light functionality with
 manual brightness setting in ApplicationSettings bug (required
 another key press to start timer that turns off the light after 5s).
 Solved by starting timer explicitly on Action::turnOn
 - No turning off light just after turning on the phone bug (required
 --as above --). Solved by starting timer explicitly on `Settings
 ValueChange` callback with Action::turnOn.
 - No autoMode until user entered `AppSettings::DisplayLight` Window.
 Bug caused by curve parameters being provided by the window rather
 than on the functionality back-end initialization.

 Commit also provides some code cleanup
40530e39 — Lukasz Skrzypczak 4 years ago
[BH-399] Cleaning

Cleaned to match newest master
145178ae — Przemyslaw Brudny 4 years ago
[EGD-6791] Added PhoneUnlock on external MuditaCenter message

Added PhoneUnlock on external MuditaCenter message.
ef3f840a — Marcin Smoczyński 4 years ago
[EGD-6049] Add voice call over HSP

Add support for voice calls over HSP.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
fbb820c2 — Artur Śleszyński 4 years ago
[BH-357] Move protobuf to third-party dir

* Use the CMakeLists.txt from lib authors.
* Disable building libprotobuf in the all target.
* Disable warnings in the libprotobuf-lite target.
e6e9a79f — DariuszSabala 4 years ago
[BH-397] Move TPLIB parallel-hashmap

Changed submodule directory and changed way its linked,
in order to use target_link_libraries checkouted phmap
dependency to the newest revision which includes small
cmake fixes (see 031d214f2ce1973933abdf2a998d986ff8094d8e),
updated paths in PureCoverage script and Doxyfile
b9694428 — Pawel.Paprocki 4 years ago
[BH-365] Move TPLIB (tinyexpr) to separate directory

Move library, amend CMAKE files
6fe90d4b — DariuszSabala 4 years ago
[BH-461] Move TPLIB minimp3 to separate dir

Moved minimp3 to third-party directory,
added our CMakeLists.txt with interface
library defined and upgraded include paths
3a6e6b21 — Borys Jelenski 4 years ago
[EGD-6843] Fix invalid assert in FSL SNVS driver

Fix an invalid assert after the driver was modified in EGD-6605.
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
c1bb6c1b — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Expose new Message types system-wide

Allow all modules to access Request/Notification Message send templates.
2d44f964 — Marek Niepieklo 4 years ago
[CP-120] Fixed USB comm. when Pure reconnected unlocked

USB comm. was secured when Pure was reconnected to PC while unlocked
Next