[EGD-8168] Fix Fixed lock screen in Calendar and Meditation Fixed empty Lock screen in applications Caledar and Meditation. Error was caused by not handled messages response at all.
[EGD-8167] Fix for crash on SOS screen Paramter pointer was used without checking if it is nullptr
[CP-988] Fix reporting of storage size - Fixed size truncation to 32-bit value - Calculating storage info from all partitions - Code cleanup
[EGD-8170] Crash fix on PhoneWindow settings Missed when fixing others in bulk
[EGD-8166] Private Number instead proper number shown on screen Race condition workaround
[CP-856] Refactor test contacts Refactor contacts EP test to make it work again. Rewritten with use of contacts EP API moved to harness submodule.
[EGD-8198] Fix reporting block size on the fat patrtition Fix statvfs() function for reporting proper block size on the vfat parition Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8049] Fix deleting button in meditation app Excepted behavior: Deleting characters should work in a duration time input Current Behavior: Pressing "#" to delete characters doesn't work in the input. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8138] Software closing procedure improved Release of resources and closing of all unfinished services and workers.
[EGD-8170] Possible crash on window entry fix This is not the best fix, as it most probably should be written differently in the first place
[EGD-8170] Fixed crash on settings window as in description
[EGD-8170] Enabled view of SIGSIEV by default We were ignoring singals, therefore we werent able to inspect crash before other tools (i.e. sanitizer) came in
[EGD-8161] Fix proper info on call with no sim There was bad trnaslation name.
[EGD-3544] Label replacement with OneLine text Label replacement with OneLine text. Style and usage fixes.
[EGD-8124] Allow to use dashes, parenthesis and dots in phone numbers Phone number validation in input field was too restrictive, which caused error during attempt to save correctly formatted phone numbers.
[EGD-8164] Multiple same popups can be stored On initial code there was option to store only one popup of set priority, now we can store multiple ones
[EGD-3411] Added OneLine Text with Ellipsis Added OneLine Text with Ellipsis. Text Lines and Cursors refactor. Added tests.
[EGD-8137] Fix system pre closure procedure Added some services specific implementations of pre closure procedure. If one request pre closre, all mesagges (except system ones) recieved by service are ignored.
[EGD-7056] Fixed sms input cursor starting position to document end Fixed sms input cursor starting position to document end.
[EGD-8034] Switch elements order on date and time screen Elements in the date and time scrren were in the wrong order. Now they are alligned with design.