~aleteoryx/muditaos

ref: 5b044715c2b37b3492d1bd2b02d5493d061ca72d muditaos/module-services d---------
2268e01d — Pawel Olejniczak 4 years ago
[CP-599] Add crc hash to the last chunk of sent file

CRC was counted in one go before starting to send
chunks of the file, which, in the case of a large file,
caused communication to stop for a long while.
In the current implementation, CRC is counted
incrementally while sending individual file chunks.
It is then appended to the last chunk of the file.
14901580 — Alek Rudnik 4 years ago
[EGD-7725] Tune up file system io access

Increasd io stream buffers:
- 64kB for big files with short lifetime scope
- 16kB for big files with long lifetime scope
- 1kB - dont changes default forr the rest
[EGD-7457] Fix Service antenna based on urc

Not needed AT commands request removed from service antenna.
6679e506 — Alek Rudnik 4 years ago
[EGD-7587] Change stream buffer size for fs endpoint

Increases stream buffer size, to make sure it is working faster
on ext4 partition.
fadb6b33 — Alek Rudnik 4 years ago
[EGD-7760] Fix building for GCC11

There was missing header
289316b3 — Przemyslaw Brudny 4 years ago
[EGD-7730] Alarm audio calls fixes

Added system sound setting. Refactored Alarm sound settings.
Fixed linux audio device initial volume level. Fixed Alarm
vibrations.
[EGD-7614] Add Enable Rndis mode

Adds enabling Rndis mode in modem, so tethering is possible
on Linux, Mac and Windows.
fb279f17 — Mateusz Piesta 4 years ago
[BH-843] Reset procedure

Added reset procedure.
Refactored linux KeyInput.
Added support for multipress.
682fb74e — Bartosz Cichocki 4 years ago
[EGD-7086] Add BT profile connection info

Added info about connected profile to the devices list
c1c392c3 — Bartosz Cichocki 4 years ago
[EGD-7743] Fix crash on BT device name save

Due to enabled EHCILL the shutdown procedure takes longer time
than before, so restarting by turning off and on without a delay
caused crash in the BT stack. Added delay between shutdown and
power on to let the stack turn off completely
f8adbf2b — Piotr Tański 4 years ago
[EGD-7474] Contacts management fixes

Fixed managing contacts on the application side.
9820a00c — Piotr Tański 4 years ago
[EGD-7474] Contacts management fixes

Fixed managing contacts on the DB side.
d3168993 — Wojtek Rzepecki 4 years ago
[EGD-7739] Fix recurrent alarms

Alarms fixes for recurrence rules application
0fe82406 — Paweł Joński 4 years ago
[BH-611] Add Snooze chime

Add snooze chime to Bell product
Add chime mp3
3b84af27 — Przemyslaw Brudny 4 years ago
[EGD-7631] PhoneLock timer system time independence refactor

Refactored PhoneLock to be independent of system time.
Refactored refresh options for notification receive on
Windows.
8256c5bb — Wojtek Rzepecki 4 years ago
[EGD-7568] Add show active snooze

Added option to view active snooze
from the level of notifications list
ef46a487 — Lukasz Skrzypczak 4 years ago
[BH-753] Working frontlight ON OFF

Working
22a02078 — Marek Niepieklo 4 years ago
[CP-162] Implement Logs directory

Added listing of log/crash dump files
Reorg'ed log/crash dump files locations
Added harness api/device_info
Updated test and tool scripts
7e26f5e0 — Przemyslaw Brudny 4 years ago
[EGD-7670] Alarm toggle off all alarms

Added toggle all alarms handling with tests.
1f9109b9 — Marcin Smoczyński 4 years ago
[BH-819] Fix illegal dependencies in bsp

Break circular dependencies in the BSP module. Fix some missing
dependencies which surfaced after fixing BSP.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Next