[CP-1080] Collect contacts notifications in outbox ep
When contact 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.
[CP-1147] Fix restore not working
Fix restore not working with bigger database
[MOS-337] Fix no audio for incoming calls/messages
After the outgoing call was terminated,
the audio was terminated incorrectly,
therefore the next call did not ring.
[MOS-325] AudioServiceAPI removed from Call app
AudioServiceAPI is now removed from Call app.
Call audio routing is handled in service cellular.
[MOS-117] Faster eInk sleep after screen redraw
eInk is turned on for 2 sec to redraw the screen
- so far it was 3.8 sec
[MOS-276] Fix exiting from template
Fix exiting from tempalate window
during call
[MOS-291] Fix bluetooth auto turnoff
Fix bluetooth auto turn off
disconnecting connected device
[CP-1103] Harmony device log is not sent to support
Isolated common Device Info EP
Added returning of diagnostic data info to Harmony DeviceInfo EP
Updated get_os_log.py tool
[MOS-257] Turn off USB drivers when usb is disconnected
Turn off USB device drivers when the usb cable
is disconnected
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[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-291] Fix bluetooth auto turn off
Fix bluetooth not auto turning off
Changed logic to properly turn off on idle state
[MOS-124] Add Code Comparision pairing logic
Added missing logic for code comparison pairing, fixed popup text
[MOS-300] Remove unused variables
Remove unused variables from PVS Studio analysis
[MOS-269] Fix lock audio subsystem during voice call
Audio service is deadlocked on sentinel because IsBussy() method returns
that it's all the time bussy. Even though there is no ongoing audio
requested from either GSM or apps.
[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-256] Turn off torch driver when not in use
We save on power consumption ~0.7 mA.
[MOS-226] Moved algorithms and their data to separate classes
This way we have controll over what does what, and can test
them separatelly
Logging statistics update more and better data presented
[MOS-123] Added bluetooth authentication popups
Added bluetooth authentication popups with different
pair methods and process info display.