~aleteoryx/muditaos

1c551cc4 — Mateusz Grzegorzek 4 years ago
[BH-831] Show popup on Alarm activation - part III

Get alarm time from service-time
441b9b46 — Maciej Janicki 4 years ago
[BH-715] Add switches handling

Add Bell switches handling including latch support.
659570ca — mkamonMdt 4 years ago
[BH-863] Fix powernap spinner arrows

There were an issue in the PowerNap's main window,
that the spinner's arrows would not disappear on reaching
extremums. To solve this the commit adds a setArrowVisible
functionality to the gui::BellBaseLayout, a onValueChange
callback to gui::Spinner and employs both to the
gui::PowerNapListItem to solve the issue.
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
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.
Next