~aleteoryx/muditaos

ref: 8907a3d52959565dd9e09fd9f875018a72dd5b39 muditaos/module-utils d---------
24c927ef — Piotr Tanski 5 years ago
[EGD-3988] SMS thread for a specific contact shall be splitted into separate ones if multiple phone numbers are available. (#801)

f5aec044 — Piotr Tanski 5 years ago
[EGD-3838] Introduced a meditation progress bar with simple implementation of meditation application. (#783)

680c8168 — Radoslaw Wicik 5 years ago
[EGD-3998] New db engine (3.33.0) and vfs passing PRAGMA support back to sqlite
0014dae2 — Lucjan Bryndza 5 years ago
[EGD-3854] Removing goto's from the code (#797)

It is generic cleanup task for removing all goto files

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
a0956f06 — Krzysztof Móżdżyński 5 years ago
[EGD-3780] Fix emoji insertion
2df98eea — Jakub Pyszczak 5 years ago
[EGD-3841] Add audio vibration and enable sound option
b89d6cca — Tomas Rogala 5 years ago
[EGD-3700] Time display on rt1051 - rework
d7d132ed — Marcin Smoczyński 5 years ago
[EGD-3798] remove utf8 test output (#775)

Test result parsers are failing due to excessive output of one of utf8's
tests.
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
[EGD-3813] magic enums as submodule + update to 0.6.6 release
Egd-3408 Rich text  (#712)

* EGD-3408 gui::Text Rich text parser added with pugixml tree & tree walker

* EGD-3408 Fitted code in
4c30d444 — Marcin Smoczyński 5 years ago
[EGD-3797] change default country to unknown

Can't assume that user is in Poland if number origin is unknown.

Fix related unit tests.
a9985de1 — Maciej Gibowicz 5 years ago
[EGD-2369] sprintf clean up (#677)

9447da65 — Piotr Tanski 5 years ago
[EGD-2870] Message drafts feature implemented. (#704)

- Save unsent messages as drafts on thread view window close.
- Queries for SMS add and update introduced.
- Fix for windows IDs all being zeroes across the GUI.
65b4e9ad — Tomas Rogala 5 years ago
[EGD-3469] PR changes
6e9bdb3d — Hubert Chrzaniuk 5 years ago
[EGD-3468] Fix metadata of audio files
ee3167c1 — Hubert Chrzaniuk 5 years ago
[EGD-3035] unify time formatting functions
45773ddf — Tomasz Sobkowiak 5 years ago
[EDG-3415] Handle new line when entering text
9095333b — Bartek Cichocki 5 years ago
[EGD-3502] PR fixes
9eeeb6ae — Bartek Cichocki 5 years ago
[EGD-3502] reworked endpoints and handlers
added endpoint listener to query
Next