~aleteoryx/muditaos

ref: 5b0f2aa44a61bd2124fea48bdf1f9e2fc47c4eb6 muditaos/module-services/service-db/agents d---------
5b0f2aa4 — Mateusz Grzegorzek 4 years ago
[EGD-6262] Refactor Quotes

- Connect QuotesMainWindow to work with agent,
- Use DatabaseModel in Quotes and Categories models,
- Connect add/edit/remove quotes with agent
4d2eeeb9 — Mateusz Grzegorzek 4 years ago
[EGD-5932] Add the rest of queries to Quotes agent

Implement add/read/write/delete quote queries
31b24ed4 — Mateusz Grzegorzek 4 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
39e6f1b1 — RobertPiet 4 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.
66db7b08 — SP2FET 4 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
898de054 — Mateusz Grzegorzek 4 years ago
[EGD-5932] Create Quotes agent

- add Quotes agent,
- implement get all quotes
  and get all categories queries,
- extract PagedData from ListDirData
  and reuse it in QuotesMessages,
- unify naming in Quotes and FileIndexer,
- add Quotes agent unit tests
ad136fbb — Adam Dobrowolski 4 years ago
[EGD-6078] Limited logs from Settings and Service messages

* Right now there is too much spam. These logs can be enabled with
  build flag
* Fixed clang-tidy warnings on Settings
cd880795 — RobertPiet 4 years ago
[EGD-5925] Simulator heap use after shutdown defect

Fixed: destructor removed
d325f1bd — SP2FET 4 years ago
[EGD-5984] Add BT implementation of added GUI actions

Implemented BT-side actions for GUI usage, e.g. connection status
a4e67c78 — Michał Kamoń 4 years ago
[EGD-4410] Fix passcode change causing unlocking problem

This PR solves problem with unlocking and invalidity of password
after password change. It also refactors `SettingsAgent` implementation
to reduce unnecessary data copying.
57705abc — RobertPiet 4 years ago
[EGD-5995] Settings entry path parser fixed

Fixed: get value from setting when creating cache
Fixed: path parsing
Fixed: request settings value from db
Fixed: sql init script
76dc6f9f — lblach 4 years ago
[EGD-5771] Create post update info window

Add post update info window.
00fde83a — RobertPiet 4 years ago
[EGD-5808] Introduce cache for Settings

Settings Cache introduced
2a29e279 — Roman Kubiak 4 years ago
[EGD-5757] Fix backup API

Fix backup endpoint to work with new paths and FS api
The flow is based on the design in confluence.
d5c3d41c — Piotr Tański 4 years ago
[EGD-5204] Secure USB communication

Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
ba8f0ac3 — Krzysztof Móżdżyński 5 years ago
[EGD-5448] Add EULA window

Added EULA window required for onBoarding procedure.
Onboarding settings added.
c7b7cc4c — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
Next