~aleteoryx/muditaos

4ce5b308 — Wojtek Rzepecki 4 years ago
[EGD-6899] Fix AppCall access

Fix of an access to call window
during tethering
5ad878c6 — Paweł Joński 4 years ago
[BH-371] Replace gsl with mainline submodule and move to third-party

Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
b7e710ef — Przemyslaw Brudny 4 years ago
[EGD-6867] Renamed TopBar into StatusBar

Renamed TopBar into StatusBar.
a360d13b — DariuszSabala 4 years ago
[BH-460] Moved TPLIB littlefs

Moved littlefs library to dedicated third party directory,
fixed include paths
b2f3f641 — Lucjan Bryndza 4 years ago
[EGD-6897] Change force flag to disable check

Now force flags disable all sanity check in the
pure flash tool

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
511bab97 — Lucjan Bryndza 4 years ago
[EGD-6897] Add force flag to the pureflash

On some devices like ESCSI minor device id is not
properly recognized.
This patch add --force flag for skip checking minor
device numbers (partitions).

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
43e8b862 — Wiktor S. Ovalle Correa 4 years ago
[EGD-6896] Sanitize Tray event handling

Tray events were handled inconsistently with its Message used
in a separate context
20180437 — Wiktor S. Ovalle Correa 4 years ago
[EGD-6035] Fix support for glibc-2.32

GLIBC 2.32 doesn't work with changes made for 2.33.
ae5e4bd5 — Lucjan Bryndza 4 years ago
[EGD-6841] Add more sanity check in the pureflash

Add more sanity check before flashing to the
block device. Add additional checks against:

* Write image partition is mounted in a linux
* Write image into the partition instead of blkdev

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
23b3fd51 — Adam Dobrowolski 4 years ago
[EGD-6400] Added no autolocking while torch on feature

When torch is on we don't want to be able to autolock phone
bea44d5d — Przemyslaw Brudny 4 years ago
[EGD-6886] Fixed onBoarding Main Window and NoSim popup

Fixed wrong onBoardingMain Window handling and increased
noSim detected popup timeout.
3c269154 — Przemyslaw Brudny 4 years ago
[EGD-6885] Fixed onBoarding done wrong path in settings

Fixed onBoarding done wrong path in settings.
017e3d88 — Przemyslaw Brudny 4 years ago
[EGD-5711] Finalized onBoarding application

Finalized onBoarding application. Added no sim ready window
and sim response window. Created iceBox widget. Fixed various
onBoarding errors and misalignment.
[EGD-6698] Add setting time from Settings

Added setting time from Change Date and Time window. Change
request is handled by service-time.
87f7cc4b — Wojtek Rzepecki 4 years ago
[EGD-6807] Add improved brownout detection

Added immproved battery brownout detection
based on filtered voltage measurement
06e87672 — Przemyslaw Brudny 4 years ago
[EGD-6877] Fixed failing i18n tests

Fixed failing i18n tests caused by change in
setDisplayLanguage return value.
56a17e78 — Wojtek Rzepecki 4 years ago
[EGD-6854] Add missing tethering windows

Added missing windows for tethering
based on UI design
4fb5a38f — Michał Kamoń 4 years ago
[EGD-6397] Add no autolock on OSUpdate

This commit enables `preventsAutoLock` in `UpdateProgress` window
to ensure that no autolock event occurs while OSUpdate is in progress.
8078dd24 — Michał Kamoń 4 years ago
[EGD-6855] Add no modem notification on tethering

This commit provides the implementation of functionality that blocks
sms/calls notifications on home screen when tethering is active.
Previously, the notifications could be visible if the notifications
were visible prior to tethering activation.

By the design, the functionality should not clear the notifications,
just temporary hide them. That is achieved by implementation ot the
functionality in NotificationModel which is an UI presenter.
325f8696 — Lucjan Bryndza 4 years ago
[EGD-6835] Fix UT link errors with inotify

Fix UT linkage error when trying to link with
libiosyscalls with inotify mechanism

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Next