[EGD-3363] Added color setter to Text Added color setter to Text.
[EGD-7573] Add support for reliance edge fs Added support for reliance edge file system. The initial port is done. The whole effort is still WIP. Left a note in readme file what should be done next.
[EGD-2489] Enable full newlib Newlib nano is an optimized for size version of newlib libc library. While newlib nano is smaller in size, it is also noticably slower than the full version - https://interrupt.memfault.com/blog/memcpy-newlib-nano Moreover, full newlib provides native possiblity to printf 64-variables, including double and float. There was hard fault while trying to enable full newlib whithout recompilling memcpy implementation with -mno-unaligned-access compile option. It was failing for missalinged memory access during memcpy. Similar issue is described here - https://bugs.launchpad.net/gcc-arm-embedded/+bug/1857469
[EGD-8081] Bump up dr_flac version Bumped up version of dr_flac library to recent version. Unified decoder API and made sure it is working as expected.
[EGD-7993] Fix memory leak after import contact via MC Reducing the memory allocation for re2, which results in a change of the algorithm from DFA to NFA, which consumes less resources.
[EGD-7860] Fix for call error flow Make sure it is not possible to request a call twice. Added new error windows for general call error and no network connection. Make sure there are no issues when call is requested from external app e.g. from callog or phonebook.
[EGD-7860] Fix building of application antenna It was not compiling before
[EGD-8076] Replace wav decoder by dr_wav Replace plain straigh waw decoder by the dr_wav library. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8075] Add dr_libs as subrepo It adds dr_libs as third party subrepo.
[CP-830] Merge Backup and Restore tests Merged Backup and Restore tests
[EGD-8002] Added SSP, fixed some minor issues, removed obsolete code ssp seems working minor crash fixups copy lacks patched obsolete code removed Devicei tests added for added code and cleanup Added missing tests for new functions Code cleaned up a bit - mostly moved to cpp
[EGD-7871] Fix refreshing calllog details after editing contact After editing a contact from the calllog level, the calllog details will be refreshed.
[EGD-8083] Add wallpaper option Added connection of wallpaper window to settings
Merge remote-tracking branch 'origin/stable'
[EGD-8079] CPU frequency conversion PWM fix Fixed CPU frequency conversion.
[BH-1252] Alarm Activated Behaviour Change Alarm Activated should not return to Alarm Set
[BH-1227] Frontlight On When Entering Settings Frontlight has to be on when entering frontlight settings
[BH-1271] Icons on summary screens align vertical Summary screens icons are aligned vertically
[BH-1283] Battery icon alignment Battery icon aligned to the middle of screen
[BH-1251] Fix meditation app respawning Prevent meditation app from spawning multiple instances