~aleteoryx/muditaos

ref: 31b24ed4d3b6fb8e21b870a111eb982d4787dddd muditaos/module-apps d---------
31b24ed4 — Mateusz Grzegorzek 5 years ago
[EGD-5932] Add more queries to Quotes agent

Added queries:
- list quotes from selected category,
- enable/disable category,
- enable/disable single quote,
- list enabled quotes,

Other fixes:
- move `msgHandled` and `msgNotHandled` to `Message.hpp`,
- use `typeid` in `QuotesAgent::registerMessages`,
- change `Quotes::Queries` style,
- make `quotesList` private

Queries to add in next PR:
- add/read/write quote
6d4a3dbb — Przemyslaw Brudny 5 years ago
[EGD-6198] SpinBox input callback consume fix

Fixed SpinBox consuming all input callbacks actions.
d2419d1f — Pawel Olejniczak 5 years ago
[EGD-6150] Clean bottom bar after unpairing last device from the list

FORGET and CONNECT/DISCONNECT buttons were not removed after
the last device was removed from the list in All Devices window.
1fb38b3c — Pawel Olejniczak 5 years ago
[EGD-6144] Fix bluetooth settings window after changing phone visibility

Bluetooth settings window was displayed incorrectly after
changing phone visibility.
84c99029 — Krzysztof Móżdżyński 5 years ago
[EGD-5449] Add final prompts windows

Added Dialog windows for "configuration successful"
"no configuration" and "update OS" for Onboarding.
Refactor Dialog window implementation and usage of
DialogMetadata in other applications.
0e1880a7 — Jakub Pyszczak 5 years ago
[EGD-5624] Added window update

This PR introduces mechanism for passing
data to the currently displayed window by
switch data.
39e6f1b1 — RobertPiet 5 years ago
[EGD-5902] Phone Modes Windows

Windows for phone modes created.
Offline:FightMode/messages only ServiceCellularApi created.
ConnectionFrequency and DND options settings throught AppSettings.
96f65e63 — Michał Kamoń 5 years ago
[EGD-6108] Fix phonebook leak of DialogMetadata

The cause of leak were releases on `unique_ptr` - reviewer
(my) mistake
ded0ff6c — lblach 5 years ago
[EGD-5933] Display Category Selection Window

This window is needed to assist the user selecting the quotes
categories to display.
724505bb — Piotr Tański 5 years ago
[EGD-2653] Update list of call logs in chunks

Automatically update the list of call logs in chunks.
c7ce843b — lblach 5 years ago
[EGD-5936] Add Edit Quotes Window

This window is needed by the user to assist the user in editing quotes
or/and selecting the quotes categories to display.
4de99701 — Piotr Tański 5 years ago
[EGD-5952] Changed service stack depths acc. to real usage

Stack depth changed for:
- Application Manager
- Service Bluetooth
- Bluetooth Worker
- Service Eink
- Service GUI
- Application Special Input
d6968d83 — Wojtek Rzepecki 5 years ago
[EGD-5968] Fix PowerOff window

PowerOff window lifting done
to comply with given design.
66db7b08 — SP2FET 5 years ago
[EGD-5512] Usb security refactor and devices pairing

Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
1e55ef8f — Pawel.Paprocki 5 years ago
[EGD-6033] Fix Analise and optimize stack for application-phonebook

Reduce application-phonebook stack size to 1k
Reduce stack usage for Phonebook functions:
contactRemove
contactBlock
showDialogDuplicatedNumber
showDialogDuplicatedSpeedDialNumber
796bab6b — Pawel Olejniczak 5 years ago
[EGD-6074] Add system message and window for BT initialization error

Purpose of added system message is to sent information about bluetooth
initialization result from bluetooth service to application settings.
Added window will print error if initialization fails.
Further integration in service bluetooth is required.
72ac24f2 — Pawel Olejniczak 5 years ago
[EGD-6073] Fix text formatting in retry windows

Error message in retry windows was displayed incorrectly.
776a51e5 — Wojtek Rzepecki 5 years ago
[EGD-5969] Add battery charging UI

Battery charging UI modified
according to design
efef3c36 — Alek Rudnik 5 years ago
[EGD-6043] Change status bar layout

Status bar is rewritten to use box layout
20fe1b88 — RobertPiet 5 years ago
[EGD-5934] Adjust add/edit quote to the design

Changed order of fields Author/Note, counter only for Note.
Next