~aleteoryx/muditaos

ref: 73ef0f9566d86f7cde6c45a9a7ef27664b9dac87 muditaos/module-services d---------
6665a43d — Lefucjusz 2 years ago
[BH-1780] Fix uncaught std::filesystem::file_size exception

Fix of the issue that exceptions thrown
by file_size method were not caught
at all, what resulted in system crashing.
4651eb3c — Lefucjusz 2 years ago
[MOS-1033] Add 'beta' label to VoLTE switch for selected countries

Added mechanism enabling to individually show
or hide "beta" label on VoLTE switch for each
country.
635ad1ac — Maciej Gibowicz 2 years ago
[BH-1774] Fix frequency lock during user activity

- Sentinel locks the frequency when pressing buttons and the encoder.
- The "user activity" sentinel will be properly managed by the system
(CpuGovernor) just like other sentinels.
- Adding information about active sentinels in the power management
statistics logs
f1f2a7cf — Lefucjusz 2 years ago
[MOS-1038] Fix CPU frequency hanging after SMS received

Fix of the issue that in some cases (e.g. after
text message was received) ServiceAudio would
not release CPU sentinel, what resulted in
quick battery discharge.
684ecb7a — Lukasz Mastalerz 2 years ago
[BH-1767] Fix the pre-revert issue inside ServiceGUI

Introducing states to ServiceGUI instead of using bool variables as
flagss.
55ee5858 — Lefucjusz 2 years ago
[CP-2184] Fix Pure not connecting to MC after leaving tethering

Fix of the issue that after disconnecting tethering Pure
would not connect back to Center, only USB cable
reconnection would resolve the issue.
d8467114 — rrandomsky 2 years ago
[MOS-1007] Fix for no popup when contact cannot be saved because of same nubers

Fix for fix. It add popup when user try to save contact witch practically
the same numners  (even if having a country code is only difference)
ddc1c641 — Dawid Wojtas 2 years ago
[BH-1761] Add a log when manual reset is performed

If the user performs a manual reset there is no information in
the logs. It can be treated as software resets.
So the best solution is to add a log about incoming
manual reset and dump all logs to the file.
06d16390 — Lefucjusz 2 years ago
[MOS-1021] Fix blocked passcode behavior

Fix of the issue that after blocking
passcode from Center, Pure would still
display passcode input popup; providing
valid passcode there would result in
phone entering invalid state, where it
behaved as if it was unlocked, but
with blocked passcode.
3812cfd7 — rrandomsky 2 years ago
[MOS-1010] Fix for Alarm disappearance during end of call window

It was possible to display an Alarm with the appropriate Alarm window exactly when
end of call window with call summary are displayed and automatically closed after
3 seconds. This commit will fix this scenario. Now Alarm is snooze in the same way
as if there is a phone call going on.
7a8e3501 — Lefucjusz 2 years ago
[MOS-1026] Add extended logging to Pure's charger driver

* Added extended logging to Pure's charger driver.
* Removed redundant handling of INOKB pin
interrupt - charger is configured to provide
the same interrupt via INTB pin.
* Minor code cleanup.
93b11aa7 — Lefucjusz 2 years ago
[MOS-1024] Fix unlocking phone after locked with tethering popup

Fix of the issue that after phone has locked
on tethering confirmation popup, unplugging
USB cable would result in bypassing phone
lock screen without providing password.
Minor ApplicationCommon cleanup.
98fb56a9 — Lukasz Mastalerz 2 years ago
[CP-2074] The center doesn't detect if the user goes back to the license screen in pure

Keeps phone forbidden to connect to Center until the onboarding is finished.
7ffd1c15 — Lukasz Mastalerz 2 years ago
[CP-2032] Unplugging the cable during file upload leaves partially sent file

Files not completely sent will be deleted after the USB cable is removed from
device to not leave any partially sent file
88c7f8df — Lukasz Mastalerz 2 years ago
[MOS-1016] Long files list loading time

Revert changes in Service GUI.
f1c49a60 — Lefucjusz 2 years ago
[MOS-1018] ServiceAudio power management optimizations

Optimized power management strategy used by
ServiceAudio:
* changed minimum CPU frequency from 528MHz to 264MHz;
* added switching to 24MHz when operation active,
but paused;
* minor cleanup in several places.
d7c07875 — Lukasz Mastalerz 2 years ago
[CP-2130] Never ending files upload

Corrected check to see if a device has enough free space to upload a file.
a61fb7a0 — Lukasz Mastalerz 2 years ago
[MOS-1014] Screen remains black after turning off the phone with dark mode enabled

Regression fixed by adjusting wipeout function.
663177ad — Lefucjusz 2 years ago
[MOS-170] Report domestic roaming as home network

Changed behaviour of roaming indicator so that
domestic roaming is displayed as home network.
462a7393 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix system shutdown procedure

Changed startup services order.
Prevent handling multiple "close ready" messages from one service while closing
system.
Introduced a new state in ServiceGUI.
Fixed a problem with turning on Harmony with a connected USB cable.
Next