~aleteoryx/muditaos

52f05b31 — Bartosz 3 years ago
[MOS-000] Update changelog

Update release date
969bb5bf — Pawel Olejniczak 3 years ago
[CP-1453] Update test script for file system endpoint

Add test for listing files and their size in a specified path.
ed079151 — Maciej Gibowicz 3 years ago
[MOS-638] Fix poor phone responsiveness

Sometimes it took a long time to redraw
the screen with the USB cable unplugged.
9268b27b — Pawel Olejniczak 3 years ago
[CP-1454] Add file size to the list of files in specified path

Next to each of the files listed in the file list in the path
specified in the request is now displayed its size.
539e740b — Bartosz 3 years ago
[MOS-000] Update README

Updated changelog entry in readme
e1b56af5 — Bartosz 3 years ago
[MOS-000] Add changelog

Added changelog
191a86f9 — Mateusz Piesta 3 years ago
[BH-1537] Statistic frontend

Added integration of statistics model,
presenter and widget.
84dd538f — Mateusz Piesta 3 years ago
[BH-1538] Stats info widget

Created statistics info widget.
fd66ad4d — Maciej Gibowicz 3 years ago
[MOS-645] Fix Mudita Center synchronization fail

Sometimes the user was unable to connect
to the Mudita Center due to sync errors
3c1067cd — Lefucjusz 3 years ago
[MOS-421] Add state refresh when BT automatically turns off

Added code to update BT power state
when it automatically turns off due
to inactivity.
c9b16c30 — Maciej Gibowicz 3 years ago
[MOS-598] Improved keyboard responsiveness

Add sentinel that increases and hold the CPU frequency
after a button press event
8cc5960e — Dawid Wojtas 3 years ago
[MOS-499] Improve lock screen power consumption

Power on the e-ink only when it is needed e.g. fast or deep
refresh. Update battery percentage only when discharging.
e6c36a92 — Lefucjusz 3 years ago
[MOS-635] Bump updater version for Pure

Changed downloaded version of updater,
1.5.2 allows to downgrade MuditaOS.
798c7e87 — Adam Wulkiewicz 3 years ago
[MOS-601] Disable debug timer in DisplayLightWindow

The timer is responsible for refreshing debug options which interferes
with navigation strings of other windows until it is stopped when window
is destroyed.
919ecb9f — Lefucjusz 3 years ago
[MOS-421] Fix BT state first rendering off

Fix of the issue that after entering
bluetooth settings power state is shown
as off at first, even though bluetooth
is turned on.
34ca4a1b — Dawid Wojtas 3 years ago
[MOS-573] RT1051 and linux documentation

Created readme about files in directories. Also added
documentation on how to add or update syscalls wrappers.
7cbfd6a9 — Mateusz Piesta 3 years ago
[BH-1356] Meditation stats backend

Added meditation statc backend.
Added temporary widget for testing
purposes and corresponding modules
(meditation stats presenter, window,model).
fcc30eea — Mateusz Piesta 3 years ago
[BH-1515] Bedtime reminder notification issue

fixed formatting issues
3043c063 — Onufry Pajaczek 3 years ago
[BH-1515] Bedtime reminder notification issue

AbstractAlarmAction execute method takes Record as paremeter to pass it
to action
Bedtime abstraction extended to keep own EvetContainer and hadle needed
actions(push,clear ... and so on)

Fixed an issue where cpp file was added by #include directive
New fuction added to test/CMakeLists.txt to
add manually prepared target to test siute
googletest-service-time-alarm-operations source moved to library and
than linked in to googletest-service-time-bell-alarm-operations
f56b631e — Pawel Olejniczak 3 years ago
[CP-563] Return correct threadID after adding new message

After adding new message via Messages EP API,
threadID field was always 0, which was incorrect.
Next