[EGD-4063] Handling PUK/PIN (#1014)
[EGD-4063] Added handling of PIN/PUK codes for SIM card objects.
SimCard class was added (supply pin and puk, change sim, get state, get sim lock infromation, get attempts counters)
URCCpin via URC handler was added
New message type to send data handled in URCCpin handler to ServiceCellular
[EGD-4221] Convert service-time to library
[EGD-4439] New filesystem handling - module audio. (#1037)
[EGD-4439] Taglib revision update
[EGD-4267] Don't clean application windows if the application switch is not yet confirmed. (#1040)
[EGD-4440] Redirect syscalls to underlay linux fs. (#1043)
Currently if file doens't exists on image the error is reported
but some subsystems need access to the underlaying linux fs.
In the feature release add strict checking for allowed paths
now it redirect syscall with warning.
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EDG-4348] Load script to init calllog database (#1016)
[EDG-4351] Load script to init notifications database (#1030)
[EDG-4350] Load script to init notes database (#1023)
[EGD-3220] Convert service-fota to library (#1038)
[EGD-4331] Strict check fat handles (#1034)
In previous version fat handles was not strict checked.
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-3823] Create Popup windows (#946)
-Create bargraph widget
-Create Home modes window
-Create Volume window
-Create Brightness window
-PR changes
[EGD-3572] SettingsTable exchanged to Settings::Settings (#968)
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] review issues resolved
[EGD-3572] shared_ptr -> unique_ptr
[EGD-3572] Primary Key for settings_tab:path
[EGD-3572] empty values handling
[EGD-4219] Convert service-evtmgr and service-lwip to library
[EGD-4433] update Cathc2 to v2.13.3
[EGD-4221] lseek syscall fix (#1028)
lseek return incorrect return value. This patch fix it
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4273] flow diagrams added (#970)
[EGD-4369] Absent call button on desktop with notifications fix (#1002)