~aleteoryx/muditaos

[EGD-8156] Fix cellular on system close whitelists

Service cellular is added to system close whitelists.
It prevents hard fault when cellular is blocked
on long command handler.
19d6468e — Przemyslaw Brudny 4 years ago
[EGD-8035] Fixed looped lists and applied to all Pure lists

Fixed looped lists bugs and applied to all Pure lists.
8141bba6 — Pawel Olejniczak 4 years ago
[EGD-8114] Make ContactFlag item wider

Swedish translation of the ICE contact was too long
to fit ContactFlag item.
097267d8 — Wojciech Rzepecki 4 years ago
[EGD-6824] Simplified notifications on quote wallpaper

simplified home screen notifications as tiles on phone
locked wallpaper
f1465ed3 — Pawel Olejniczak 4 years ago
[EGD-8055] Sort language list

Language selection list is now sorted alphabetically.
7a629354 — Adam Dobrowolski 4 years ago
[EGD-8108] Bugfix typo fix

There was typo in check
bc9c4ce0 — Adam Dobrowolski 4 years ago
[EGD-8014] No popup will be shown on Language selection

This wouldn't affect battery as it's not an popup but action
04111a6e — Marek Niepieklo 4 years ago
[CP-857] Refactor test_messages.py and test_send_sms.py

Refactored sms part of messages endpoint tests.
Rewritten with use of messages EP API from harness.
390a2236 — Alek Rudnik 4 years ago
[EGD-8154] Added watchdog thread closure on system exit

Made sure that watchdog thread is properly closed while exiting OS.
457d8777 — Adam Dobrowolski 4 years ago
[EGD-8152] Added lacking colon asset

As well as mpi assets for call
7127efa8 — Adam Dobrowolski 4 years ago
[EGD-8108] Alarm window bugfix

Now user cant close alarm window with LF
39124c0b — Bartosz Cichocki 4 years ago
[EGD-8159] Change earspeaker EQ

Changed the earspeaker EQ according to the poll
85cf420b — Przemyslaw Brudny 4 years ago
[EGD-8080] Added 4 hour deep refresh on locked screen

Added 4 hour deep refresh on locked screen.
7ad067d4 — Maciej Gibowicz 4 years ago
[EGD-8141] Fix brownout handling while charging

When the voltage dropped below the brownout threshold,
the system did not detect the battery charging
and displayed a window with the low battery icon all the time.
e747fb15 — Adam Dobrowolski 4 years ago
[EGD-8032] Changed image compression to multithreaded one

As in description
96a53d1d — Bartosz Cichocki 4 years ago
[EGD-8005] Fixed constant ringing in HFP after call answer

Fixed answering the call via Pure when connecting to the BT device
8af2dffb — Adam Dobrowolski 4 years ago
[EGD-8148] Download asset documentation update

related documentation updated, written. Obsolete documentation removed

Co-authored-by:
 Bartosz Cichocki <sp2fet@gmail.com>
 Wojciech Rzepecki <74544942+wojtekrzepecki@users.noreply.github.com>
7d68338a — Pawel Olejniczak 4 years ago
[CP-855] Refactor test_threads

Refactored threads part of messages endpoint tests.
Rewritten with use of threads EP API from harness.
36fe4530 — Adam Dobrowolski 4 years ago
[EGD-8101] Assert that proper global state will be set

blocking popup is dependent of application global variable.
setting it in right scope.
59b48a3b — Adam Dobrowolski 4 years ago
[EGD-8101] Removed not sent action requestf for battery charging

There was no change of UI as notification was never shown due to
the UI race condition. Race on UI is removed with removal of UI check
Next