~aleteoryx/muditaos

ref: db648522ed530ddb96cec8b356ffb91c487a6bfb muditaos/source d---------
323786c4 — Wojtek Rzepecki 5 years ago
[EGD-4797] Battery bar as widget

Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
11aa4c7f — Maciej-Mudita 5 years ago
[EGD-5382] Add LowPower CpuSentinels

In order to synchronize the Low Power mode, the services were
immediately informed about the frequency change,
so that they can update their resources (e.g. PWM filling)
and services may request the maximum CPU frequency in order
to perform a task (e.g. screen redraw, telephone conversation)
d0200de5 — Przemyslaw Brudny 5 years ago
[EGD-5398] Added onBoarding application first version

Created first version of onBoarding application. Added welcome
window, configuration start window and adopted language
window. Small Icon GUI refactor. AppManager language copy removed.
0b75c629 — Mateusz Grzegorzek 5 years ago
[EGD-4873] Add colors to rt1051 logs

Bring back possibility to get colorful logs from rt1051.
Colored logs can be now turned on in runtime using
Logger::enableColors method.
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
ec56afc9 — Maciej-Mudita 5 years ago
[EGD-5381] Add Low Power Drivers

Peripherals clock synchronization dependent on PLL2
fac27c74 — mkamonMdt 5 years ago
[EGD-4955] Add on-off test harness for simulator

This PR provides CI test for turning on and off PurePhone
simulator.
01d1c84f — Wojtek Rzepecki 5 years ago
[EGD-5390] Add keypad backlight to GUI

Added demo connection to keypad light
GUI window.
[EGD-3247] Remove reminders of unused ping-pong feature

Feature was already removed some time ago but still some reminders
persist. This commit only removed mentioned reminders.
Some minor style fixes suggested by clang tidy were also applied.
d14e40d3 — Radoslaw Wicik 5 years ago
[EGD-4831] Add license headers to c, h and sql files

Add license headers to `h`, `c` and `sql` files as this files haven't
been checked previously, script now to automatically updates current
year in existing licenses.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
0e1ca098 — Marcin Smoczyński 5 years ago
Merge commit 'c7dd6b399' into stable
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
b24f0bca — Wojtek Rzepecki 5 years ago
[EGD-2501] Add gsm powerdown due to battery

Gsm model power state maintenance based on battery level.
52ad797f — pawpMudita 5 years ago
[EGD-4737] Add VoLTE ON/OFF switch in Settings Network window

Add VoLTE ON/OFF switch in Settings Network window
a5f95782 — breichel 5 years ago
[EGD-4628] Add APN settings and URC handler for PDP context

Classes supporting APN settings on modem and telephone
configuration (synchronization) have been constructed.
Possibility of asynchronous execution
of individual actions via ServiceCellularAPI.
Added message with information about deactivation of the
PDP context (URC) that the
application / service can listen on.
7e157e83 — Wojtek Rzepecki 5 years ago
[EGD-5050] Add brownout detection

Brownout detectection realized through charger driver
bb6989c2 — Hubert Chrzaniuk 5 years ago
[EGD-4978] Add Bluetooth virtual audio device

Bluetooth audio device requires different handling than other
audio devices. The commit adds proxy device that does not
handle requests itself but instead sends requests too Bluetooth
service.
243deec8 — Wojtek Rzepecki 5 years ago
[EGD-4952] Added critical level check + messages
Next