[EGD-4407] Text backup and restore added. (#1022)
[EGD-4094] Fixing all typos and missing links with one PR (#1019)
One PR - many typos and links fixed.
[EGD-4314] Indexer DB – support for ListView (#996)
[EGD-4218] Convert service-desktop to library
[EGD-4344] vfs-utils refactor (#1010)
* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore
* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore
* [EGD-4344] moved methods to utils::filesystem
* Update module-utils/Utils.cpp
Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
* Update module-utils/Utils.cpp
Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
* Update module-utils/Utils.cpp
Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
* [EGD-4344] test fixes, linux fixes, GUI fixes
* [EGD-4344] rebase fixes
* [EGD-4344] bugfixes for rt1051 and mutex support in EventStore
Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
[EGD-4264] directory reordering (#1001)
* [EGD-4264] VFS directory reordering
Currently VFS uses flat directory structure
for disc manager I need more sofisticated directory layout
* [EGD-4264] Remove redundant -Wno
* [EGD-4261] New purefs API
* [EGD-4264] Unittest fixes
* [EGD-4264] Directory relativity
* [EGD-4264] Relative path fixes
* [EGD-4264] Fix RT1051 compile errors
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4396] Fixed onClose call at application close. (#1011)
[EGD-4389] Microphone bias activation quick fix (#1012)
[EGD-4389] Microphone bias activation quick fix.
[EGD-3510] audio codec configuration for headset microphone (#1004)
[EGD-3510] Audio stereo outputs fixed. Microphone bias handling for headset. Headset microphone gain adjusted.
[EGD-4217] Convert service-db to library
[EDG-4349] Load script to init alarms database (#1000)
[EGD-4366] Global data cleanup. (#999)
Changelog fixes for release 0.46.1 (#1008)
[EGD-4264] Mark vfs methods as deprecated (#998)
* [EGD-4264] Mark vfs methods as deprecated
Mark all vfs.xxx method as deprecated all applications should migrate
to standandard file IO library like <cstdio> <fstream> <filesystem>.
Standard libraries are working, and vfs. global class will be removed
in the feature relase when disk and filesystem manager will be completed
* [EGD-4264] Deprecated migration guide comment
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Egd 4097 call request recognition (#961)
* [EGD-4097] WiP Call request factory.
* [EGD-4097] Fabrication method changed.
* [EGD-4097] Call request handlers.
* [EGD-4097] Request handlers.
* [EGD-4097] Small refactor.
* [EGD-4097] Cleanup.
* [EGD-4097] Fixes aftr rebase + changelog.
* [EGD-4097] License fixed.
* [EGD-4097] PR suggestions.
* [EGD-4097] Fixxed request constructors.
* [EGD-4097] PR suggestions applied.
* [EGD-4097] Style fix.
* [EGD-4097] After rebase fix.
* [EGD-4097] Removed unnded semicolons.
Co-authored-by: Kuba Kleczkowski <dd>
[EGD-4330] file streams ld preload library (#982)
* [EGD-4330] file streams ld preload library
It is concept library LD_PRELOAD for handle syscalls wrapper to the
image fat file.
* [EGD-4330] Stdlib implementation
* [EGD-4330] Stdio syscalls
* [EGD-4330] Dir searching stdlib replacement
* [EGD-4330] NL at end of file
* [EGD-4261] Working version of library wrapper
* [EGD-4330] Script for run emulator on fs image
Run phone emulator using filesystem image
* [EGD-4261] Missing debug file
* [EGD-4330] Not needed to link...
* [EGD-4330] Code review fixes #1
iosyscalls
* [EGD-4330] Code review fixes round #2
* [EGD-4330] Code review round #3
* Ident fixes
* [EGD-4330] Ident fixes
* [EGD-4330] Code review round #4
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-4378] Fix audio bugs (#1003)
* fix - call ear-speaker does not work
* fix - BT sink state is not stored
[EGD-4357] Improve error handling in audio (#990)
- error code can be now returned also during
initialization
- fixed crash when user requested to playback
file that does not exist