~aleteoryx/muditaos

ref: 62a62295f54e98826b0cb03a4b9a74c3f1bb9faf muditaos/module-apps/application-settings d---------
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
50c93424 — Lefucjusz 3 years ago
[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.
a5f621bc — Lefucjusz 3 years ago
[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>
2664e8cc — Adam Dobrowolski 3 years ago
[MOS-487] Move switch case to sm

massive switch case removed
added logger
moved state machine implementation
added double dispatch
cc02ffff — Adam Dobrowolski 3 years ago
[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
dd3eeaf1 — Lefucjusz 3 years ago
[MOS-240] PVS Studio analysis bugs fix

Fixes to major part of issues found
by PVS Studio static analysis
mainly micro-optimisations
e833690c — Paweł Joński 3 years ago
[MOS-288] Add community build

Add community build
Add targets for community fonts
0452e6fe — Maciej Janicki 3 years ago
[MOS-153] Fix quotes bugs

Fixes quotes bugs:
[MOS-320]
[MOS-321]
[MOS-322]
[MOS-323]
6f632579 — Pawel Olejniczak 4 years ago
[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.
5dc42c2b — Maciej Janicki 4 years ago
[MOS-296] Merge new master commits into merge-stable-wip

Merge new master commits
2b2bb13a — Maciej Janicki 4 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
1fff92e9 — Adam Dobrowolski 4 years ago
[MOS-225] Review applied

As above.
dd128535 — Adam Dobrowolski 4 years ago
[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
Next