~aleteoryx/muditaos

ref: 02b8d2bf1d77fe78d2a1d0ad1136e420856880f9 muditaos/module-services d---------
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
9dc5ba91 — Marek Niepieklo 4 years ago
[CP-187] Fix stack overflow on passcode decoding

When passcode is passed as json string, each of digits needs to be
parsed as separate character with std::atoi. Replaced the string
with json array of integers to simplify decoding and avoid SO.
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).
1a2e12af — Radoslaw Wicik 4 years ago
[BH-373] Convert utils json into a lib

Moving json to a third-party standalone library.
943fef96 — Radoslaw Wicik 4 years ago
[BH-353] Add Documentation for main targets

* clean up mimimu required cmake version
* fixes for release workflow

Add documentation for targets, fixes for cmake
and release workflow.
50cd42b5 — Tomasz Sobkowiak 4 years ago
[EGD-6544] Switch for VoLTE

Turn off/on VoLTE during compilation
f96a1be4 — Paweł Joński 4 years ago
[BH-367] Convert UCS2 to library

Convert UCS2 to library,
move tests from module-utils/test to UCS2 folder
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
de5b923e — DariuszSabala 4 years ago
[BH-369] Turned UTF8 into separate library

Moved utf8 files, formed separate library, fixed include paths,
added utf8 library as dependency to every other target that
uses it, clang-formated utf8 files, cleaned up tests cmake script,
moved utf8 unit test
9e6f645c — Paweł Joński 4 years ago
[BH-387] Move utils/state to service-antenna

utils/state is only one header used in one service,
moving it to service-antenna
eb026fe8 — Wiktor S. Ovalle Correa 4 years ago
[EGD-6907] Introduce ModemState in Cellular

We should not use Cellular's internal states to drive
other system parts, especially applications
5fd602f5 — Pawel Olejniczak 4 years ago
[CP-140] Deactivate autolock while connected to MC

PurePhone is no longer autolocked, while connected to Mudita Center.
2911b6b4 — Lukasz Skrzypczak 4 years ago
[BH-378] PR changes

PR changes - mainly includes
4ec617b1 — Lukasz Skrzypczak 4 years ago
[BH-378] Style fixed

Fixed style
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
9b28cd67 — Marek Niepieklo 4 years ago
[CP-84] Implement Security API

- Added pass code unlock from MC
- Removed Set USB security status
- Changed isLocked to phoneLocked in request for phone lock status
- Removed remainings of USB security in Settings App
- Reworked USB security model to depend both on
    Phone lock state and Pass code being enabled
- Updated test_security.py
ec389616 — Marek Niepieklo 4 years ago
[CP-145] Implement Security Endpoint helper

Added helper and moved out processing code to helper
1fd83ece — Marek Niepieklo 4 years ago
[CP-148] Fix setting of response in the Parser Context

Incomming ResponseContext was overwritten instead of used.
Next