[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
[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.
[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.
[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.
[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.
[MOS-347] Separate A2DP from HFP in ProfileManager Now, both profiles can operate separately. Additonally, minor fixes has been applied to allow calling via car audio system. Some infotainment systems still don't work though.
[MOS-326] Change call logic removed from call window Call logic is now removed from call window and call app. There was spaghetti logic mixed in window and app, now call logic is based on notificatins from service cellular.
[BH-1448] MTP closing routine and VCOM reset routine MTP closing routine and VCOM reset routine
[CP-1085] Collect sms threads notifications in outbox ep When thread record is modified during connection with Mudita Center, notification of that action should be collected in outbox endpoint to keep contacts data synchronized between MuditaOS and Mudita Center.
[CP-1082] Collect sms notifications in outbox ep When sms record is created/updated/removed during connection with Mudita Center, notification of that action should be collected in outbox endpoint to keep contacts data synchronized between MuditaOS and Mudita Center.
[BH-1442] Eliminate race on shutdown screen There is another race still possible, but far less likely
[MOS-384] BT paired devices list fix Fix of the bug that after pairing with one device the entire list of devices that were visible at the pairing time is transferred to paired devices list.
[MOS-327] Removed call manager call logic in library Moved call handling to separate library and removed CallManager Apply suggestions from code review: Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com> Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
[MOS-365] Add BT battery handling Added handling of the battery state in HFP profile
[MOS-264] Add handling of signal strength and operator name in HFP To be able to display signal strength, operator name and rest of status indicators in Bluetooth's HFP profile, some refactor has been done.
[MOS-339] Fix rapid change of CPU frequency After disconnecting the USB cable, the CPU consumption increased to over 80% (for 4 MHz), which resulted in a cyclical change in the CPU frequency and finally a much shorter battery life.
[MOS-371] Fix USB worker initialization When we start the system without the USB cable connected, worker USB is initialized, which increases the power consumption.
[BH-1424] FreeRTOS update Updated FreeRTOS source code to 10.4.6. Moved FreeRTOS sources to the third-party directory. Added necessary changes to the CMake configuration. Split FreeRTOSConfig.h. From now, each board has its own. Added missing log headers. Minor refactor of the module-os cmake. Fixed stack overflows in bell application main and time service.
[BH-1432] Split Language Display Handling Separate implementations of handleDisplayLanguageChanged()