~aleteoryx/muditaos

ref: 165788e15fb72e04d4ff068bb2c20623ae726671 muditaos/module-services d---------
d9e098b7 — Jakub Pyszczak 5 years ago
[EGD-5198] Fix service database tests

Due to the problems with settings api test there is need to turn it off
till it's fixed. Should be reverted as soon as it's done.
ff5ed529 — Jakub Pyszczak 5 years ago
[EGD-5163] Fix UT module-db

Convert module database tests to run natively on linux.
322ee84d — Jakub Pyszczak 5 years ago
[EGD-5108] Fix UT module service

Convert module service tests to run natively on linux.
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
5ad8a9bc — Jakub Pyszczak 5 years ago
[EGD-5145] Fix remove vfs include from UT

Deprecated vfs is no more accessible. Deleted old includes.
32de9ec6 — Lucjan Bryndza 5 years ago
[EGD-5102] Fix compile on rt1051 platform

It is initial commmit which fix compilation after
vfs. global object removal. It still need implementation
newlib syscalls.
6c4c4e8a — Lucjan Bryndza 5 years ago
[EGD-5098] Fix and remove old vfs class

Fix and remove global vfs object remove all old data
included in the vfs.hpp class
7e36ee7c — Jakub Pyszczak 5 years ago
[EGD-5088] Change new filesystem implementation

Removed deprecated vfs calls from all applications.
30d6ddbe — breichel 5 years ago
[EGD-4920] Add API to get current operator name

Asynchronous API to get operator name,
also possibility to easy extend solution for
current operator technology and information about
operator selection mode (automatic/hand).
759bee96 — breichel 5 years ago
[EGD-4919] Add API functionality to set operator

Functionality for set operator (with name) and
set autoselect were added.
a5f95782 — breichel 5 years ago
[EGD-4628] Add APN settings and URC handler for PDP context

Classes supporting APN settings on modem and telephone
configuration (synchronization) have been constructed.
Possibility of asynchronous execution
of individual actions via ServiceCellularAPI.
Added message with information about deactivation of the
PDP context (URC) that the
application / service can listen on.
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
3f29c30b — Piotr Tański 5 years ago
[EGD-4968] Change GUI service to optimize flow and memory management

Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
402a7416 — Piotr Tański 5 years ago
[EGD-5026] Change Eink service code structure

Refactor.
7e157e83 — Wojtek Rzepecki 5 years ago
[EGD-5050] Add brownout detection

Brownout detectection realized through charger driver
3780b484 — Lucjan Bryndza 5 years ago
[EGD-5074] Add native fscore for emulator

This is a first commit when the emulator uses
the new filesystem core.

libiosyscall library read environment variable

IOSYSCALS_REDIRECT_TO_IMAGE

When  IOSYSCALS_REDIRECT_TO_IMAGE=1 all syscalls
are redirected to the image. If env is not defined
or set to 0 only paths are translated and redirected
to the native linux syscalls

[EGD-5074] Remove free rtox library

Remove unneeded fat library from the freertos

[EGD-5074] Fix freertos mutex as unique

Add freertos mutex in the unique_ptr for avoid inclusion of the
freertos.h

[EGD-5074] Remove frertos-fat submodule

Remove uneeded fat freertos submodule

[EGD-5074] Add handle types in the vfs_subsystem

Add handle types in the vfs subsystem

[EGD-5074] Add submodule for hashmap

Add submodule for hashmap

[EGD-5074] Add support for dirent

Add support for dirent for new filesystem

[EGD-5074] Fix mutex class

Remove mutex in header

[EGD-5074] Remove old vfs from file indexer

File indexer should be fixed for use new vfs

[EGD-5074] Fix unit test vfs

Remove unit tests vfs for clas

[EGD-5074] Add Posix implementation with new fs

Add posix implementation with new fs core

[EGD-5074] Fix stdio syscalls

Fix all stdio syscalls

[EGD-5074] Fix iosyscalls scan family

Fix iosyscalls scan family

[EGD-5074] Fix native API

Fix native api

Work in progress some minor fixes

[EGD-5074] Fix lib stdio

Fix lib stdio

[EGD-5074] fix lseek return value in fat driver

Fix lseek return value in the fat driver

[EGD-5074]  Unit test fix

Unittest fixes

[EGD-5074] Emulator syscalls

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
31df1ce7 — Piotr Tański 5 years ago
[EGD-4921] Add next harness test cases

Test harness extended with additional tests:
- Making a call to a specific phone number.
- Calling back to the last number from the call log.
- Searching for SMSes with a phone number filter.
e7931b21 — breichel 5 years ago
[EGD-4918] Change network scan for operators

Change old implementation of network scan. Now in class
which have rest of network settings as NetworkSettings.
Change method from old message style to connect/API.
f9b9967b — Maciej-Mudita 5 years ago
[EGD-4694] Add CPU frequency shift mechanism

The CPU frequency changes automatically which saves energy
ec26699c — pawpMudita 5 years ago
[EGD-4898] Add GUI for Custom MMI messages- call forwarding

Visitor framework for displaing MMI messages.
GUI for call forwarding custom messages.
Next