~aleteoryx/muditaos

ref: e532fd87346cb15bf2023ab0e0ac8dfaceb3c2f9 muditaos/module-apps/application-calculator d---------
a21e02f9 — Jakub Pyszczak 5 years ago
[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
db4b41c5 — Jakub Pyszczak 5 years ago
[EGD-5712] Volume popup added

There is need of popup window on volume key
pressed event. This PR handles:
Creating base popup window attached to
application desktop.
Creating volume window.
Audio key events logic implementation.
84095629 — Przemyslaw Brudny 5 years ago
[EGD-5883] Added generic button popups attach to applications

Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
f1899f24 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5999] Fix stack size for calculator

Set stack size to 2,5kB for calculator app
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — 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.
7e36ee7c — Jakub Pyszczak 5 years ago
[EGD-5088] Change new filesystem implementation

Removed deprecated vfs calls from all applications.
49548152 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests

First attempt, move vfs to be init in tests
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
c2cd94a6 — KacperLewandowski 5 years ago
[EGD-4417] Fix operations in calculator

1. Fix possibility to write illogical operations.
2. Fix possibility to write multiple '0' when it is not needed.
3. Add scientific notation when result do not fit on screen.
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.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
1520a9a8 — PrzeBrudny 5 years ago
[EGD-4687] Text enum names cleanup. (#1142)

Change enum names to CamelCase.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
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'.
d48d2d8b — Krzysztof Mozdzynski 5 years ago
[EGD-4167] Add n display languages loaded from files (#1047)

b1177043 — Radoslaw Wicik 5 years ago
[EGD-4219] Convert service-evtmgr and service-lwip to library
Next