~aleteoryx/muditaos

2b2bb13a — Maciej Janicki 4 years ago
[MOS-296] Merge remote-tracking branch 'origin/stable'

Merge stable Harmony branch into merge wip branch
2a11e4d6 — Maciej Gibowicz 4 years ago
[MOS-135] Proper system shutdown during restore

After the restore process is complete, the system shuts down
properly without any unexpected events.
6dadcc33 — Przemyslaw Brudny 4 years ago
[MOS-250] Added print text edit type for label purposes

Added print text edit type for label purposes.
8b2391f7 — Pawel Olejniczak 4 years ago
[MOS-244] Change label title above favorite contacts

Change title from Favourite Contacts to Favorites
to be aligned with designs.
d7aff23e — Maciej Janicki 4 years ago
[BH-1414] Change alarm sound

Change alarm sound with remastered version.
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
b7ecdecb — Przemyslaw Brudny 4 years ago
[MOS-152] Added "!?" into sentence detection signs

Added "!?" into sentence detection signs.
33efeda9 — Maciej Janicki 4 years ago
[BH-1413] Change default alarm volume

Change default alarm volume
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.
c7513c2c — Adam Dobrowolski 4 years ago
[EGD-8208] Post rebase and review cleanup

Style fixed, moved files to catalog, renames
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
2cf6bd69 — Adam Dobrowolski 4 years ago
[EGD-8208] Removed unused ping, added simple Async

Removed unused code: ping and stale messages
Detached UnicastSync send and sync part so that we would be able
to await for message in the code.
Added sys::Async to be able to handle situations where we want to
sync to the response, but after some time.
Fixed messages logging: for some reason demangling abi use caused
bad system behaviour
7f72e4c5 — Adam Dobrowolski 4 years ago
[EGD-8208] Audio try to handle actual stop

Stopping all audio seems excessive
ddf5342b — Adam Dobrowolski 4 years ago
[EGD-8208] Fixed race condition on ring within call management

Now we get request for call and to end call in proper order
301fddd2 — Adam Dobrowolski 4 years ago
[EGD-8208] Removed unused confusing code

for numerous reasons this is bad
6346d9fd — Pawel Olejniczak 4 years ago
[MOS-76] Add missing space in the separator

Days of the week should be separated by
a comma and a space in the alarm repeat widget
81a34093 — Pawel Olejniczak 4 years ago
[MOS-234] Add Abc input mode to contact search

Abc mode was not selected as a default,
because it was not added in this input field.
304fb2c8 — Przemyslaw Brudny 4 years ago
[MOS-111] Added missing refresh conditions

Added missing refresh conditions.
Next