[EGD-7528] Fix for removing SMS drafts SMS drafts are now properly removed. They will not be displayed anymore once the SMS is sent from the thread.
[EGD-7798] Fix alarms backend with new format New format of alarm time in database and processing
[EGD-7232] Music player track preview Added track progress bar and track preview window.
[BH-903] Pre-wake up frontlight Implemented a frontlight handling for the pre-wake up. Major clean-up of the frontlight implementation.
[EGD-7754] Dates bumped in disclaimers Dates bumped from 2020 to 2021.
[EGD-7725] Tune up file system io access Increasd io stream buffers: - 64kB for big files with short lifetime scope - 16kB for big files with long lifetime scope - 1kB - dont changes default forr the rest
[EGD-7550] Fixed wrong count request We should use Interface for information gathering
[EGD-7474] Contacts management fixes Code review fixes.
[EGD-7474] Contacts management fixes Fixed managing contacts on the DB side.
[EGD-7739] Fix recurrent alarms Alarms fixes for recurrence rules application
[EGD-7670] Alarm toggle off all alarms Added toggle all alarms handling with tests.
[BH-819] Fix illegal dependencies in bsp Break circular dependencies in the BSP module. Fix some missing dependencies which surfaced after fixing BSP. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-6630] Integration file indexer with music player The list of music tracks is retrieved from the database, where they are indexed beforehand, instead of being searched in real time in the file system.
[EGD-7657] Fix alarm query Fix of the alarm query to select only nearest enabled alarm
[BH-907] Split utils module into components Split module-utils into smaller components for better dependency management. Fix many dependencies throughout the project. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-564] Make desktop endpoints a separate lib In order to have different sets of endpoints for different products, we need to separate endpoints from the desktop service.
[BH-622] Fix next alarm logic and queries Simplify recurring between dates query Round all events dates to full minutes
[BH-743] Fix alarm deletion from DB Remove cascade deletion from sql Add manual deletion from 2 tables
[BH-662] Handle alarm turn off and snooze Handle alarm turn off and snooze Music stop not included
[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