~aleteoryx/muditaos

ref: 25a5d90f4e12ee5d33f4202170f18b59e16a9564 muditaos/module-apps/application-settings d---------
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.
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.
bc6eda40 — Maciej-Mudita 3 years ago
[MOS-800] Add a popup for changing the SIM card

Sometimes the process of changing the SIM card
takes a few seconds and the user needs to be informed
that something is going on in the background.
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.
5d5bb198 — Marcin Zieliński 3 years ago
[MOS-801] Fix memory handling around NetworkWindow

Added the missing window destroyer.
5b88233d — Marcin Zieliński 3 years ago
[MOS-791] Introduce tri-state switch widget

Introduced the new logic.

From now on, every button can be tri-state, that is,
OFF/ON/Transiting whereas the Transiting state is
marked with the 'cheking...' caption written on the
button.
81542432 — Marcin Zieliński 3 years ago
[MOS-770] Replace VoLTE state switching mechanism

Thrown out the previous implementation.
bd1222fc — Marcin Zieliński 3 years ago
[MOS-350] Restored notifications about PIN changes

Made SimInfo pop-ups completely omitted when
going back to windows.

Fixed the SimUnlockInputRequestParams's
constructor.

Done a bit of refactor in the places of
interest, e.g. naming clarification.
0276dedc — Marcin Zieliński 3 years ago
[MOS-753] SIM reinsertion case in SIM Settings

Handling the case when the user during PIN changing
or turning the PIN on/off puts the SIM tray out and
shortly after back in. In such a case, the Settings
application now goes to the 'SIM cards' window
instead of 'PIN settings'.
4cefb5f1 — Marcin Zieliński 3 years ago
[MOS-640] Change windows flow in SIM settings

Made SIM cards settings windows switching more robust
178c28b7 — Lefucjusz 3 years ago
[MOS-666] Fix disappearing setting bars in German

Fix of the issue that with German language
selected manual volume setting bar and
vibration volume setting bar would
disappear when focused.
a8fd5d25 — Adam Wulkiewicz 3 years ago
[MOS-691] Fix memory leaks in APN settings

Replace objects created on heap with class members.
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
87bd36c8 — Marcin Zieliński 3 years ago
[MOS-649] Rename confusing method

Rename confusing method
3c1067cd — Lefucjusz 3 years ago
[MOS-421] Add state refresh when BT automatically turns off

Added code to update BT power state
when it automatically turns off due
to inactivity.
798c7e87 — Adam Wulkiewicz 3 years ago
[MOS-601] Disable debug timer in DisplayLightWindow

The timer is responsible for refreshing debug options which interferes
with navigation strings of other windows until it is stopped when window
is destroyed.
919ecb9f — Lefucjusz 3 years ago
[MOS-421] Fix BT state first rendering off

Fix of the issue that after entering
bluetooth settings power state is shown
as off at first, even though bluetooth
is turned on.
6404e098 — Adam Wulkiewicz 3 years ago
[MOS-586] Crash of simulator in Settings->Phone Modes

Fix out of bounds memory access when selected phone mode is
Uninitialized
228fca4b — Bartosz Cichocki 3 years ago
[MOS-463] Unify cellular namespace

Unified cellular namespace, fixed test buildiing,
removed some unused includes
Next