~aleteoryx/muditaos

ref: 82bb7fb99dd529af0042fccd13739016a8fb5284 muditaos/module-sys/SystemManager d---------
c0115fdc — Wojtek Rzepecki 4 years ago
[EGD-6952] Fix tethering on low battery

Added prevention of tehering mode change
while battery is below critical level
a7fba1b3 — Paweł Joński 4 years ago
[BH-374] Librarize application-antenna

Add apps-common, librarize application-antenna
e2863061 — Jakub Pyszczak 4 years ago
[EGD-6932] Small cellular refactor

Refactor regarding https://github.com/mudita/MuditaOS/pull/2226.
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
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
b2ca227f — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Use new SimCard implementation

Switch to SimCard implementation provided by previous commit
cd2cbbbd — Piotr Tański 4 years ago
[EGD-6728] Documentation cleanup

Cleanup acc. to guidelines created in EGD-6632.
fa61bb38 — Maciej Gibowicz 5 years ago
[EGD-5661] Add power management for filesystem

Add peripheral control (USDHC and PLL2 clocks)
for file system support.
This will save energy and extend battery life.
55c41de5 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6575] Rename Unicast with timeout as UnicastSync

Using Unicast with timeout is dangerous and strongly discouraged.
This change allows for more precise tracking of such cases.
81adfe41 — Piotr Tański 5 years ago
[EGD-6347] Refactored phone modes handling in applications

PhoneModeObserver doesn't work properly in applications.
Applications have to handle the phone mode changes via AppMgr.
Phone mode and tethering handlers separated.
22809d63 — Bartosz Cichocki 5 years ago
[EGD-6208] Add blocking phone mode changes during tethering

When the tethering is enabled, the phone mode shouldn't change,
now, any attempt ends with a notification
269efac5 — Wojtek Rzepecki 5 years ago
[EGD-6285] Fix system close

Add proper way of closing
system services
5fb105d0 — Bartosz Cichocki 5 years ago
[EGD-6214] Add slider position reading after disabling tethering

To be able to set proper phone mode changed by the slider during
tethering, the forced readout of slider position has been added
4f0c3c82 — Piotr Tański 5 years ago
[EGD-6209] Tethering confirmation popup added

Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
29bf1e40 — Pawel.Paprocki 5 years ago
[EGD-5834] Fix restore API

Change restore API
backup/restore/update harness tests
3408fafa — Przemyslaw Brudny 5 years ago
[EGD-6066] Removed Message default constructor

Forced each message to have declared type as parts of Bus logic
depends on it and previously we encountered undefined
behaviours. Added tests and messages validators.
232d0b4b — Wojtek Rzepecki 5 years ago
[EGD-6101] Add low battery start prevention

Device will be shutdown after
startup if SOC will be below
shutdown level
efef7dcf — Piotr Tański 5 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
677e18ca — Maciej Gibowicz 5 years ago
[EGD-5658] Add eInk CPU frequency hold

While the screen is being redrawn,
we block CPU frequency decreasing
Next