~aleteoryx/muditaos

c55a1aff — Maciej Janicki 4 years ago
[BH-511] Add encoder UI events handling

Add encoder rotation event handling.
67e51a73 — Mateusz Grzegorzek 4 years ago
[BH-861] Cleanup Application split - quick fix

Fix Bell `Application::attachPopups` method
6224c8d5 — Mateusz Grzegorzek 4 years ago
[BH-833] Show popup on Alarm deactivation - part I

Handle Deep press down when not on Home Screen.
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.
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
6ab09d5f — Piotr Tański 4 years ago
[EGD-7459] Fixed factory reset process

Fixed the factory reset process.
18a38863 — Mateusz Piesta 4 years ago
[BH-862] Snooze settings

Added snooze settings flow.
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
8c53ac5f — mkamonMdt 4 years ago
[BH-851] PowerNap alarms implementation

The following commit provides an implementation to an PowerNap's alarm,
that provides appropriate abstraction for an alarm mechanics.

As the PowerNap's alarm can be active only on the application, the
implementation does not make use of Bell's AlarmHandlers.
ba863035 — Przemyslaw Brudny 4 years ago
[EGD-7408] Phonebook empty list fix

Fixed phonebook empty list. Added deep refresh
for other empty lists.
b5f580aa — Jakub Pyszczak 4 years ago
[EGD-7553] Fixed typo

Fixed typos in requirements.txt.
488cf000 — Przemyslaw Brudny 4 years ago
[EGD-7409] Empty list additions and fixes

Fixed bug in empty lists displays and added missing
empty lists in applications.
[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.
0079bc96 — Piotr Tański 4 years ago
[EGD-7238] Fixed applications deinit handers

All apps deinit handlers should call the base function.
4a4b8617 — Piotr Tański 4 years ago
[EGD-7260] Fixed meditation timer options

Fixed meditation timer options displaying.
Next