~aleteoryx/muditaos

ref: 65119cb495f3417d8f5ef4f028990cd09ab8fbc9 muditaos/source/main.cpp -rw-r--r-- 6.8 KiB
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
fac27c74 — mkamonMdt 5 years ago
[EGD-4955] Add on-off test harness for simulator

This PR provides CI test for turning on and off PurePhone
simulator.
[EGD-3247] Remove reminders of unused ping-pong feature

Feature was already removed some time ago but still some reminders
persist. This commit only removed mentioned reminders.
Some minor style fixes suggested by clang tidy were also applied.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
ba4d547f — KacperLewandowski 5 years ago
[EGD-4009] alarm clock: add main window (#1100)

Create alarm clock application and add main window.
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
50f28e8f — Bartosz Cichocki 5 years ago
[EGD-4270] updated test API, added sending message case in test harness (#1042)

[EGD-4270] build fix for GCC 10

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
899d2139 — Roman Kubiak 5 years ago
[EGD-4286] remove ServiceDesktop from main.cpp (#958)

small fix in flash_emmc.sh (.ini files are not there anymore)
umount end eject disk are active again
57f6c267 — Radosław Wicik 5 years ago
[EGD-4213] Convert service-appmgr to library - library (#960)

617dfe99 — Lucjan Bryndza 5 years ago
[EGD-4298] File indexer disabled by default (#962)

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
299be4da — Piotr Tanski 5 years ago
[EGD-4151] Application manager actions introduced. (#905)

* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
f16d3022 — Bartosz Cichocki 5 years ago
[EGD-4191] added keyReleased handling from service-desktop (#930)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
f7350c4d — Lucjan Bryndza 5 years ago
[EGD-4181] Indexer service scan files (#914)

* [EGD-4181] Initial file indexer service

* [EGD-4181] Initial version of the indexer service

* [EGD-4181] Small changes needed for file indexer

* [EGD-4181] Pass message from vfs to indexer service

* [EGD-4181] Initial indexer service with timers

* [EGD-4181] File indexer service list files

* [EGD-4181] Use default destructor in header

Don't use iterator

* [EGD-4181] Code review fixes.

* [EGD-4030] File indexer handle base mime types

* [EGD-4181] Code review fixes.

* [EGD-4181] Audio file indexer initial stub

* [EGD-4030] Text files indexer

* [EGD-4081] Missing UTF8 file header

* [EGD-4181] Startup paths as an array.

* [EGD-4181] VFS notifier dir fixes

* [EGD-4181] Service fileindexer as static library

* [EGD-4181] Code review fixes

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
10e55426 — kkleczkowski 5 years ago
Egd 4143 Service antenna enabled. (#936)

* [EGD-4143] WiP service-antenna enabled.

* [EGD-4143] Fixed service timer, connetion status from store.

* [EGD-4143] Changelog.

* [EGD-4143] Fixes after rebase.

* [EGD-4143] Service-antenna LOG disabled.

* [EGD-4143] PR suggestions.

* [EGD-4143] Duplicated includes removed.

Co-authored-by: Kuba Kleczkowski <dd>
dd508387 — Piotr Tanski 5 years ago
[EGD-4051] Based application manager app switching on application stack. (#858)

* [EGD-4051] Based application manager app switching on application stack.

* [EGD-4051] Application manager thorough refactor.
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
f1e68d22 — marek303 5 years ago
[EGD-3315] Main functionality: DB queries, timers processing, base classes for future use
ba4640c4 — KacperLewandowski 5 years ago
[EGD-3469] ServiceTime - start
ad626ebc — KacperLewandowski 5 years ago
[EGD-3857] Create calculator application
7b4a706c — Adam Dobrowolski 5 years ago
EGD-4036 Application windows - added register mechanism

* Moved ApplicationLauncher to separate files - declutering
* WindowsStore renamed to WindowsFactory - Store needs to be splitted toavoid antipattern
* Options window build dynamically onBeforeShow
* Dialog windows dynamically built
Next