~aleteoryx/muditaos

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
09556d41 — Lefucjusz 3 years ago
[MOS-442] No vibrations on incoming call with HFP fix

Fix for the problem that phone doesn't vibrate on incoming call
when connected to HFP device.
a14da13b — Pawel Olejniczak 3 years ago
[CP-1231] Refactor handlers in service desktop

Refactored handlers of ses::messages and
some cleanups in service desktop.
e5ae4510 — Bartosz Cichocki 3 years ago
[MOS-263] Remove unnecessary log

Removed log, which was left by accident
55bd8c09 — Bartosz Cichocki 3 years ago
[MOS-263] Add HFP DTMF handling

Added handling of HFP DTMF code sending,
fixed DTMF sending in cellular's code
3196d792 — Lefucjusz 3 years ago
[MOS-422] Incoming call sound both on HFP and Pure fix

Fix of the issue that incoming call sound was played
both in Pure speaker and HFP device while HFP profile
connected.
74c3691d — Lefucjusz 3 years ago
[MOS-368] Add possibility to place call from HFP

Added implementation enabling user to place call
with the phone number supplied from HFP device
Some minor HFP state machine handling fixes
e693cffe — Pawel Olejniczak 3 years ago
[CP-1232] Extend messages EP API with getThreadByID method

Add API for getting single thread by its ID.
cc32dd30 — Bartosz Cichocki 3 years ago
[MOS-366] Connect cellular events to HFP

Connected all (?) necessary cellular events to the HFP profile
Fixed audio issues when connected with HFP
Some cleanup
58fe6775 — Bartosz Cichocki 3 years ago
[MOS-264] Added network registration and roaming status to HFP

Connected HFP with cellular statuses
[MOS-420] Fix Call ending with sms reworked

Reworked ending with sms is now reworked. Sms is send by call app,
application messages is only providing template text.
Also call hangup and sms send order is changed due to delays caused by
sending sms.
54477748 — Mateusz Piesta 3 years ago
[BH-1449] Fix crash during startup

* Moved all Bell-specific paths to AlarmSoundPaths.
* Fixed loading default layout logic. Currently, there is no
db update schema which in specific cases can lead to
layout setting field missing. In this case, load default layout and
update missing db field.
* Added support for Aarch64 Linux.
e5114922 — Maciej Gibowicz 3 years ago
[MOS-138] Correction of URC poll mode parameters

In poll mode, the CSQ will be requested every 15 minutes
and another attempt to switch the mode will be after 1 hour.
If the keyboard is unlocked or the USB cable is connected
or the BT car kit is connected, the URCs will be operated
in the reporting mode.
ced86420 — Maciej Gibowicz 3 years ago
[MOS-228] GSM sleep mode dependend on communication with modem

After finishing communication with cellular,
we switch to sleep mode faster, saving the battery
at the same time.
[MOS-416] Fix missing translate fixed

Fixed missing translate on call from private number.
40ff11f8 — Mateusz Piesta 3 years ago
[MOS-422] Fix pure gdb tools

Fixed issues with gdb pure due to the DEBUG_FREERTOS
flag not propagating correctly.
4b41abde — Paweł Joński 3 years ago
[BH-1471] Add confirmation screen at layouts settings

Add confirmation screen at layout settings
9f306204 — Bartosz Cichocki 3 years ago
[MOS-383] Fix pairing with NoInputNoOutput devices

Fixed pairing with devices without IO capabilities -
now pairing does not require confirming any passcode
97e9d7b7 — Mateusz Piesta 3 years ago
[BH-1449] Fix gui/eink dependencies

* Dependencies between service-gui and service-eink
have been correctly defined.
* System close routine was replaced with the sequential one
which should solve many bell issues.
* It also fixes BH-1406 and BH-1442.
* Fixed some weird CMake issues in module-audio and
several other modules.
* Fixed service-gui closing routine
* Removed unneeded messages/states from service-gui/eink.
* Enhanced app-mgr closing routine. Fixed closing action handling.
Next