~aleteoryx/muditaos

defbd256 — rrandomsky 2 years ago
[BH-000] Update changelog for 2.2.1

Update Harmony's changelog after releasing MuditaOS 2.2.1.
8f8b9d86 — rrandomsky 2 years ago
[MOS-498] Change input language with the change of the system language

Now when the user changes the system language, the input/keyboard language
will change automatically (in the background).
If the user changes the input/keyboard language, this will not change
the system language.
fbe3d8df — rrandomsky 2 years ago
[MOS-644] Displaying number entered on the keypad during a call

Now, on the active call screen, the user can see the numbers provided during the call,
which is useful when, for example, the user calls a call center.
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.
cbe1ed63 — Maciej Gibowicz 2 years ago
[BH-1801] Fix incorrect calculation of requested CPU frequency

Sometimes when the frequency is locked, e.g. at 132 MHz, the algorithm
still calculated a lower frequency, e.g. 66 MHz.
0f434234 — Lefucjusz 2 years ago
[MOS-996] Disable MTP protocol

Disable MTP file transfer protocol.
8dccfeef — rrandomsky 2 years ago
[MOS-1042] Fixed inability to save a contact that did not previously have a phone number

Fixed inability to save a contact without a phone number
when contact lose the number after replace similar number and
visibility of the SAVE button when editing/creating a contact.
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
a21736e3 — Lefucjusz 2 years ago
[MOS-1050] Add missing Germany HNI codes

Updated list of operators' HNI codes
in Germany, added missing ones.
5c0a8d3c — Lefucjusz 2 years ago
[MOS-000] Update Pure 1.9.0 changelog

Update Pure's changelog after releasing
MuditaOS 1.9.0.
5b27fb36 — Lukasz Mastalerz 2 years ago
[BH-1784] Replace discharged device screen

Add more information to discharged screen
d2240e3b — Lefucjusz 2 years ago
[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.
2cf455dc — Alex0vSky 2 years ago
[MOS-1046] Update module-services/service-cellular/call/doc/README.md

Typo in documentation module-services/service-cellular/call/doc/README.md
The state machine library is called `sml`, not `stm`.
3b24ac9e — Lefucjusz 2 years ago
[MOS-1047] Fix calling abort() in EnterNumberWindow

* Removed call to abort() method in case
EnterNumberWindow's SwitchData handler
receives message that can't be handled,
what caused the phone to crash.
* Unify ApplicationCall window names
definitions.
* Code cleanup.
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.
a99d9e37 — Lefucjusz 2 years ago
[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.
73ef0f95 — Lefucjusz 2 years ago
Revert "[MOS-195] Phone number input style unification"

This reverts commit 1c18ac422b0f5f21de408a66610c1ac6bb15258e.
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.
Next