~aleteoryx/muditaos

ref: fe61ede5ede43c50aafd6e9c64679e3a23e9b99f muditaos/module-services d---------
94a825af — Marcin Zieliński 3 years ago
[MOS-810] Fixed call state timer termination

Fixed the problem that the call state polling
timer wasn't terminated in some cases, so the
modem command AT+CLCC had still been issued
until e.g. another call was made. In such cases,
this lead to inability for the modem to go to
a power-down state due to constant activity and
thus lead to battery power waste.

Additionally, fixed a hidden bug that TimerRing
hadn't got a virtual destructor.

Also thrown out some dead code.
4b6e06e8 — Kuba Kleczkowski 3 years ago
[MOS-655] USSD body in log

USSD body is printen in log, it will help to solve some customer issues.
79e16881 — Dawid Wojtas 3 years ago
[BH-1574][BH-1614] Fix the bedside lamp and brightness in the alarm

Now the bedside lamp has lower priority
than the pre-wake up and main alarm. It means
that front light will be changed according
to alarm settings.

Fix front light brightness calculation for
pre-wake up and main alarm.
61145cf6 — Adam Wulkiewicz 3 years ago pure_1.5.0-rc.1
[MOS-550] Disable deep partial refresh

Always refresh the whole screen if deep refresh is required.
d8786f39 — Marcin Zieliński 3 years ago
[MOS-839] Fix crashes after a few VoLTE toggles

Those were occuring after calls which were preceded by
a few VoLTE on/off toggles.
3b2e1ef6 — Lukasz Mastalerz 3 years ago
[CP-1665] Adding an information about device colour to USB descriptor

Getting information about device colour and changing it to number.
Pass information about device colour to usb_stack.
Set a bcdDevice with the corresponding value.
357ae2d5 — Marcin Zieliński 3 years ago
[MOS-825] VoLTE steering according to IMSI

Steering the GUI and the modem according to
whether VoLTE is permitted for the active
SIM card's operator. This is done based on
the SIM card's IMSI string.

Additionally, made logging more consistent.
c19d38e5 — Kuba Kleczkowski 3 years ago
[MOS-816] Add parse and filter IMSI

Added reading IMSI and parsing US MCC and MNC.
MCC and MNC are filterd if they are TMobile US.
1c96ab62 — Marcin Zieliński 3 years ago
[MOS-821] Adjust VoLTE GUI basing on operator

When VoLTE isn't permitted for the current SIM
card's operator, display information only.
Otherwise, display a switch.
13d91811 — Marcin Zieliński 3 years ago
[MOS-811] Make SMS modem domain in line with voice

Ditto
1a2ea532 — Marcin Zieliński 3 years ago
[MOS-809] Remove dead code around celular channels

Ditto
b069b7bc — Marcin Zieliński 3 years ago
[MOS-793] Connect GUI and modem VoLTE steering

Additionally, fixed many covert bugs that emerged due to
modem restarting.
d528cac7 — Maciej-Mudita 3 years ago
[MOS-641] Fix SIM cards window

Creating menus and actions depending on the SIM card
lock status.
d6fbf631 — Kuba Kleczkowski 3 years ago
[MOS-792] Added VoLTE setting in db

VoLTE enabled/disabled state is now stored in settings
database. VoLTE is enabled or disabled to mach setting
during modem initialisation.
a3c0791b — Kuba Kleczkowski 3 years ago
[MOS-797] Revert "[MOS-792] Added VoLTE setting in db"

This reverts commit 0eb652a5152de6bdf77c897a787d037d6e6b43d4
0eb652a5 — Kuba Kleczkowski 3 years ago
[MOS-792] Added VoLTE setting in db

VoLTE enabled/disabled state is now stored in settings
database. VoLTE is enabled or disabled to mach setting
during modem initialisation.
50b44a6d — Dawid Wojtas 3 years ago
[BH-1574][BH-1597] Improvement of bedside lamp

Improve bedside lamp behavior in alarm
application. Change frontlight long press
from 3 seconds to 2 in order to activate
bedside lamp.
cccef71b — Marcin Zieliński 3 years ago
[MOS-770] Replace VoLTE state switching mechanism

Updated the documentation.
f479e66d — Marcin Zieliński 3 years ago
[MOS-770] Replace VoLTE state switching mechanism

Added unit tests.
c5e533f9 — Marcin Zieliński 3 years ago
[MOS-770] Replace VoLTE state switching mechanism

Introduced the new implementation.
Next