~aleteoryx/muditaos

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.
bc2e3cc0 — Lefucjusz 3 years ago
[MOS-600] Fix RF button hold leaves alarm ringing

Fix of the issue that long press
of right function button causes
alarm popup window to close,
but alarm is still ringing.
The only way to turn it off was
to power off the phone.
edfe8ac0 — Marcin Zieliński 3 years ago
[MOS-612] Fix typos about incoming calls

Ditto
c92e5b39 — Paweł Joński 3 years ago
[BH-1542] Fixed colon width

Fixed colon width
2b8c60d6 — Lefucjusz 3 years ago
[MOS-514] Fix crash on entering PIN settings

Fix of the issue that entering 'PIN settings'
window before SIM card was ready caused
the crash of the system.
f5a27892 — Adam Wulkiewicz 3 years ago
[MOS-591] Improve and unify vscode ide support

Make cmake build paths for the cmake extension the same as the ones
used when building from command line and consistent with added tasks.

Add configure (cmake) and build (ninja) tasks.

Add/fix/improve launch configurations (for rt1051 cortex-debug
extension is required).

Fix cpp properties to allow vscode finding headers and symbols.

Side note. There is a bug in arm-none-eabi-gdb 10 and 11 preventing
comfortable debugging of muditaos with and without vscode (internal
error in bt or info stack). Switching to arm-none-eabi-gdb 12.1 solves
this issue. gdb-multiarch 12.0.9 works as well.
f888c75f — Dawid Wojtas 3 years ago
[MOS-589] Fix torch driver

Perform turn-off torch in only one place.
Before writing or reading i2c make sure the torch is power supplied.
Change old C-style cast to reinterpret_cast.
839d6f30 — Bartosz Cichocki 3 years ago
[MOS-593] Fix backup issues with DB

Backup had some issues when filesystem was not clearly closed.
After that, sqlite was not commiting the transaction while
doing VACUUM INTO query, which caused fail on the next
query. Fixed by commiting the transaction when there's
any ongoing one during backup.
Next