[EGD-5204] Secure USB communication Secure all endpoints by returning 403(Forbidden) when USB is connected. Request screen passcode to enable secured endpoints.
[EGD-4157] Actions queue added All actions shall be queued in order to process them later.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[EGD-5737] Merge master into experimental Synchronize with master before merging
[EGD-5312] Add Time selection window - add ChangeDateAndTimeWindow, - extract EventTimeItem to common widgets folder and rename it to TimeWidget, - extract EventDateItem to common widgets folder and rename it to DateWidget, - replace timeWidget with common TimeWidget in NightshiftWindow, - refactor time setting in DesktopMainWindow and TopBar, - Remove dead code from EventManager (GetNextAlarmTimestamp and HandleAlarmTrigger)
[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-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5795] Fix Some MMI data responses are showing only title Fix message processing for call waiting data response Fix message processing for call barring data response
[EGD-5098] Fix and remove old vfs class Fix and remove global vfs object remove all old data included in the vfs.hpp class
[EGD-3756] Created generic ListItemWithCallbacks Added generic template for ListItemWithCallbacks. Replaced onDimensionsChange with callbacks.
[EGD-5613] Fix pin lock window Minor fixes in pin lock window caused by gcc10 asan leak detection.
[EGD-5158] Change access to the bus methods The bus is now accessible only via Service object.
[EGD-5517] Add MMI custom response window Add MMI custom response windows for: Call barring Call waiting CLIP CLIR IMEI
[EGD-5593] Change SOS button occurrences in GUI Due to the changes made in our desing 'SOS' button have to be visible only on the unlock info screen (yet it shouldn't be on the pin window). This PR fixes locked info window as well as pin window.