~aleteoryx/muditaos

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>
7e296c6f — Mateusz Grzegorzek 4 years ago
[BH-888] Icons export

Add Bell icons.
eba8c5db — mkamonMdt 4 years ago
[BH-894] Add BGSounds main window

The commit provides the basic Option structure to
Background Sounds main window. It also connects
previous commits related to the app in single
chain on windows.
b483095f — Jakub Pyszczak 4 years ago
[EGD-7630] Fix multimedia indexer

Changed file size function to no-throwing one.
80ea3a74 — Bartosz Cichocki 4 years ago
[EGD-7405] Add volume control

Added volume control for HFP
7274f691 — Bartosz Cichocki 4 years ago
[EGD-7405] Connect HFP with audio system

Connected HFP with audio system so 2-way audio transmission is
possible
fb6d0366 — Artur Śleszyński 4 years ago
[CP-564] Reorganize desktop endpoints

Move desktop endpoint factory to a separate lib to be able to provide
different factories for different products.
ce7e6f3b — Mateusz Grzegorzek 4 years ago
[BH-874] Deactivate alarm in backend on Alarm deactivation

Deactivate alarm in backend on Alarm deactivation
3d961d39 — mkamonMdt 4 years ago
[BH-909] Add BGSounds volume MVP

The following commit provides the implementation of
MVP pattern for changing volume in Backgroud Sounds app.
The implementation is restricted to basic MVP structure
and does not cover the changing volume functionality.
7d3949ce — mkamonMdt 4 years ago
[BH-893] Add BGSounds progress window

The commit provides an implementation to MVP of
BackgroundsSounds ProgressWindow. The implementation
is restricted to basic UI and timer functionality.
57874cab — Marcin Smoczyński 4 years ago
[BH-912] Improve sys module structure

Improve structure of the module sys. Problems within this module
prevents from linking others.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
6ca2d383 — Mateusz Piesta 4 years ago
[BH-875] Snooze settings model fix

Fixed bug in GenericSpinner.
Added proper error handling.
ca38dff5 — Adam Dobrowolski 4 years ago
[EGD-7635] Alarm triggers popup

Added action from service backend integrated with alarm UI and  MVP
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.
b61ac5c8 — mkamonMdt 4 years ago
[BH-884] Add Timer value selection window

The commit implements MVP for BackgroundSound's Timer
window. In order to print string values (e.g. OFF)
the Timer is relised by UTF8Spinner.
6cf3e0da — Przemyslaw Brudny 4 years ago
[EGD-7156] Fix alarm time get

Fixed alarm time get.
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>
c8e65453 — Mateusz Piesta 4 years ago
[BH-891] Alarm popup fix

Fixed bug and added proper handling
of timer/input keys.
45c27c2f — Przemyslaw Brudny 4 years ago
[EGD-7156] Fix alarm time set

Fixed alarm time set.
Next