~aleteoryx/muditaos

ref: e8fd36cdae716250db936b165fd657c065a7a3da muditaos/module-services d---------
e3a057e1 — Przemyslaw Brudny 4 years ago
[EGD-7310] Alarm GUI and features update

Updated AlarmOptionsItem to use UTF8Spinner.
Created specialized widgets to cover options
sets. Updated GenericSpinner to handle Pure
navigation and content swap. Updated Alarm
RRule code to work with Custom Days selection
and new widgets. Added Tests. General GUI
stylistic fixes. Increased app Alarm Clock
and service Time stack sizes.
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.
bf3897b6 — Piotr Tański 4 years ago
[EGD-7610] Unnecessary services and apps removed

Removed lwIP, FOTA and clock application.
3a9ab31a — Piotr Tański 4 years ago
[BH-776] Implemented PreWakeUp unit tests

Unit tests added for the PreWakeUp basic implementation.
f16a18d9 — Marcin Smoczyński 4 years ago
[BH-860] Decouple charger driver from system

Remove system dependency from charger driver implementation. Remove
circular, lambda driven dependency between charger and brownout
detector. Remove event manager dependency in driver as well.
Encapsulate some of charger logic in introduced battery controller.

Extract path configuration to the separate target to decouple charger
from vfs middleware.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
8c5ca7e1 — Przemyslaw Brudny 4 years ago
[BH-703] Base Bell OnBoarding application

Added base Bell OnBoarding application. Bell list
options refactor.Language selection, setting and
finalize windows.
274d31cb — Wojtek Rzepecki 4 years ago
[EGD-7569] Add Alarm snooze list notification

Notification added to notifications model
e6db00cb — Marcin Smoczyński 4 years ago
[EGD-7486] Increase stack sizes

Increase stack sizes of the eink service and the system watchdog. During
stability tests stack-overflows were observed for both threads.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
(cherry picked from commit f9a23a7b58513a43dbec009277bc7106c2c92cd5)
f93fe176 — Piotr Tański 4 years ago
[BH-776] Pre-wakeup handling skeleton

First draft of pre-wakeup handling mechanism.
bdbda7fd — Piotr Tański 4 years ago
[EGD-776] Bell-specific AlarmOperations

We need a separate alarm operations for the Bell.
This is the first step of pre-wake up implementation.
58dd02cf — Mateusz Grzegorzek 4 years ago
[BH-861] Cleanup Application split - part I

1. Prepare Pure and Bell specific `Application`
   classes and add them to `app` target:

- `products/BellHybrid/apps/Application.cpp`
- `products/PurePhone/apps/Application.cpp`

2. Update `CMakeLists.txt` files.
3. Move `ApplicationBell` implementation to Bell-specific
   `Application` class and remove `ApplicationBell` files.
4. Change Bell apps parent classes from `ApplicationBell`
  to Bell-specific `Application` class.
5. Rename `Application` to `ApplicationCommon` in the rest of the files.
6ab09d5f — Piotr Tański 4 years ago
[EGD-7459] Fixed factory reset process

Fixed the factory reset process.
8145a884 — Bartosz Cichocki 4 years ago
[EGD-7077] Rework of BT connection status in AppSettings

Reworked AppSettings handling of BT devices to be prepared for
handling the HFP profile, eliminating by the way few bugs and
speeding up the flow (by getting rid of few refreshes).

Added unit tests for handling the BT devices flow
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
7424b4be — Alek Rudnik 4 years ago
[EGD-7433] Remove legacy fileindexer database

Removed legacy fileindexer database. New one is already implemented.
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
64ce4e4f — Marek Niepieklo 4 years ago
[CP-578] Fix handling of requests for disabled endpoints

Added NullEndpoint (as in Null Pattern) to respond
in lieu of unknown endpoint
6934d024 — Marek Niepieklo 4 years ago
[CP-346] USB stops working during file transfer

Increased CDC receive queue length to 1024 elements
Improved debug output in Filesystem EP
[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.
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
Next