~aleteoryx/muditaos

ref: 7597d388526c3f1d3c666964514db33bfcd6cf4d muditaos/module-db d---------
d0c5f08c — Piotr Tański 4 years ago
[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.
d0772ab0 — Wojtek Rzepecki 4 years ago
[EGD-7798] Fix alarms backend with new format

New format of alarm time in database and processing
cf96290d — tomaszkrosnowski 4 years ago
[EGD-7232] Music player track preview

Added track progress bar and track preview window.
39718a08 — Piotr Tański 4 years ago
[BH-903] Pre-wake up frontlight

Implemented a frontlight handling for the pre-wake up.
Major clean-up of the frontlight implementation.
1d2f5cf7 — Piotr Tański 4 years ago
[EGD-7754] Dates bumped in disclaimers

Dates bumped from 2020 to 2021.
14901580 — Alek Rudnik 4 years ago
[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
857481e0 — Adam Dobrowolski 4 years ago
[EGD-7550] Fixed wrong count request

We should use Interface for information gathering
0f7ae925 — Piotr Tański 4 years ago
[EGD-7474] Contacts management fixes

Code review fixes.
9820a00c — Piotr Tański 4 years ago
[EGD-7474] Contacts management fixes

Fixed managing contacts on the DB side.
d3168993 — Wojtek Rzepecki 4 years ago
[EGD-7739] Fix recurrent alarms

Alarms fixes for recurrence rules application
7e26f5e0 — Przemyslaw Brudny 4 years ago
[EGD-7670] Alarm toggle off all alarms

Added toggle all alarms handling with tests.
1f9109b9 — Marcin Smoczyński 4 years ago
[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>
c69fde01 — Maciej Gibowicz 4 years ago
[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.
e9a15998 — Wojtek Rzepecki 4 years ago
[EGD-7657] Fix alarm query

Fix of the alarm query to select only
nearest enabled alarm
bd90e575 — Marcin Smoczyński 4 years ago
[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>
b15006a9 — Artur Śleszyński 4 years ago
[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.
4ec2d6a1 — Paweł Joński 4 years ago
[BH-622] Fix next alarm logic and queries

Simplify recurring between dates query
Round all events dates to full minutes
05847f09 — Paweł Joński 4 years ago
[BH-743] Fix alarm deletion from DB

Remove cascade deletion from sql
Add manual deletion from 2 tables
2ae306bd — Paweł Joński 4 years ago
[BH-662] Handle alarm turn off and snooze

Handle alarm turn off and snooze
Music stop not included
c9a41b44 — Alek Rudnik 4 years ago
[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
Next