~aleteoryx/muditaos

ref: c9b16c3064aacec99d7d2259a2c60bda959225f0 muditaos/products d---------
1d19c549 — Maciej Janicki 3 years ago
[BH-1444] Fix vertical layout

Fix vertical layout:
- fix wrong hour displayed
- fix scrambled layout
b232c977 — Pawel Olejniczak 3 years ago
[CP-1135] Extend messages API by deleteThread method

Allow to delete single message thread specified by id
using messages endpoint API.
[MOS-450] Fix turn off torch on critical battery level

Torch is now disabled on critical low battery level.
It will protect from battery draining.
c0f5243b — Lefucjusz 3 years ago
[MOS-402] Time legibility on lock screen fix

Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
059d6daf — Paweł Joński 4 years ago
[BH-1454] Remove binary dependencies from linux build

Remove binary dependencies from linux build
f8d4fd0a — Tomasz Rybarski 3 years ago
[BH-1469] Main alarm default volume

Default volume set to 5
cf0475b8 — Paweł Joński 3 years ago
[BH-1472] Add correct form of minutes copy in meditation app

Add correct form of minutes copy in meditation app
f82a19bf — Paweł Joński 3 years ago
[BH-1463] Bedtime reminder regression fix

Bedtime reminder will popup on homescreen again
88e410e2 — Maciej Gibowicz 3 years ago
[MOS-444] Fix phone freezing on low battery screen

After exceeding the 10% threshold of the battery,
there was no reaction during charging and the phone freezes
on the screen with a low battery.
3343f028 — Adam Dobrowolski 4 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
e693cffe — Pawel Olejniczak 3 years ago
[CP-1232] Extend messages EP API with getThreadByID method

Add API for getting single thread by its ID.
54477748 — Mateusz Piesta 3 years ago
[BH-1449] Fix crash during startup

* Moved all Bell-specific paths to AlarmSoundPaths.
* Fixed loading default layout logic. Currently, there is no
db update schema which in specific cases can lead to
layout setting field missing. In this case, load default layout and
update missing db field.
* Added support for Aarch64 Linux.
4b41abde — Paweł Joński 3 years ago
[BH-1471] Add confirmation screen at layouts settings

Add confirmation screen at layout settings
97e9d7b7 — Mateusz Piesta 3 years ago
[BH-1449] Fix gui/eink dependencies

* Dependencies between service-gui and service-eink
have been correctly defined.
* System close routine was replaced with the sequential one
which should solve many bell issues.
* It also fixes BH-1406 and BH-1442.
* Fixed some weird CMake issues in module-audio and
several other modules.
* Fixed service-gui closing routine
* Removed unneeded messages/states from service-gui/eink.
* Enhanced app-mgr closing routine. Fixed closing action handling.
44cc7f00 — Tomasz Rybarski 4 years ago
[BH-1444] Vertical layouts font distance

Increase distance between numbers on vert. layout
7a9ba7ff — Paweł Joński 4 years ago
[BH-1448] MTP closing routine and VCOM reset routine

MTP closing routine and VCOM reset routine
57384186 — Tomasz Rybarski 4 years ago
[BH-1433] Chime Volume Model Fix

Fixed saving of volume in Chime Model
2f42cd5e — Mateusz Piesta 4 years ago
[BH-1424] FreeRTOS update

Updated FreeRTOS source code to 10.4.6.
Moved FreeRTOS sources to the third-party directory.
Added necessary changes to the CMake configuration.
Split FreeRTOSConfig.h. From now, each board has its own.
Added missing log headers.
Minor refactor of the module-os cmake.
Fixed stack overflows in bell application main and time service.
72d31bfc — Tomasz Rybarski 4 years ago
[BH-1432] Split Language Display Handling

Separate implementations of handleDisplayLanguageChanged()
805768b9 — Paweł Joński 4 years ago
[BH-1450] Vertical layout fix for 24H format

Vertical layout fix for 24H format
Next