[EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
Egd 3676 (#824)
[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
[EGD-4205] mudita 1st audio assets (#940)
[EGD-3839] Cellular - get time zone (#903)
[EGD-4170] Cellular - modem reset (#929)
[EGD-4168] passcodes for sim change to variable length (#924)
[EGD-3852] clean include in service (#928)
[EGD-4121] UCS2 32 bit support (#897)
[EGD-2975] Added Network Access Technology support
[EGD-4120] Cellular - new line at the end of the command (#877)
[EGD-3743] Removed old doxygen copyright statements from project.
[EGD-3743] Update copyrights in fies
[EGD-4038] handling incoming calls and sms in sleep mode (#819)
Egd 3259 (#781)
* [EGD-3259] Updating RTC time from network time.
* [EGD-3259] Updated changelog.
* [EGD-3259] Missing files.
* [EGD-3259] Time updaten notification.
* [EGD3259] Fixed SET_TIME_ZONE_REPORTING command.
* [EGD3259] SET_TIME_ZONE_REPORTING fixed properly.
* [EGD-3259] Commands added to factory.
* [EGD-3259] Fixes after rebase.
* [EGD-3259] Style fix.
* [EGD-3259] PR applied.
* [EGD-3259] PR applied again.
Co-authored-by: Kuba Kleczkowski <dd>
[EGD-3841] Add audio vibration and enable sound option
EGD-2955 EGD-3588 Timers fully refactored & updated (#721)
* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
[EGD-3807] Cellular messaged added, PinLockHandler added for handling sim messging (#758)
Egd 2914 ussd (#729)
* [EGD-2914] Window + base API.
* [EGD-2914] USSD test window changed.
* [EGD-2914] CMUX frames deserialised in dlc channel.
* [EGD-2914] USSD session.
* [EGD-2914] CUSD urc handler.
* [EGD-2914] Simplified USSD test window, sms storage command.
* [EGD-2914] Setting sms storage at modem init.
* [EGD-2914] Changelog.
* [EGD-2914] Style fix.
* [EGD-2914] Style fix again.
* [EGD-2914] Cleanup.
* [EGD-2914] PR applied.
* [EGD-2914] Rebase fixes.
* [EGD-2914] Style fix.
Co-authored-by: Kuba Kleczkowski <dd>
[EGD-3491] Added DTMF tone transmission