~aleteoryx/muditaos

ref: 488aedcf7f8b14cfacc32d6de18500d20318ea07 muditaos/module-sys d---------
97538c89 — Lucjan Bryndza 4 years ago
[CP-319] Extends reboot reason code

Extends reboot reason codes after reboot to updater
to detect updater command requests: Update, FactoryReset
and the Recovery.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
5324fcc0 — Lucjan Bryndza 4 years ago
[CP-312] Add reboot to update function

Because update procedure it is splitted to the two stages
downloading and update throught separate binary we need
to pass ecoboot special flag to request reboot to updater
bin after update procedure.
This patch adds this functionality to the PureOS.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
0e42b001 — Wojtek Rzepecki 4 years ago
[EGD-7044] Strip down calendar code

Stripping the calendar code to provide only
MVP defined functionalities
3e9d1ee5 — tomaszkrosnowski 4 years ago
[EGD-7026] Fix nullptr calls and unlock behaviour

When unlocking there was unnecessary screen blink between unlock and PIN
code actions. Also nullptr calls removed from TimerHandle.
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
0684b127 — Mateusz Grzegorzek 4 years ago
[BH-515] Create main Bell app

Create main Bell app
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
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.
b6739819 — Alek Rudnik 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
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
25fc56f4 — Radoslaw Wicik 4 years ago
[BH-353] Add minimal build target for BH

* add BellHybridMain
* fixing post review

Git automatically converts BellHybird as move from source/main.cpp to
prevent this and maintain "main.cpp" history adding new target as
separate commit.
aa1ca514 — Radoslaw Wicik 4 years ago
[BH-353] Add minimal build target for BH

Introducing changes required for adding BellHybird target without
removing PurePhone.
Adden new targets:
* Pure (builds PurePhone and PurePhone.img)
* Bell (builds BellHybird and BellHybird.img)
* [PurePhone|BellHybrid]-[UpdatePackage|StandaloneImage)
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
c1bb6c1b — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Expose new Message types system-wide

Allow all modules to access Request/Notification Message send templates.
339f3d52 — DariuszSabala 4 years ago
[BH-364] Move TPLIB magic_enum to separate dir

Changed submodule directory and updated cmake scripts and include paths
Next