~aleteoryx/muditaos

ref: 3056cd6f01358c1a77f142fe981666284b245b32 muditaos/products/BellHybrid d---------
592d3144 — Lukasz Mastalerz 2 years ago
[BH-1696] Charging notifications improvements

Fixes and improvements for charging notifications
feec59f5 — Lukasz Mastalerz 2 years ago
[BH-1696] Notification when connect the device to the charger

Adding notifications when charger is connected
d9a1194e — Lukasz Mastalerz 2 years ago
[BH-1688] Create a standard for logs

* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
5b27fb36 — Lukasz Mastalerz 2 years ago
[BH-1784] Replace discharged device screen

Add more information to discharged screen
77387829 — Lukasz Mastalerz 2 years ago
[BH-1766] Update ecoboot version

Update ecoboot version for Harmony to 2.0.5
635ad1ac — Maciej Gibowicz 2 years ago
[BH-1774] Fix frequency lock during user activity

- Sentinel locks the frequency when pressing buttons and the encoder.
- The "user activity" sentinel will be properly managed by the system
(CpuGovernor) just like other sentinels.
- Adding information about active sentinels in the power management
statistics logs
310befd1 — Lukasz Mastalerz 2 years ago
[BH-1769] Incorrect message after setting the alarm with deep press

Fix incorrect message after new alarm setting in some scenarios
1fff0a51 — Lukasz Mastalerz 2 years ago
[BH-1768] Snooze mode with deep pressed knob

Fixed not disappearing snooze icon when an alarm is deactivated
ddc1c641 — Dawid Wojtas 2 years ago
[BH-1761] Add a log when manual reset is performed

If the user performs a manual reset there is no information in
the logs. It can be treated as software resets.
So the best solution is to add a log about incoming
manual reset and dump all logs to the file.
747de071 — Mateusz Szczesny 2 years ago
[BH-1753][BH-1754] Bump Ecoboot version for Harmony

Bumped Ecoboot version for Harmony from 2.0.2 to 2.0.4.
f4bcc5ce — Dawid Wojtas 2 years ago
[BH-1758] Fix information about next alarm ring

Launching an application requires an updated
alarm time from the database.
58c8f7b7 — Maciej Gibowicz 2 years ago
[BH-1756] Fix "turn off" window display time

"Turn off" window should be displayed for 10 seconds triggered by
pressing the buttons "light" and "back" or 180 seconds triggered from
the menu->settings
a4138a82 — Dawid Wojtas 2 years ago
[BH-1750] Fix meditation countdown timer

When the meditation countdown timer is enabled
and the deep press is performed before this window expired
then it displays 0:00 timer.
14a3bd16 — Maciej Gibowicz 2 years ago
[BH-1746] Minor fixes for onboarding

- default year update
- added system shutdown if there is no user activity for 180 seconds on
the language selection screen
- fixing the logic in onboarding screens
1b08c01c — Dawid Wojtas 2 years ago
[BH-1748] Fix problem with sounds in applications

The deep press can disable alarms which cause
disable sounds. That behavior interrupts sounds in
applications.
97527883 — Lukasz Mastalerz 2 years ago
[BH-1412] Whitelist update

Whitelist removed for Harmony
Changed the way whitelist is obtained
Added missing logs for Eink Dispaly
462a7393 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix system shutdown procedure

Changed startup services order.
Prevent handling multiple "close ready" messages from one service while closing
system.
Introduced a new state in ServiceGUI.
Fixed a problem with turning on Harmony with a connected USB cable.
14046eb1 — Dawid Wojtas 2 years ago
[BH-1745] Fix a deep press crash during popups

Rewrite the popups filter to remove unnecessary popups.
Remove callbacks from activate and deactivate popups
which cause problems when the popups was on the stack.
6e1741c9 — Lefucjusz 2 years ago
[MOS-1013] Fix missing audio files in simulator after rebuilding image

Fix of the issue that rebuilding simulator
image after multimedia files have been
indexed resulted in no files visible in
Music Player app.
f7ad63c9 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix services dependencies

Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
Next