~aleteoryx/muditaos

ref: ccce9bb19f4725b03d8b713ed04df6421f2d223e muditaos/products d---------
ccce9bb1 — Bartosz 3 years ago
[MOS-724] CodeQL setup

added CodeQL setup, small fixes to CI
8f420ecb — Adam Wulkiewicz 3 years ago
[BH-1581] Prevent meditation settings reset with deep press

Set all settings values each time a value is changed instead of doing
it after pressing enter and moving to the next settings page.
97bd1178 — Dawid Wojtas 3 years ago
[BH-1577][BH-1578] New Power Nap layout

Add circular progress bar to power nap.
Ringing bell image at the end of the power nap.
e77b5d67 — Dawid Wojtas 3 years ago
[MOS-424] Improvement of logger module

Due to losing bytes the logger has a worker
which is responsible for dumping logs to
the file. The logger also has its own timer
to dump logs every 15 minutes. EventManager
is not responsible for interval dumping logs
now.
0b46a928 — Lefucjusz 3 years ago
[MOS-646] Bump updater version for Pure

Changed version of updater in downloaded
assets, version 1.5.4 has improved
logging functionality.
90ed5953 — Marcin Zieliński 3 years ago
[MOS-718] Fix part of SIM unlocking

Fixed a potential bug in message handling,
refactored unclear naming and logic there
and in some other places.
255d03a5 — Lefucjusz 3 years ago
[MOS-677] Fix crash on importing unprocessable contact

Fix of the issue that phone crashed when trying
to import contact with phone number that couldn't
be parsed.
Additionally minor code cleanup.
074b33a6 — Adam Wulkiewicz 3 years ago
[MOS-685] Make small improvements in various places of the code

- Forward arguments
- Remove unused code
- Remove auto return type when it's not needed
- Add const to member functions
- Use startsWith and endsWith from utils
- Allow instantiation of operators only for specific types
- Caluclate key mask in compile time
c424b672 — Mateusz Piesta 3 years ago
[BH-1515] Revert bedtime changes

Due to many regressions these changes
introduced, we decided to revert them.

The old PR will be used as a foundation for
another fix attempt(probably including major
refactor of the alarm operations module).
dcfe367b — Mateusz Piesta 3 years ago
[BH-1543] I want to set a date

*DateSetSpinner and DateSetListItem added (based od TimeSetSpinner and
TimeSetListItem)
*BellSideListItem ctor without title added
*TimeUnitsModel changed to more accurate DateTimeUnitsModel name
c85b85f4 — Bartosz 3 years ago
[MOS-259][MOS-602] Fix no calllog entries in DND mode

Fixed no calllog entries in DND mode, which were caused
by not starting the call in DB interface, so no entry was created.

Moreover, small optimizing of the DND handling.
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
44986b9f — Mateusz Piesta 3 years ago
[BH-1561] Confirmation window's icon alignment

Fixed issue with the icon/text not centered properly.
2f74db29 — Lefucjusz 3 years ago
[MOS-608] Fix crash on phone turn off

Fix of the crash that sometimes happened
during system closing.
22819c5f — Mateusz Piesta 3 years ago
[BH-1558] Temperature layouts conf

Enable/disable temperature layouts based on
the global configuration.
3545f1b4 — Mateusz Piesta 3 years ago
[BH-1556] Change default layout

Default layout changed to the 'ClassicWithBattery'.
7c6af2c5 — Onufry Pajaczek 3 years ago
[BH-1542] Pure meditation fix and cetner TimeFixedWidget

*DigitsContainer definicions moved to cpp file(for proper linkage)
*DigitsContainer changed container to std::vector
*Fixed a bug in ProgressTimerWithBarGraphAndCounter where timerText was
treated as timeWidget
*MeditationCountdownWindow timer is now custom size
*Minus removed form MeditationRunningWindow timer
7d85e6b1 — Mateusz Piesta 3 years ago
[BH-1551] Fix GUI refreshing

Fixed GUI refreshing while
on the home screen, power nap progress
and relaxation progress window.
65f30a0d — Pawel Olejniczak 3 years ago
[CP-1448] Add storage info to device info endpoint

DeviceInfo endpont now contains information such as:
deviceSpaceTotal - total storage space on the device
systemReservedSpace - storage space on the device
reserved for the OS
usedUserSpace - storage space on the device used
for user files on the user partition
784b0518 — Mateusz Piesta 3 years ago
[BH-1552] Minor power optimization

Switched off temperature sensor and
its driver.
Minor GPIO pads configuration tweaks.
Next