[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
[MOS-1035] Fixes in new alarm window UI flow * Fixed disappearing left functional button label when popup appeared while focused on sound selection field or AM/PM field * Fixed erasing selections on custom alarm edit window when popup appeared. * Added preview playback stopping after manually blocking the phone.
[BH-1768] Snooze mode with deep pressed knob Fixed not disappearing snooze icon when an alarm is deactivated
[MOS-195] Phone number input style unification Unification of input style for phone number. Now every time when the user will provide a phone number in gui the right function key (RF key) will be work as CLEAR. This means that if any number is in the phone number field, the RF key will remove the last character. Otherwise it'll work as typical BACK button. This changes also provide ability to add * and # sign to number.
[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.
[MOS-1037] Fix disappearing 'Call' label in phonebook Fix of the issue that 'Call' label would disappear or show as 'Options' label when switching through the windows in particular scenarios. Additionally fixed possibility to call to contact when selecting it via messages app by pressing unlabeled left functional.
[CP-2184] Fix issue with reset events getting lost Update of usb_stack submodule version in main repo.
[BH-1767] Fix the pre-revert issue inside ServiceGUI Introducing states to ServiceGUI instead of using bool variables as flagss.
[MOS-1032] Fix double return to previous window in onboarding Fix of the regression created by previous commit - saving manually set time resulted in switching two windows back instead of just one when done in onboarding.
[BH-1765] Added missing python requirement while setting up MuditaOS toolchain in a virtual environment I noticed a requirement was missing. Probably it comes preinstalled on Ubuntu so no one noticed until now.
[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-1036] Fix song time not updated when returning from list * Fix of the issue that switching from songs list to main view after playing and stopping some track resulted in elapsed time counter not being updated until the song is unpaused; * cleanups.