~aleteoryx/muditaos

ref: c47f7bf535c663b86467549c895a7fb145b3eb7e muditaos/module-services/service-evtmgr d---------
a7fba1b3 — Paweł Joński 4 years ago
[BH-374] Librarize application-antenna

Add apps-common, librarize application-antenna
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
4a87df1b — Michał Kamoń 4 years ago
[EGD-6917] Screen light in automode does not turnoff itself

The bug was introduced by EGD-6794. The bug is caused by wrong mode
selection in `ScreenLightTimer`'s definition. The current design
defines auto-turn-off only for automatic mode (EGD-6655).
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
c611e3c0 — DariuszSabala 4 years ago
[BH-376] Utils time turned to separate library

Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
95d96b82 — Pawel.Paprocki 4 years ago
[BH-370] Convert utils common_data into a libs

Create clipboard and eventsore libs
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
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.
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
18e9a260 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
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
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
[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
ba0e0345 — Bartosz Cichocki 4 years ago
[EGD-6868] Restore magnetometer polling mode

To be able to properly operate with the slider under every
circumstance the polling mode has to be restored. It's related
to the bug in the magnetometer chip, which is not described in the
datasheet.
This reverts commit 744eef1d9b39cdf2cdbc35f57d6182f5e7942c2f with
few small fixes
ce0cb23a — Michał Kamoń 4 years ago
[EGD-6794] Fix display light settings

This commit provides the flowing fixes in display light functionality:
 - Settings-path bug causing lack of display light settings on "fresh"
 image. Solved with proper paths definition
 - Invalid settings after phone restart. Solved with proper handling
 of enums and booleans on the Event manager side.
 - No turning off light just after turning on light functionality with
 manual brightness setting in ApplicationSettings bug (required
 another key press to start timer that turns off the light after 5s).
 Solved by starting timer explicitly on Action::turnOn
 - No turning off light just after turning on the phone bug (required
 --as above --). Solved by starting timer explicitly on `Settings
 ValueChange` callback with Action::turnOn.
 - No autoMode until user entered `AppSettings::DisplayLight` Window.
 Bug caused by curve parameters being provided by the window rather
 than on the functionality back-end initialization.

 Commit also provides some code cleanup
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
b4a40bd2 — Mateusz Grzegorzek 4 years ago
[BH-398] Move sml to a separate directory

Move sml to a separate directory
97760f77 — Kuba Kleczkowski 4 years ago
[EGD-6567] Add GSM time update handling

Adds handling GSM time update in service time.
Next