[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
[EGD-6198] SpinBox input callback consume fix Fixed SpinBox consuming all input callbacks actions.
[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.
[EGD-6144] Fix bluetooth settings window after changing phone visibility Bluetooth settings window was displayed incorrectly after changing phone visibility.
[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.
[EGD-5624] Added window update This PR introduces mechanism for passing data to the currently displayed window by switch data.
[EGD-5902] Phone Modes Windows Windows for phone modes created. Offline:FightMode/messages only ServiceCellularApi created. ConnectionFrequency and DND options settings throught AppSettings.
[EGD-6108] Fix phonebook leak of DialogMetadata The cause of leak were releases on `unique_ptr` - reviewer (my) mistake
[EGD-5933] Display Category Selection Window This window is needed to assist the user selecting the quotes categories to display.
[EGD-2653] Update list of call logs in chunks Automatically update the list of call logs in chunks.
[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.
[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
[EGD-5968] Fix PowerOff window PowerOff window lifting done to comply with given design.
[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
[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
[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.
[EGD-6073] Fix text formatting in retry windows Error message in retry windows was displayed incorrectly.
[EGD-5969] Add battery charging UI Battery charging UI modified according to design
[EGD-6043] Change status bar layout Status bar is rewritten to use box layout
[EGD-5934] Adjust add/edit quote to the design Changed order of fields Author/Note, counter only for Note.