~aleteoryx/muditaos

ref: fcc30eea1b0309e3658975a8fb772f200c943adb muditaos/module-services/service-cellular d---------
edfe8ac0 — Marcin Zieliński 3 years ago
[MOS-612] Fix typos about incoming calls

Ditto
2b8c60d6 — Lefucjusz 3 years ago
[MOS-514] Fix crash on entering PIN settings

Fix of the issue that entering 'PIN settings'
window before SIM card was ready caused
the crash of the system.
ab024909 — Lefucjusz 3 years ago
[MOS-559] Fix phone unlock after mode change

Correction of the previous fix addressing this issue.
Previous idea didn't work when popup tried to
display in application other than ApplicationDesktop
87025043 — Paweł Joński 3 years ago
[MOS-298] HALize ServiceEink

Add HAL to ServiceEink
Remove dead code from Linux eink substitute
Fix LUTS.bin refresh problems on simulator
5f9df4cd — Lefucjusz 3 years ago
[MOS-559] Fix unlock when phone started not in Connected mode

Fix of the issue that when phone was started in
mode different than Connected, next mode changed
resulted in bypassing of the lock.
688126fd — Maciej Gibowicz 3 years ago
[MOS-560] Parameter calibration for URC pooling mode

In reporting mode, if we receive more than 4 URCs in the last 15
minutes, we will switch to the pooling mode immediately
9a8f0973 — Maciej Gibowicz 3 years ago
[MOS-556] Fix call rejection in DND

Calls from a favorite contact for enabled notifications
were rejected.
228fca4b — Bartosz Cichocki 3 years ago
[MOS-463] Unify cellular namespace

Unified cellular namespace, fixed test buildiing,
removed some unused includes
a203d5f2 — Bartosz Cichocki 3 years ago
[MOS-463] Fix no dialing state during BT turned on

When BT was connected (or just turned on) there was no dialing state -
the call went directly to ongoing call. Moreover, fixed no ringing
sound during ringing state - there was a bug in BT stack.
409b9b77 — Adam Dobrowolski 3 years ago
[MOS-516] FIX: tethering while call disabled

We discard tethering while call now
2b1ae19d — Adam Dobrowolski 3 years ago
[MOS-512] Fix build with gcc12

As in topic
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
e6189398 — Adam Dobrowolski 3 years ago
[MOS-419] Without RING URC CLIP comes delayed

This is modem issue workaround
720f56e3 — Adam Dobrowolski 3 years ago
[MOS-419] Removed AbortCall as popup and fixed tethering poup

Removed dead code causing harm
Moved tethering to call logic
81790f22 — Adam Dobrowolski 3 years ago
[MOS-459] Wait with GUI change till RING delay

As in the description, we can wait with audio etc too - as it's stupid
othervise
e7522542 — Adam Dobrowolski 3 years ago
[MOS-460] Call starting - no audio beep when calling

Fixed
43f7da68 — Adam Dobrowolski 3 years ago
[MOS-266] Apply suggestions from code review

Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
3343f028 — Adam Dobrowolski 3 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
e7444ff3 — Bartosz Cichocki 3 years ago
[MOS-263] Fix DTMF handling in Pure

By accident, I've broke DTMF handling via Pure's keyboard
This was because of non strict description of API method.
Now, it has been unified to use ASCII code
e5ae4510 — Bartosz Cichocki 3 years ago
[MOS-263] Remove unnecessary log

Removed log, which was left by accident
Next