~aleteoryx/muditaos

ref: 390a22363720b53e7182c05cd4109b1f4cc1ab3c muditaos/module-services d---------
12aff015 — Bartosz Cichocki 4 years ago
[EGD-7874] Fix no disconnect after unpair

When user tried to unpair connected device, the device was not
disconnecting. Now it's fixed
264b84f5 — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'
88e4ccf2 — Mateusz Piesta 4 years ago
[BH-1191] Alarm operations priorities

Implemented a very basic alarm operations priority.

[BH-1204] Fixed time format being incorrectly displayed
in background sounds app.
[EGD-7909] Fixed phone mode switching

Service cellular is holding minimum cpu frequency during
phone mode switch.
83065919 — Paweł Joński 4 years ago
[BH-1030] Frontlight ramp

Frontlight ramp
1b2dbc81 — Jakub Pyszczak 4 years ago
[EGD-7931] Fixed bt pairing

Fixed bluetooth pairing for devices with long names.
9daf2a9d — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'
148b40f3 — Wojtek Rzepecki 4 years ago
[BH-1198] Fix critical battery level behavior

Fix of critcal battery behavior for Bell
7cc45250 — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	products/BellHybrid/apps/application-bell-settings/models/TimeUnitsModel.cpp
65d67e26 — Alek Rudnik 4 years ago
[EGD-7948] Extend log dumping

Log are now dumped:
* on system shutdown including hard faults and aborts
* every 5 minutes

Fixed some logs
b5749912 — Marek Niepieklo 4 years ago
[CP-825] Interrupted transfer to FS endpoint may corrupt the filesystem

Using std::fstream for file I/O at every file access in FileContext.
Reworked file opening/closing to happen on each file chunk
read/write, so that a file isn’t left open in case of an error
or transfer cancelation.
Separeted RxID and TxID for reliable cancelation of stalled xfers.
08cc7e06 — Marek Niepieklo 4 years ago
[EGD-7400] Device won't reconnect to MC when unplugged

In case of disconnection from MC during reception of large messages
(e.g. to FS endpoint), the parser may be left in a state expecting
further parts of the message. This causes incorrect handling of new
messages arriving after reconnection to MC.
Added a timer to reset a Parser when transfer times out.
90117445 — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	tools/download_asset2.py
1a66e73b — Wojtek Rzepecki 4 years ago
[BH-1167] USB async receive

Polling routine replaced with event driven
implementation for USB receive
cd700b7c — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'
fafd4d0a — Marek Niepieklo 4 years ago
[CP-815] Incorrect handling of versions during restore

Fixed comparison of OS and backup file versions
831184c8 — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'
e40851ae — Pawel Olejniczak 4 years ago
[EGD-7851] Clean Service Desktop initialization flag

Service Desktop initialization flag was never cleaned,
which caused double deinitialization of Service Desktop.
6c7223df — Przemyslaw Brudny 4 years ago
Merge remote-tracking branch 'origin/stable'
[EGD-7882] Fixed operator name request

Operator name request is sended only when modem is connected to
the network now. It was causing stucking in Onboarding sim
selecting window.
Next