~aleteoryx/muditaos

ref: 38357c96865027957be16db7b2c386ee85e25b51 muditaos/pure_changelog.md -rw-r--r-- 20.4 KiB
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.
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
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.
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.
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.
d6055890 — Lefucjusz 2 years ago
[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.
5b06da46 — rrandomsky 2 years ago
[MOS-948] Fix for tethering popup was losing user unsaved data

Fixed data loss when creating or editing a note/contact after connecting
the USB cable and selecting the option to enable tetering in the popup window
that appears. Now, when the user wants to enable tethering, they will be asked
if they want to exit without saving.
3cbbeff5 — Lefucjusz 2 years ago
[MOS-1011] Fix frequency switching stability

Multiple fixes of clock switching related
stability issues:
* added RC oscillator hysteresis as in NXP example;
* changed DCDC converter config;
* configure PLL2 to be able to run on any CPU
frequency level;
* added switching to 1.275V (overdrive) voltage
when applying any clock change above 12MHz as
well as LDO or bandgap switching, as done in
Mbed OS' lpm.c for RT1050;
* changed BMCR AXI queues weighs for SDRAM
in JLink scripts to disable operations
reordering, as it is known to cause data
integrity issues;
* extracted some code to separate files;
* smaller or bigger code cleanups.
321f56e7 — Lefucjusz 2 years ago
[MOS-1032] Fix misleading 'Save' button behavior when setting time

Fix of the issue that pressing 'Save' when setting
time would set the time indeed, but the UI would
not return to previous window, what might look
as if saving failed.
788852fc — rrandomsky 2 years ago
[MOS-1030] Fix for losing drafted message and recipient number in new message windows

Fixed a scenario where a user left a draft message with the recipient's phone number
in the new message window, and when they wanted to go back to that message,
the phone number and message could disappear.
d8467114 — rrandomsky 2 years ago
[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)
9da65791 — Lefucjusz 2 years ago
[MOS-552] Fix alarm clock input behavior

Fix of multiple issues that manifested in
input fields of alarm clock, i.e. value
not erasing automatically, redundant
double-zero filling of hours field,
lack of zero-filling of minutes field
when navigating to AM/PM field in
12h mode.
69a7c634 — Lefucjusz 2 years ago
[MOS-1031] Fix Meditation app screen lock

Fix of the issue that Meditation app
would prevent phone from locking on
every screen, though it should do
so only on timer screen.
5d4c1781 — rrandomsky 2 years ago
[MOS-1020] Fix for losing unsaved data

Fix for losing unsaved data when the user click the BACK button while
creating or editing note/contact.
80024764 — Lefucjusz 2 years ago
[MOS-1029] Fix missing 'Copy' option on 'New message' window

Fix of the issue that copy to clipboard option
was missing from the menu on 'New message' window.
cf6c3777 — Lefucjusz 2 years ago
[MOS-1028] Fix possibility to copy text from empty note

Fix of the issue that in Notes app 'Copy text'
option was shown in 'Options' menu even if
the note didn't contain any text.
Next