~aleteoryx/muditaos

ref: f9b9967b0ebea232eadffedcf7ed6a86c94c5e48 muditaos/module-apps d---------
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.
24e2607f — Wojtek Rzepecki 5 years ago
[EGD-4727] Change Torch hardware control

Change way of button usage
da25a4b2 — mkamonMdt 5 years ago
[EGD-5033] Fix missing texts for ApplicationDesktop

 *Screen and Sim lock windows missing texts added
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
e7f176ac — Jakub Pyszczak 5 years ago
[EGD-4927] Change new filesystem

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module apps.
a6173976 — KacperLewandowski 5 years ago
[EGD-4788] Add custom repeat window for the alarm application

When choosing alarm repeat option now it is
possible to choose specific days of the week
and their combinations.
991226b7 — Mateusz Grzegorzek 5 years ago
[EGD-4992] Add main Security screen

This commit implement only main Security screen.
Change passcode functionality will be implemented
in [EGD-4995].
f8c83ce2 — SP2FET 5 years ago
[EGD-4869] Add bluetooth message status to application settings

This change demonstrates how to work with Bluetooth messages
in application settings windows.
Responses to bluetooth status messages are mocked because
settings storage and message handlers in Service Bluetooth
are not ready yet.
c7d9b6e2 — RobertPiet 5 years ago
[EGD-4732] "All Operators" menu option is shown when "Operator auto-select" is off; the state is kept in db
[EGD-4732] Network menu items visibility / indentation
871b250d — Marcin Smoczyński 5 years ago
[EGD-4534] Change audio data path synchronization

Refactor audio data path to fix several synchronization issues and
excessive copy operations on large memory blocks. Introduce
audio::Stream data structure to allow connecting audio source and sink
with a zero-copy capability.

Introduce system mechanisms:
 - critical section guard lock needed for stream synchronization
 - non-cacheable memory allocator to allocate memory for DMA safe
   buffers

Update the Googletest CMake template to match the capabilities of the
Catch2 template.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Signed-off-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com>
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.
c737af96 — RobertPiet 5 years ago
[EGD-4914] input and display languages connection to settings problem… (#1188)

* [EGD-4914] input and display languages connection to settings problem solved
4e0f72e7 — Piotr Tanski 5 years ago
[EGD-4696] Several stabilization patches. (#1192)

d4613919 — PrzeBrudny 5 years ago
[EGD-3442] Fix list empty window unhandled behaviours, in place rebuild handling, notes rebuild on note deletion and changed call Icon name to stateIcon. (#1160)

b0fae5c4 — RobertPiet 5 years ago
[EGD-3995] setup sim window prepared basing on the old settings (#913)

[EGD-3995] updated to new settings
[EGD-3995] sim switch using CellularServiceApi
009aa9dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
537ab85f — KacperLewandowski 5 years ago
[EGD-4072] Add new/edit window in alarm clock app (#1159)

Introduced the possibility to add a new alarm and edit an existing alarm
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
4b06b003 — tomaszrogala 5 years ago
[EGD-3842] Modify events records tests and add providers fields to DB (#1138)

Next