~aleteoryx/muditaos

ref: b04f19bde7a08f14f072250fb4b5cb6e63410e8c muditaos/module-apps/application-phonebook d---------
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
dc99ba52 — Krzysztof Móżdżyński 5 years ago
[EGD-4590] Change KBD parser to JSON for input keyboard files

Changed keyboard input language parser to parse JSON files.
Removed all KPROF files and added JSON.
Added unit tests for new parser.
Modified document about adding languages.
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'.
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

998ceac4 — Radoslaw Wicik 5 years ago
[EGD-4217] Convert service-db to library
22102c4b — Piotr Tanski 5 years ago
[EGD-4200] Message handling refactored. (#974)

486d21af — Marcin Smoczyński 5 years ago
[EGD-4288] refactor global data (#959)

Reduce firmware size by refactoring global data defined in public
headers.

Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
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.
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.
b84eda2e — Paweł Olejniczak 5 years ago
[EGD-2629] Add Phone name window (#887)

[EGD-2629] Update changelog and minor fixes
2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
7eaedae9 — Przemyslaw Brudny 5 years ago
[EGD-4079] List looping rebuild fix. Draft msg overwriting sms input text. Crush on contact details application exit fix. Special characters inserts no longer call onBeforeShow.
47645efe — Krzysztof Móżdżyński 5 years ago
[EGD-3914] Fix ApplicationSpecialInput and PhoneBookMainWindow data leaks
fdb2cfdb — Piotr Tanski 5 years ago
[EGD-3597] Shape rendering refactored. (#827)

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
0eb1fd03 — Przemyslaw Brudny 5 years ago
[EGD-3985] Removed unique_ptr to vector for DatabaseModel updateRecords Method.
Next