[EGD-5830] Update gcc to v10
New compile is faster and produces smaller code
[EGD-5560] Add pagination for Calendar EP
Implement calendar EP pagination based on PagedContext
[EGD-5720] Add send message via new message by using contact
Add send message via new message by using contact
[EGD-5813] Add add to docker group step in bootstrap
Introduce one more step to bootstrap so user doesn't have
to run in manually.
[EGD-5833] Add exeution bits to firmare update script
To make update process easier.
[EGD-5545] Add PIN2 handling
Possibility of handling PIN2 request from modem.
Description of the message in PinLock what type of
code is required
[EGD-5700] Fix Bluetooth pairing
To be able to proper propagate the pair message there was a need
for Command wrapper (to be able to send command and parameter in
one piece)
[EGD-5821] Add Network Access Technology widget
Created Network Access Technology widget.
[EGD-5801] Add missing Swedish glyphs
Added two missing Swedish glyphs to font files - "Å" and "å".
[EGD-5732] Add URC handling and Call Request handling diagrams
Updated documentation fro cellular service.
[EGD-5448] Add EULA window
Added EULA window required for onBoarding procedure.
Onboarding settings added.
[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.