~aleteoryx/muditaos

ref: 0b74a3931090819639a12836c73f9ea9a6d7d036 muditaos/products/BellHybrid/apps d---------
06ef1e13 — Marcin Lyda 4 years ago
[MOS-300] Remove unused variables

Remove unused variables from PVS Studio analysis
47584b91 — Paweł Joński 4 years ago
[BH-1405] Delay homescreen display to avoid blinking

Delay homescreen display to avoid blinking on startup
1782c869 — Paweł Joński 4 years ago
[BH-1407] Onboarding windows cleanup

Delete unused window name and simplify flows
24eff591 — Maciej Janicki 4 years ago
[MOS-296] Merge fix popup stack issues

Fix popup stack issues with Harmony
2b2bb13a — Maciej Janicki 4 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
45776b4d — Tomasz Rybarski 4 years ago
[BH-1246] PowerNap Frontlight fix

This is a fix for changes made in PR#3451
e932f53e — Tomasz Rybarski 4 years ago
[BH-1411] Shift arrows away from screen edge

Arrows are shifted for better visibility
e59cd403 — GravisZro 4 years ago
[MOS-245] Fix errant spaces

It appears in the past a major edit was made but had used a regex to
change some text which resulted in an errant space between the
enumuneration/struct/class name and the scope resolution operator.
These errant spaces have been removed.
741f7e00 — Mateusz Piesta 4 years ago
[BH-1410] Alarms predefined order

Added specific order of alarm list under
alarms settings. Sorting is based on track id.
f7f5bc37 — Adam Dobrowolski 4 years ago
[EGD-8208] Added stop audio route on async response

We get Token on play, and require it in stop. While we cant
stop sound by title & data set to play. And adding standard
handling causes either totally synchronous calls or requires
multiple additional guards it seemed like best use.
Fixed expectation for the same named Response, but meant for bell
Needed so that
- we ring only when needed
- we handle CLIP and RING properly
Applied style
Missed file added
Moved SML logger as it's usefull to some more common parts of code
33825dec — Tomasz Rybarski 4 years ago
[BH-1404] Aligment of two elements

Two elements in statusbox are properly aligned
f46a7ef7 — Tomasz Rybarski 4 years ago
[BH-1314] Fix regression of duplicate models

Fix regression of duplicated model creation
25250fc9 — Tomasz Rybarski 4 years ago
[BH-1314] Home Screen Layouts Selectable

Layouts can be changed in Settings-Clock Face
0fbe6e95 — Tomasz Rybarski 4 years ago
[BH-1395] Bedtime confirmation screen

Confirmation screen displayed also for off state
74d09e5b — Tomasz Rybarski 4 years ago
[BH-1394] Frontlight On/Off on settings enter/exit

Fixed frontlight behavior on settings exit/enter
27385f04 — Mateusz Piesta 4 years ago
[BH-1259] Changing language resets snooze timer

Due to improper ownership model, all data models
used by the main application were recreated each time
the language changed.
2b55d22b — Paweł Joński 4 years ago
[BH-1385] Low battery screen on exit

Rework last render before shutdown to avoid races
Display low battery screen on exit
7e3eeec6 — Paweł Joński 4 years ago
[BH-1387] Onboarding welcome font fix & add multiple langs

Onboarding font fix
Add other langs
1c47f766 — Paweł Joński 4 years ago
[BH-1403] Alarm ringing clock fix

Updates main clock time when alarm is ringing from another application
35dc3262 — Paweł Joński 4 years ago
[BH-1315] Move layouts to common, fix layouts ownership

Move layouts to common
Fix layouts ownership
Next