~aleteoryx/muditaos

ref: 41e8e6dc91764d62e6a35a71a8740768710f2ba3 muditaos/module-apps d---------
123c95f9 — KacperLewandowski 5 years ago
[EGD-3809] Calendar changes after UX redesign (#745)

Add an additional field for date of the event.
Set 'all day' event as a default option when you add a new event.
Change in the design of AllEventsWindow and EventDetailWindow according to UX redesign.
a0ffde3a — Radosław Wicik 5 years ago
[EGD-4212] Convert service-antenna to library (#972)

Co-authored-by: Radoslaw Wicik <radoslaw@wicik.pl>
691c2926 — Krzysztof Mozdzynski 5 years ago
[EGD-3360] Input and display language separation, input language setting implementation (#920)

e5199a37 — Lucjan Bryndza 5 years ago
[EGD-4261] stdlib file access syscalls for RT1051 platform (#952)

* [EGD-4261] Initial version of syscalls

* [EGD-4261]  CR small fixes

* [EGD-4261] Rename namespace and fsync call

Rename namespace vfs::internal for clarify that syscall functions are for internal use only

* [EGD-4261] Handle manager for stdlib

Handle manager layer for STDIO compatibility.

* [EGD-4261] Initial version of sysscall (old vfs)

* [EGD-4261] Direntry syscalls completed

* [EGD-4261] Fixes in handle manager

* [EGD-4261] Add support for std::filesystem.

libstdc++ from compiler is compiled without <dirent.h>
, so std::directory_iterator doesn't work.
Our implementation fix this issue and override
libstdc++ library code

* [EGD-4261] Compile syscalls only on RT1051 target

* [EGD-4261] RT compile fix

* [EGD-4261] Code review small fixes

* [EGD-4261] Code review fixes

* [EGD-4261] Remove redundant noisy debug log msg.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
287e49ad — Alek Rudnik 5 years ago
[EGD-4325] Meditation App - Fixed crash on gong sound. (#977)

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.
57f6c267 — Radosław Wicik 5 years ago
[EGD-4213] Convert service-appmgr to library - library (#960)

f0fb9f51 — KacperLewandowski 5 years ago
[EGD-4103] Fix phone hanging when pressing '=' in calculator (#891)

Crush was caused when using std::to_string() on rt1051 to convert double (result from equation) to string.
Other methods f.e. using std::stringstream, sprintf also do not work.
Add own floating point converter to string.
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.
0974e41f — Michał Kamoń 5 years ago
[EGD-2778] fixed missing phone number

Phone number was missing in delete message thread confirmation window for threads with temporary contacts
EGD-3585 ServiceGUI and ServiceEink initial cleanup (#953)

* EGD-3585 SerwiceGUI and ServiceEink initial cleanup

* moved code to one function per message handling
* removed dead code from comments
* added Service.cpp demangling to debug messages for clear output
* added Response value to return messages to `connect()`
4bc7df5f — Tomek Sobkowiak 5 years ago
[EDG-4049] Add locked screen settings window with ON/OFF (#900)

* [EDG-4206] Add locked screen and integrate with ON/OFF widget
5be842fc — breichel 5 years ago
Egd 3676 (#824)

[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
faac1950 — KacperLewandowski 5 years ago
[EGD-3826] Rework of day events list. (#889)

Use database model in day events list instead of internal model. Extend getFiltered query.

Co-authored-by: Tomas Rogala <rogala.tomasz1@gmail.com>
EGD-4178 EINK inverted mode (#915)

* EGD-4178 Added simplistic eink invert mode option
EDG-3585 Small fixup for refresh & cleanup in buildDrawLists (#916)

* EGD-3585 Minor refresh fixup&  Normalised buildDrawList everywhere
1a6ea1f4 — Alek Rudnik 5 years ago
[EGD-4205] mudita 1st audio assets (#940)

626b787f — Paweł Olejniczak 5 years ago
[EGD-3993] Integrate ButtonOnOff with OptionSetting (#931)

fe546ae4 — PrzeBrudny 5 years ago
Revert "[EGD-4168] passcodes for sim change to variable length (#924)" (#934)

This reverts commit d29ee76fa546a32e9e004de2833c25e818fb94f5.
c9df8931 — Hubert Chrzaniuk 5 years ago
[EGD-4169] Fix call timer (#908)

Next