~aleteoryx/muditaos

[MOS-1043] Enable VoLTE only for Poland and US

Enable volte for Poland and US, disable
for all the remaining countries.
77387829 — Lukasz Mastalerz 2 years ago
[BH-1766] Update ecoboot version

Update ecoboot version for Harmony to 2.0.5
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.
73b72b99 — rrandomsky 2 years ago
[MOS-471] Fix case sensitive in the note search

Changing the search engine in the notes application so that it is not case sensitive.
4b7cceeb — Lefucjusz 2 years ago
[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.
7bea2881 — Maciej Gibowicz 2 years ago
[BH-000] Update Harmony changelog

-
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.
20e0437d — Lefucjusz 2 years ago
[MOS-000] Update Pure 1.8.0 changelog

Update Pure 1.8.0 changelog.
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
2000c3c2 — Lukasz Mastalerz 2 years ago
[BH-1764] Fix GridLayoutTesting Border Callback Test

Fix not seting focus to false when all items where removed from parent
310befd1 — Lukasz Mastalerz 2 years ago
[BH-1769] Incorrect message after setting the alarm with deep press

Fix incorrect message after new alarm setting in some scenarios
cc0ec423 — Lefucjusz 2 years ago
[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.
1fff0a51 — Lukasz Mastalerz 2 years ago
[BH-1768] Snooze mode with deep pressed knob

Fixed not disappearing snooze icon when an alarm is deactivated
1c18ac42 — rrandomsky 2 years ago
[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.
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.
c34a85f4 — Lefucjusz 2 years ago
[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.
ccee6e79 — Lefucjusz 2 years ago
[CP-2184] Fix issue with reset events getting lost

Update of usb_stack submodule version in main repo.
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.
13217cce — Lefucjusz 2 years ago
[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.
e7bbf382 — Mateusz Szczesny 2 years ago
[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.
Next