[EGD-4167] Add n display languages loaded from files (#1047)
[EGD-4517] Added Text Up/Down navigation with tests. (#1089)
[EGD-4423] Added MMI convertible to action messages. (#1087)
* [EGD-4423] Added MMI convertible to action messages.
* [EGD-4423] Fixed message type.
* [EGD-4423] Review applied.
* [EGD-4423] Unneded message removed, restored cellular log blocking.
Co-authored-by: Kuba Kleczkowski <dd>
[EGD-3698] Add UT for TimeRangeParser. (#750)
Move TimeRangeParser to module-utils.
[EGD-4524] Fix unable to build Linux Release tgt (#1093)
Due to the errors in the libiosyscalls it was impossible
to build emulator for Linux Debug target. This commit will fix this
problem.
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4512] Prevent vfs crash before init (#1091)
Currently calling any method from class vfs
causes aplication crash when methods are called before
vfs.Init() call. This commit prevent to crash end return failure
instead. The fix is related to any any vfs methods and methods called
through the standard syscall.
It is only the hotfix and it will be removed when new VFS subsystem
will be ready.
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4505] Fix problem with fread (#1092)
FIX: Fread from stdio returns not enough of data
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4507] RichText CustomTokens support added (#1083)
[EGD-4073] Alarms database rework (#1006)
Adaptation to the query approach.
[EGD-4182] Create UT for File Indexer DB (#1050)
[EGD-4332][EGD-4482] Fix playback of mono sound in headphones (#1080)
Addressed problem - when playing files containing only one
audio channel the sound could be heard in only one speaker.
[EGD-4491] MMI call forwarding full support (#1069)
* support for Basic Service Group and time
parameter of call forwarding
* fix RequestFactory, previously regex
checking loop may have been left too early
[EGD-4341] Detect static globals in CI
[EGD-4420] added timeout for opening serial port (#1077)
[EGD-4420] added pts to file writing and checking on the test side
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4452] unify desktop locks (#1071)
* [EGD-4452] Desktop locks refactored
[EGD-3512] Create ICS Parser (#892)
-Create application desktop endpoints for calendar events
-Modify Calendar Database Interface
-Create ParserICS lib
-Create calendar events endpoints test
-Create UT for ParserICS
[EGD-4262] Disk manager (#1025)
* [EGD-4262] Disk manager API draft
* [EGD-4262] New filesystem master user class
* [EGD-4262] Directory fops
* [EGD-4262] Initial version of disk manager API
* [EGD-4261] Registering and finding block devices.
* [EGD-4262] Disk manager without partition parser
* [EGD-4262] Partition parser intial ver.
* [EGD-4262] Disk read driver for Linux
* [EGD-4262] Disk manager unittests.
This unittests should be improved. Currrently it checks
only minimum functionality. Boundary tests should be added
in the next stage.
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Egd 4474 integration sim handling with gui (#1068)
[EGD-4474] Send meesages bloks added to drive gui and received from them response (like pin, puk). Basic flow.