[EGD-7409] Empty list additions and fixes
Fixed bug in empty lists displays and added missing
empty lists in applications.
[EGD-6914] Fix missing no sim message
Added QSIMSTAT urc handler and command parser. Added
sim insertion state in SimCard. Now there No Sim response
is sended if sim is missing. Sim not respond timer removed
from Application Manager.
[EGD-7238] Fixed applications deinit handers
All apps deinit handlers should call the base function.
[EGD-7260] Fixed meditation timer options
Fixed meditation timer options displaying.
[BH-823] Pre-wake up settings - part I
Prepare MVP classes for `BellSettingsPrewakeUpWindow`
[BH-831] Show popup on Alarm activation - part II
- create ApplicationBell with attachPopups method overridden,
- change parent for all Bell apps from Application to ApplicationBell,
- create AlarmActivatedWindow popup which shows on AlarmActivated event
[EGD-4808] Add band gap switching
To reduce the power consumption, we switch the band gap
to the low power mode.
[EGD-4809] Add LDO switching
To reduce the power consumption, we switch LDO
to the low power mode.
[EGD-7265] Fixed displaying of the song's duration
Fixes song's duration displaying.
[EGD-7502] TimeService Alarms get returns total elements count
We require so that overall alarms count would be returned to properly
use ListView
[EGD-7527] Removed AlarmsEvent from the codebase
We have to use AlarmEventRecord not AlarmsEvent
[BH-850] PowerNap: SessionEnd implementation
The implementation of the SessionEnd covers:
* SessionEnd window
* SessionEnd Presenter
Additionaly in order to match application's flow requirement
the PowerNapProgress was equipped with:
* OnInput behaviour that allows to transition to the
SessionEnd window
* AlarmTimer timer that automatically transitions to
the SessionEnd window
[EGD-7505] Developer mode endpoint extended
Developer mode endpoint extender to support
file renaming, removal and listing dirs.
Harness requirements updated.
[EGD-7224] Add option to enable/disable USB MTP
Added CMake option to enable/disable USB MTP
[BH-743] Fix query get recurring events between range
Fix query for get recurring events between range request
[BH-658] Alarm model update
Updated alarm model.
Added state controller logger
[CP-47] Extend service desktop API with time based phonelock
Time based phonelock can be now utilised via service desktop.
[EGD-4875] Add internal load resistor switching
To reduce the power consumption, we disconnect
internal load resistor
[BH-828] PowerNap progress implementation
The follwoing commit provides an implementation of PowerNap
progress. The impelemntation covers:
* PowerNap's progress presenter
* PowerNap's progress widnow
* Extension of ProgressTimer's UI configuration that allows
to choose between Continuous and Descrete set of points on
Progress view.