~aleteoryx/muditaos

ref: 255d03a5da8506d06667d26c79f44ec6ca774961 muditaos/module-services/service-appmgr d---------
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
2d7f9ad5 — Maciej Gibowicz 3 years ago
[MOS-515] Fix freezing on the on-boarding screen

The synchronization of the application startup
has been improved.
fc3b8370 — Bartosz Cichocki 3 years ago
[MOS-302] Fix application switching

During the incoming call apps apps instead of going to
background were closed, thus phone lock context
were lost. Now apps are being moved to the
background as they supposed to be
3d09ab49 — Maciej Gibowicz 3 years ago
[MOS-484] Fix freezes on the screen with the logo

Sometimes the Mudita logo screen was still visible
even though the phone turned on and initialized properly.
720f56e3 — Adam Dobrowolski 3 years ago
[MOS-419] Removed AbortCall as popup and fixed tethering poup

Removed dead code causing harm
Moved tethering to call logic
92940f0c — Maciej Gibowicz 3 years ago
[MOS-453] Fix HF on Low Battery Notification

Fix in action handling in ApplicationManager
3c06075d — Maciej Gibowicz 3 years ago
[MOS-392] Increase the stack size for tasks

Increased stack for:
ApplicationSpecialInput, FileIndexer and ApplicationManager
97e9d7b7 — Mateusz Piesta 3 years ago
[BH-1449] Fix gui/eink dependencies

* Dependencies between service-gui and service-eink
have been correctly defined.
* System close routine was replaced with the sequential one
which should solve many bell issues.
* It also fixes BH-1406 and BH-1442.
* Fixed some weird CMake issues in module-audio and
several other modules.
* Fixed service-gui closing routine
* Removed unneeded messages/states from service-gui/eink.
* Enhanced app-mgr closing routine. Fixed closing action handling.
3ad2e0f7 — Paweł Joński 3 years ago
[BH-1442] Eliminate race on shutdown screen

There is another race still possible, but far less likely
72d31bfc — Tomasz Rybarski 4 years ago
[BH-1432] Split Language Display Handling

Separate implementations of handleDisplayLanguageChanged()
053f2706 — Adam Dobrowolski 4 years ago
[MOS-282] Librarisation of services and test service

* options work a bit better ,now services and apps are
  selectable by option in cmake
* test service example added
* major documentation for module-services
* documentation for project configs and logs

Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
2b2bb13a — Maciej Janicki 4 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
e59cd403 — GravisZro 4 years ago
[MOS-245] Fix errant spaces

It appears in the past a major edit was made but had used a regex to
change some text which resulted in an errant space between the
enumuneration/struct/class name and the scope resolution operator.
These errant spaces have been removed.
e34c5b69 — Marek Niepieklo 4 years ago
[CP-1021] Add token field to Device Info API

Generating a device unique id
Returning device token generated from device unique id in DeviceInfo
Added test for device token in test_devic_info.py
dff73e2b — Paweł Joński 4 years ago
[BH-1315] Change homescreen mechanism

Backend for changable homescreen layouts
853b0787 — wojtekrzepecki 4 years ago
[EGD-8227] Refactor quotes db

refactoring of quotes db layout to conform with
given requirements
6566ad7a — Pawel Olejniczak 4 years ago
[CP-1007] Add API for rebooting to USB MSC mode

It will allow to reboot the device to USB MSC mode
without need to interact with a physical keyboard.
c2502304 — Lucjan Bryndza 4 years ago
[EGD-8193] Revert proper system shutdown durign update

This reverts commit cc15dfdc3ef665d6a2e444b2e315cfc5e120a6f4.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
6aa54d4a — Alek Rudnik 4 years ago
[EGD-8193] Proper system shutdown durign update

Made sure all services are deinitialized properly
c1391090 — Mateusz Piesta 4 years ago
[BH-1389] Catch2 unit tests optimization

Removed redundant recompilation of catch2 main
resulted in over 20% speed up of unit tests compilation.
Next