[EGD-8247][EGD-8249][EGD-8250] Fix of Quotes UI minor bugs fix for invalid window transitions, list update and quote display on wallpaper
[EGD-7359] Remove 0 connection frequency for message only mode When Offline/Message only mode is set, Pure should log into the network to send and download messages based on connection frequency. The default option was set to 0, which meant that message only mode was not working at all.
[EGD-8212] Fixes for quotes edit UI minor fixes to conform with given design
[EGD-8227] Refactor quotes db refactoring of quotes db layout to conform with given requirements
[EGD-7420] Phonebook multiple numbers selector Added Phonebook multiple number selector.
[EGD-7792] Meditation timer interval widget replacement Meditation timer interval widget replacement.
[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
[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
[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-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-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-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-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.
[EGD-7461] Disallow to set 0 meditation time The user was able to set 0 meditation time and start meditation. Noe 0 is automatically changed to minimal meditation time.