[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.
[MOS-422] Fix pure gdb tools Fixed issues with gdb pure due to the DEBUG_FREERTOS flag not propagating correctly.
[BH-1471] Add confirmation screen at layouts settings Add confirmation screen at layout settings
[MOS-383] Fix pairing with NoInputNoOutput devices Fixed pairing with devices without IO capabilities - now pairing does not require confirming any passcode
[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.
[BH-1444] Vertical layouts font distance Increase distance between numbers on vert. layout
[MOS-402] Illegible time bug fix Fix for the bug that after a few hours of inactivity time on lock screen was getting illegible.
[MOS-413] Fix task-check action for community PRs Community PRs should be able to pass checks now
[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-1460] Add clock face translations Add clock face translations
[MOS-400] Fix missing header The <optional> header is required to use std::optional.
[BH-1448] MTP closing routine and VCOM reset routine MTP closing routine and VCOM reset routine
[BH-1433] Chime Volume Model Fix Fixed saving of volume in Chime Model
[MOS-380] Sentinels for each added that removes bad data As in topic
[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.
[MOS-353][MOS-387] HFP profile fixes Fixes for the HFP-related problems - lack of the sound from caller's phone in HF speakers and not working BT device's hardware hangup button
[BH-1453] Fix audio on the simulator Replaced PortAudio library with PulseAudio. Fixed minor issues with the WorkerQueue module.