~aleteoryx/muditaos

muditaos/module-services/service-cellular d---------
[BH-2069] Update license URL in headers

Update outdated license file URL in
license headers across all project.
[BH-1799] Refactor usage of unicasts to dispatch BatteryStatusChangeMessage

Unicast type of sending BatteryStatusChangeMessage is changed to multicast type.
Thanks to this, the flow of messages is more transparent
and there is no unnecessary transmission to non-existent services.
Revert "[MOS-1064] Fix no input language selected for French/Spanish"

This reverts commit 9ef454085e4cca8a1f6c3c270cf460f899c9ee23.
[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.
[BH-1657][BH-1833][BH-1854] Add WFI and SDRAM self-refresh mode

* Added mechanism enabling CPU to
enter WFI mode when the OS is
in idle, what results in large
power consumption reduction.
* Added mechanism to switch SDRAM to
self-refresh mode before entering
WFI, what resulted in further power
consumption reduction.
[BH-1857] Fix improper PWM module clock frequency computation

* Fix of the issue that source clock for PWM
module was improperly assumed to be derived
from AHB_CLK, while in reality it is
derived from IPG_CLK, what resulted in
module generating signal with 4 times
lower frequency than the configured
one.
* Cleanups.
b8217478 — rrandomsky 2 years ago
[MOS-1059] Erase only sensitive data from logs

Erase only sensitive data from logs.
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.
a21a2fdf — Lefucjusz 2 years ago
[MOS-1051] Updated HNI codes for VoLTE support

Reviewed and updated HNI codes lists
for all countries with VoLTE support.
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.
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.
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.
3812cfd7 — rrandomsky 2 years ago
[MOS-1010] Fix for Alarm disappearance during end of call window

It was possible to display an Alarm with the appropriate Alarm window exactly when
end of call window with call summary are displayed and automatically closed after
3 seconds. This commit will fix this scenario. Now Alarm is snooze in the same way
as if there is a phone call going on.
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.
d2b9a10d — Lefucjusz 2 years ago
[MOS-1002] Change USSD code handling to match design

Fixed issues with GUI behaviour on failed
USSD code handling.
Minor code cleanup in several parts of system.
f7ad63c9 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix services dependencies

Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
6ed82f3f — Lefucjusz 2 years ago
[MOS-1005] Fix handsfree ringing after caller hangs up

* Fix of the issue that incoming call triggered
handsfree ringing which didn't stop after
calling side hung up.
* Cleanup of several places in code, minor
bluetooth <-> cellular integration refactor.
4b854391 — rrandomsky 2 years ago
[MOS-30] Fix for Alarm not being handled properly during a phone call

During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
Next