[BH-1494] Fix frontlight settings arrows
Fix frontlight settings arrows
[MOS-402] Time legibility on lock screen fix
Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
[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-292] Update bluetooth translations
Updated bluetooth pairing popup translations
[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-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-296] Merge fix popup stack issues
Fix popup stack issues with Harmony
[MOS-296] Merge new master commits into merge-stable-wip
Merge new master commits
[MOS-296] Merge remote-tracking branch 'origin/stable'
Merge stable Harmony branch into merge wip branch
[MOS-123] Added bluetooth authentication popups
Added bluetooth authentication popups with different
pair methods and process info display.
[MOS-250] Added print text edit type for label purposes
Added print text edit type for label purposes.
[EGD-8208] Added stop audio route on async response
We get Token on play, and require it in stop. While we cant
stop sound by title & data set to play. And adding standard
handling causes either totally synchronous calls or requires
multiple additional guards it seemed like best use.
Fixed expectation for the same named Response, but meant for bell
Needed so that
- we ring only when needed
- we handle CLIP and RING properly
Applied style
Missed file added
Moved SML logger as it's usefull to some more common parts of code
[EGD-8208] Fixed race condition on ring within call management
Now we get request for call and to end call in proper order
[MOS-111] Added missing refresh conditions
Added missing refresh conditions.