[MOS-612] Fix typos about incoming calls Ditto
[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.
[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
[MOS-298] HALize ServiceEink Add HAL to ServiceEink Remove dead code from Linux eink substitute Fix LUTS.bin refresh problems on simulator
[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.
[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
[MOS-556] Fix call rejection in DND Calls from a favorite contact for enabled notifications were rejected.
[MOS-463] Unify cellular namespace Unified cellular namespace, fixed test buildiing, removed some unused includes
[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.
[MOS-516] FIX: tethering while call disabled We discard tethering while call now
[MOS-512] Fix build with gcc12 As in topic
[MOS-513] Fix issues related to the GCC12 gcc Fix issues related to the GCC 12 Fix paths for ignore license headers
[MOS-419] Without RING URC CLIP comes delayed This is modem issue workaround
[MOS-419] Removed AbortCall as popup and fixed tethering poup Removed dead code causing harm Moved tethering to call logic
[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
[MOS-460] Call starting - no audio beep when calling Fixed
[MOS-266] Apply suggestions from code review Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
[MOS-266] Call StateMachine implementation With some tests, documentation and so on
[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
[MOS-263] Remove unnecessary log Removed log, which was left by accident