[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-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-416] Fix missing translate fixed
Fixed missing translate on call from private number.
[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-402] Illegible time bug fix
Fix for the bug that after a few hours of inactivity
time on lock screen was getting illegible.
[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.
[MOS-258] System profile util works with separate rtt
Profiling Move RTT handling to interfacing library
Library for msgpack sink
magic enum updated
performance monitor fixups
[MOS-292] Update bluetooth translations
Updated bluetooth pairing popup translations
[MOS-325] AudioServiceAPI removed from Call app
AudioServiceAPI is now removed from Call app.
Call audio routing is handled in service cellular.
[MOS-240] PVS Studio analysis bugs fix
Fixes to major part of issues found
by PVS Studio static analysis
mainly micro-optimisations
[BH-1350] Meditation timer update
Meditation timer application update.
Refactored gui spinners, list items.
[BH-1316] Vertical layouts
Add 2 vertical layouts
[MOS-288] Add community build
Add community build
Add targets for community fonts
[MOS-153] Fix quotes bugs
Fixes quotes bugs:
[MOS-320]
[MOS-321]
[MOS-322]
[MOS-323]
[MOS-98] Fix message regression functionality in drafts
Fix edit message regression functionality in the drafts
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[MOS-124] Fix navbar text
There should be select instead of confirm
[MOS-282] Librarisation of services and test service
* options work a bit better ,now services and apps are
selectable by option in cmake
* test service example added
* major documentation for module-services
* documentation for project configs and logs
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
[MOS-124] Add Code Comparision pairing logic
Added missing logic for code comparison pairing, fixed popup text
[MOS-82] Refresh state of pin lock button only if the state was changed
Pin lock state of SIM card was not correct if user
resigned from entering pin of SIM card.