[MOS-691] Fix memory leaks in APN settings Replace objects created on heap with class members.
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes Add --all and --fix-all options to style-check-hook
[MOS-649] Rename confusing method Rename confusing method
[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.
[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.
[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.
[MOS-586] Crash of simulator in Settings->Phone Modes Fix out of bounds memory access when selected phone mode is Uninitialized
[MOS-463] Unify cellular namespace Unified cellular namespace, fixed test buildiing, removed some unused includes
[MOS-494] PIN settings infinite loop fix Fix of the bug that after selecting SIM slot in which there's no card and trying to enter PIN settings menu phone was getting stuck in infinite looping between PIN settings window and 'Cannot connect to SIM card' popup.
[MOS-487] Added call events state machine Added tests and calls substate bluetooth sm diagram created All old bluetooth tests reviewed and updated removed new - with queue it's not required removed TODO Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
[MOS-487] Move switch case to sm massive switch case removed added logger moved state machine implementation added double dispatch
[MOS-258] System profile util works with separate rtt Profiling Move RTT handling to interfacing library Library for msgpack sink magic enum updated performance monitor fixups
[MOS-240] PVS Studio analysis bugs fix Fixes to major part of issues found by PVS Studio static analysis mainly micro-optimisations
[MOS-288] Add community build Add community build Add targets for community fonts
[MOS-153] Fix quotes bugs Fixes quotes bugs: [MOS-320] [MOS-321] [MOS-322] [MOS-323]
[MOS-82] Refresh state of pin lock button only if the state was changed Pin lock state of SIM card was not correct if user resigned from entering pin of SIM card.
[MOS-296] Merge new master commits into merge-stable-wip Merge new master commits
[MOS-296] Merge remote-tracking branch 'origin/stable' Merge stable Harmony branch into merge wip branch
[MOS-225] Review applied As above.
[MOS-226] Moved algorithms and their data to separate classes This way we have controll over what does what, and can test them separatelly Logging statistics update more and better data presented