~aleteoryx/muditaos

ref: b95894a8abc10cddf0b58dda4b2569b01eec0d7e muditaos/module-apps d---------
[MOS-1064] Fix no input language selected for French/Spanish

* Fix of the issue that choosing French
or Spanish as a system language
resulted in no input language selected.
* Added keyboard input parser unit
tests for French and Spanish input
maps.
* Minor cleanups.
[MOS-1063] Fix device freeze after onboarding in Spanish

Fix of the issue that Pure would freeze
before displaying the last onboarding
screen if the language set during
onboarding was Spanish.
a8fa8bf5 — Lefucjusz 2 years ago
[MOS-1060] Fix memory leak in contacts list view

Fix of the memory leak that happened in
contacts list view due to not deleting
unused heap-allocated object.
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.
4b66a897 — Lefucjusz 2 years ago
[BH-1782] Add brightness fade in

* Added brightness fade in - feature
which allows for gradual frontlight
brightness rise during alarm and
power nap ringing instead of turning
on with full brightness immediately.
* Fixed possibility to close
ringing power nap by long press
of back button.
5fd9a425 — rrandomsky 2 years ago
[MOS-1056] Hide the SOS label when the modem is not ready during onboarding

Hide the SOS label during onboarding when the modem is not ready for an emergency call.
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.
[MOS-1052] Change VoLTE label from 'beta' to 'experimental'

Changed VoLTE label from 'beta' to
'experimental'.
Fixed transition state label font
size to match the design.
b30212be — Lefucjusz 2 years ago
[MOS-896] Update low battery screen view

Updated low battery screen view by adding
info windows appearing when trying to
interact with phone having critical
charge level.
feec59f5 — Lukasz Mastalerz 2 years ago
[BH-1696] Notification when connect the device to the charger

Adding notifications when charger is connected
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.
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
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.
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.
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.
Next