[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-000] Update Pure 1.9.0 changelog
Update Pure's changelog after releasing
MuditaOS 1.9.0.
[BH-1784] Replace discharged device screen
Add more information to discharged screen
[MOS-1048] Fix not fitting VoLTE button label
Fix of the issue that VoLTE checking
state label was cut off due to
improper setMinimumWidthToFitText()
method behavior when text is placed
in box with rounded corners.
[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.
[MOS-1044] Fix duplicating phone number in messages app
* Fix of the issue that locking phone on
new message window would cause phone
number field contents to duplicate.
* Minor cleanups.
[BH-1766] Update ecoboot version
Update ecoboot version for Harmony to 2.0.5
[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-471] Fix case sensitive in the note search
Changing the search engine in the notes application so that it is not case sensitive.
[MOS-1041] Fix Pure crash on audio file with large metadata
Fix of the issue that Pure would crash while
transferring audio file with large metadata
(e.g. song with album cover in high quality
embedded in tags) due to TagLib trying to
allocate more heap than available.
[BH-000] Update Harmony changelog
-
[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.
[MOS-000] Update Pure 1.8.0 changelog
Update Pure 1.8.0 changelog.
[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
[BH-1764] Fix GridLayoutTesting Border Callback Test
Fix not seting focus to false when all items where removed from parent
[BH-1769] Incorrect message after setting the alarm with deep press
Fix incorrect message after new alarm setting in some scenarios