[EGD-7433] Remove legacy fileindexer database
Removed legacy fileindexer database. New one is already implemented.
[EGD-7335] Integartion of file indexer with database
Integrated core file indexer with its database.
Modfied necessary queries.
Moved service file indexer to pure product specific
folder
[CP-578] Fix handling of requests for disabled endpoints
Added NullEndpoint (as in Null Pattern) to respond
in lieu of unknown endpoint
[CP-346] USB stops working during file transfer
Increased CDC receive queue length to 1024 elements
Improved debug output in Filesystem EP
[BH-851] PowerNap alarms implementation
The following commit provides an implementation to an PowerNap's alarm,
that provides appropriate abstraction for an alarm mechanics.
As the PowerNap's alarm can be active only on the application, the
implementation does not make use of Bell's AlarmHandlers.
[EGD-7408] Phonebook empty list fix
Fixed phonebook empty list. Added deep refresh
for other empty lists.
[EGD-7553] Fixed typo
Fixed typos in requirements.txt.
[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