[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-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.
[MOS-1043] Enable VoLTE only for Poland and US
Enable volte for Poland and US, disable
for all the remaining countries.
[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
[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.