~aleteoryx/muditaos

ref: a0677af340a1fec8e8652b64fb97ca7f0902de12 muditaos/module-db d---------
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
1156320a — Adam Dobrowolski 4 years ago
[EGD-7502] TimeService Alarms get returns total elements count

We require so that overall alarms count would be returned to properly
use ListView
55b89278 — Adam Dobrowolski 4 years ago
[EGD-7527] Removed AlarmsEvent from the codebase

We have to use AlarmEventRecord not AlarmsEvent
0f216d9c — Paweł Joński 4 years ago
[BH-743] Fix query get recurring events between range

Fix query for get recurring events between range request
5e745770 — Alek Rudnik 4 years ago
[EGD-6836] Add multimedia files database interface

Added all queries including listing songs for
selected artist or album
e09d1f4d — Alek Rudnik 4 years ago
[EGD-6836] Unified Table class methods

Added retQueryUnpack method to db Table class.
Next