[EGD-5488] Add BT pairing test plan
Test plan for following cases:
-pairing "happy path"
-pairing with device that cannot be reached
-forgetting pair
[EGD-5058] Fix messages UX issues
This PR fixes the missing bold contact/number in messages thread list
issue.
[EGD-5816] Device freeze after cancelling a call
Reverted changed proposed by PR [EGD-5598] GuiTimer
refreshWindow on Count and custom stop.
Signed-off-by: Przemyslaw Brudny <przemyslaw.brudny@mudita.com>
[EGD-5716] Change sound priorities
Sound API has been extended with new playback types.
[EGD-5503] Fix copyright
Previous commit related to the same ticket introduced invalid copyright
in some files. This commit fixes that.
[EGD-5503] Add watchdog implementation
The system watchdog monitors whether there is message traffic
on the Bus. If no message was sent for an extended period of time,
a reset will occur. It should also protect against system-wide hangs.
On Linux, watchdog is simulated by a FreeRTOS task that will call exit
on timeout.
[EGD-5823] Fix Use full hash in artefacts
Required for better management of artefacts in CI.
[EGD-5810] Fix for old batteries
Temporary fix for old batteries
[EGD-4340] Refactor bluetooth settings and add device windows
Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
[EGD-3685] PR fixes
Included Alek's suggestions from PR
[EGD-3685] Added infinite repeat
Addef API for infinite vibra repeat
[EGD-3685] Extra space removed
Left some extra space & failed formatting check
[EGD-3685] Cleaning
Cleaned some unnecessary code
[EGD-3685] PR fixes
Fixes after PR suggestions
[EGD-3685] Fixed linux stubs
Fixed broken linux stubs
[EGD-3685] Vibra handling
Added driver & business logic. Responds to messages.
[EGD-5701] Added DOM dump to harness
* Added generic handler to developerMode
* Added DOM message handling
[EGD-5692] Change URC parsing mechanism
Improved the mechanism for processing URC messages
so that long messages and those containing end of line
inside messages can be handled also if income
in more than one data chunk.