~aleteoryx/muditaos

ref: 38ee9a224c38f022d8ff932f348a6a4acd13c5f7 muditaos/module-apps/application-phonebook d---------
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.
196c0268 — Przemyslaw Brudny 5 years ago
[EGD-2395] Added BottomTop orientation support for listView. Created SMSThreadViewWindow and SMSOutputWidget. MessagesStyle moved from global Style.hpp. Fixes in Text. ListView fixes, BoxLayout callback for requestedSize. Added smsInput into list. Drafts handling added.
EGD-2955 EGD-3588 Timers fully refactored & updated (#721)

* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
  way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
  with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
9311e33a — pawpMudita 5 years ago
EGD-3808 Scrolling contacts list with a particular letter - part 2
7694df5b — pawpMudita 5 years ago
[EGD-3139]Scrolling contacts list with a particular letter - part 1
8fd488b0 — Piotr Tanski 5 years ago
[EGD-3720] Database service API cleanup for messages application. (#720)

- Major cleanup of database query usage.
f4ab64d9 — Przemyslaw Brudny 5 years ago
[EGD-3760] ListView added support to rebuild on provided offset.
ff64194e — Pawel Olejniczak 5 years ago
[EGD-3702] Fix duplication of phone number when adding or editing ex-temporary contact
Next