[MOS-220] Changed signal strength refresh mechanism Modified signal strength update mechanism to avoid unnecessary screen refreshes in case new signal strength value is equal to the previous one. Minor cleanups.
[MOS-1051] Updated HNI codes for VoLTE support Reviewed and updated HNI codes lists for all countries with VoLTE support.
[BH-1696] Notification when connect the device to the charger Adding notifications when charger is connected
[BH-1688] Create a standard for logs * Adding document describing how to use logger * Adjusting logs to follow a new guide * Change order in log header: line number is now before function name
[MOS-1050] Add missing Germany HNI codes Updated list of operators' HNI codes in Germany, added missing ones.
[MOS-1046] Update module-services/service-cellular/call/doc/README.md Typo in documentation module-services/service-cellular/call/doc/README.md The state machine library is called `sml`, not `stm`.
[MOS-1047] Fix calling abort() in EnterNumberWindow * Removed call to abort() method in case EnterNumberWindow's SwitchData handler receives message that can't be handled, what caused the phone to crash. * Unify ApplicationCall window names definitions. * Code cleanup.
[MOS-669] Add too hot battery notification when charging * Added notification showing on the main screen if the battery has reached too high temperature to continue charging. * Code cleanups.
[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.
[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.
[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
[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.
[BH-1767] Fix the pre-revert issue inside ServiceGUI Introducing states to ServiceGUI instead of using bool variables as flagss.
[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.
[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)
[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.
[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.
[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.
[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.
[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.