~aleteoryx/muditaos

ref: 83ec53d470a252faa8e4ce7f285e350ece119e86 muditaos/module-utils d---------
3b08e4c3 — Mateusz Grzywacz 5 years ago
[EGD-4932] new battery icons + battery in TopBar rework
f56609aa — Lucjan Bryndza 5 years ago
[EGD-4502] Fix and remove old vfs boot

Remove old vfs bootconfig from the vfs which
will be removed in the later commit
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
caa4ecec — Mateusz Grzegorzek 5 years ago
Revert "[EGD-4532] Implement dumping logs to a file for RT1051 (#1114)" (#1197)

This reverts commit 3572f1bf7995a7270755fab682c4285fe06cd9c6.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
6ce0dc4d — jimmorrisson 5 years ago
[EGD-4751] Change: new filesystem handling implementation in module services. (#1151)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module services. It also contains minor fixes in module-services.
8df9b22a — Mateusz Grzywacz 5 years ago
[EGD-4582] Bluetooth over DMA (#1115)

[EGD-4582] Bluetooth UART: replace polling with DMA
6711e02b — jimmorrisson 5 years ago
[EGD-4446] Change: new filesystem handling implementation in module db. (#1052)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
3572f1bf — Mateusz Grzegorzek 5 years ago
[EGD-4532] Implement dumping logs to a file for RT1051 (#1114)

Dump logs to a file on RT1051 after reaching 80% of log buffer utilization.
8be15b96 — Lucjan Bryndza 5 years ago
[EGD-4498] Virtual Filesystem Core Framework (#1074)

* [EGD-4498] Registering and unregistering VFS

* [EGD-4498] Mount structures added

* [EGD-4498] Mount filesystem completed

* [EGD-4498] Mount / unmount / and find mount impl

* [EGD-4498] Per thread directory TLS

* [EGD-4489] Absolute paths implementation

* [EGD-4498] Git ignore vim

* [EGD-4498] VFS core functions without cwd

* [EGD-4498] Other syscalls

* [EGD-4498] Code review fixes

* [EGD-4498] Code review #2

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4498] Code review small fixes vol #3

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
0ef0d615 — Krzysztof Mozdzynski 5 years ago
[EGD-4150] Change filename i18 to i18n (#1108)

Change filename of internationalization files from i18 to i18n.

I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
9d35def1 — Mateusz Grzegorzek 5 years ago
[EGD-4477] Dump logs to a file for linux (#1081)

[EGD-4477] Implement dumping logs to a file for linux
d48d2d8b — Krzysztof Mozdzynski 5 years ago
[EGD-4167] Add n display languages loaded from files (#1047)

ccc49c7b — KacperLewandowski 5 years ago
[EGD-3698] Add UT for TimeRangeParser. (#750)

Move TimeRangeParser to module-utils.
d205264c — Hubert Chrzaniuk 5 years ago
[EGD-4491] MMI call forwarding full support (#1069)

 * support for Basic Service Group and time
   parameter of call forwarding
 * fix RequestFactory, previously regex
   checking loop may have been left too early
84e08c24 — tomaszrogala 5 years ago
[EGD-3512] Create ICS Parser (#892)

-Create application desktop endpoints for calendar events
-Modify Calendar Database Interface
-Create ParserICS lib
-Create calendar events endpoints test
-Create UT for ParserICS
70126e07 — jimmorrisson 5 years ago
[EGD-4439] New filesystem handling - module audio. (#1037)

[EGD-4439] Taglib revision update
5ce2f3d3 — Roman Kubiak 5 years ago
Revert "[EGD-4344] vfs-utils refactor (#1010)" (#1027)

This reverts commit e6ca468d2c0a3d3f9a045c123ee901690e2b28a9.
e6ca468d — Roman Kubiak 5 years ago
[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>
Next