[EGD-4298] Disable WAL log in DB (#965)
Disable Write Ahead Log due to reduce number of fat updates
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4286] remove ServiceDesktop from main.cpp (#958)
small fix in flash_emmc.sh (.ini files are not there anymore)
umount end eject disk are active again
[EGD-4213] Convert service-appmgr to library - library (#960)
[EGD-3147] SMS incoming ASCII characters (#939)
[EGD-4103] Fix phone hanging when pressing '=' in calculator (#891)
Crush was caused when using std::to_string() on rt1051 to convert double (result from equation) to string.
Other methods f.e. using std::stringstream, sprintf also do not work.
Add own floating point converter to string.
[EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
[EGD-4284] missing include added (#956)
[EGD-2778] fixed missing phone number
Phone number was missing in delete message thread confirmation window for threads with temporary contacts
EGD-3585 ServiceGUI and ServiceEink initial cleanup (#953)
* EGD-3585 SerwiceGUI and ServiceEink initial cleanup
* moved code to one function per message handling
* removed dead code from comments
* added Service.cpp demangling to debug messages for clear output
* added Response value to return messages to `connect()`
[EGD-3772] added HSP sink and source (#918)
Added HSP playback to the BT device and stream of the BT device microphone back to the OS
Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4204] Add support for assets with space in file name (#949)
[EGD-4278] Fix filling Rect with color (#950)
[EDG-4049] Add locked screen settings window with ON/OFF (#900)
* [EDG-4206] Add locked screen and integrate with ON/OFF widget
EGD4058 File Indexer Agent query hotfix (#951)
[EGD-4144] build: individual libs for 3rdparty (#925)
Create individual library for each of third party project to be able to
determine memory usage of each of project's components.
Disable third party optimization for linux platform.
[EGD-4058] Create File Indexer db Agent (#863)
Egd 3676 (#824)
[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
[EGD-4269] fix taglib module paths (#948)