~aleteoryx/muditaos

ref: 9ba4d8cea949692768b4cbb0042fad7999362faa muditaos/module-utils d---------
b8217478 — rrandomsky 2 years ago
[MOS-1059] Erase only sensitive data from logs

Erase only sensitive data from logs.
3cc3f50f — Maciej Gibowicz 2 years ago
[BH-1809][BH-1835] Add date format setting

Added date format selection between DD/MM and MM/DD.
The time setting has been updated.
121879f4 — Lefucjusz 2 years ago
[MOS-220] Changed signal strength refresh mechanism

Modified signal strength update mechanism
to avoid unnecessary screen refreshes in
case new signal strength value is equal
to the previous one.
Minor cleanups.
920db59b — Maciej Gibowicz 2 years ago
[BH-1791] Add CPU frequency lock during log dump

This will improve security and peripheral stabilization when downloading
logs to a file.
d9a1194e — Lukasz Mastalerz 2 years ago
[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
674a7683 — Lefucjusz 2 years ago
[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.
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.
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.
663177ad — Lefucjusz 2 years ago
[MOS-170] Report domestic roaming as home network

Changed behaviour of roaming indicator so that
domestic roaming is displayed as home network.
4e685bb7 — Lefucjusz 2 years ago
[MOS-999] Provide additional info in log filename

Added info about product, OS version, commit hash
and serial number to log filename to simplify
triage and quick sanity check of the logs in
cases many log files have to be analyzed.
13269271 — Lefucjusz 2 years ago
[MOS-998] Provide additional info in crashdump filename

Added info about product, OS version and
commit hash to crashdump filename to
simplify analysis of the crashdumps
without corresponding logs available.
2620191e — Lefucjusz 2 years ago
[MOS-238] Use on-chip hardware TRNG as an entropy source

Use hardware TRNG integrated into RT1051 MCU
as an entropy source for builds complied
for RT1051.
b08481dc — rrandomsky 2 years ago
[MOS-946] Revert: USSD contacts

Revert: Fixed adding USSD codes to phonebook.
783ebcbb — Lefucjusz 2 years ago
[MOS-183] Fix RT1051 debug build

Fix of multiple issues that resulted
in debug build failing.
8d96f2d3 — Lefucjusz 2 years ago
[MOS-993] Logger bug fixes and optimizations

Fixes and optimizations in logger:

* fixed possible buffer overflow when logging
logs over line buffer size;
* reduced max log line length to 2048;
* moved pubsetbuf before file opening;
* log file stream buffer created once
in logger ctor;
* updatet UTs;
* additional minor cleanup.
80905d58 — Marcin Zieliński 2 years ago
[MOS-982] Recognizing WCDMA network access method for 3G in GUI

Ditto
737d8fe0 — Mateusz Piesta 2 years ago
[MOS-946] USSD contacts

Fixed adding USSD codes to phonebook.
a870922e — Lukasz Mastalerz 2 years ago
[CP-1837] Random crashes while copying files

General improvements to prevent running out of memory while copying
files via Mudita Center
1d903558 — Lefucjusz 2 years ago
[MOS-966] Fix day of week abbreviations in Polish

Fixed issue with improperly created
weekdays abbreviations in Polish,
particularly 'Niedziela' (Sunday) that was
shortened to 'Nie', which also means 'No'
(negative response).
Fixed issue with remaining 'Edit' label
in navbar after leaving repetition field
in new alarm window.
Fixed hardcoded 'Custom' string used
as a repetition type text.
d2bf42d4 — Adam Wulkiewicz 2 years ago
[BH-1655] Fix memory leaks in clock faces and shortcuts

Disable libphonenumber initialization since it is not used in Harmony
but takes around 1.4MB of memory

Add heap allocation statistics
Next