[EGD-6262] Refactor Quotes - Connect QuotesMainWindow to work with agent, - Use DatabaseModel in Quotes and Categories models, - Connect add/edit/remove quotes with agent
[EGD-6314] Phone mode widget visibility Phone mode widget will be visible only on main screen, while entering numbers or in emergency call mode. Also it will be disabled whenever NAT widget is enabled.
[EGD-5744] Phone mode status bar widget Added phone mode widget to top bar. The widget is mutually exclusive with NAT widget. Phone mode is determined using phone mode observer.
[EGD-6111] Timers refactored Deep refactor of system timers.
[EGD-6009] Test and repair Update process Fixes to improve Update process.
[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-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-6014] Fix top bar includes This is only clean up of includes, no functional changes
[EGD-5883] Added generic button popups attach to applications Created structure and implementation for popup windows attachments on button actions into applications. Moved Volume window to fit into solution. BarGraph refactored.
[EGD-5832] Status bar widgets refactor Status bar SIM widget refactor Status bar time widget recfactor Status bar lock widget refactor Separation of status bar time widget and desktop main window time widget Fixed issue with wrong calculation of timezone based time
[EGD-5059] Fix SMS thread UX issues This PR correct following global UX issues that were noticed in SMS threads: - invalid Nav-bar margins (30px instead of 20px) - invalid NAv-bar hight (54px instead of 50 px) This PR corrects following SMS threads UX issues: - invalid inputText's left margin (10px instead of 0px)
[EGD-5966] Fix unit test build linker error Problem was created by not extending `VisitorMock` to mock new method of abstract `GuiVisitor`
[EGD-5860] Fix build packages Merging and cleaning cmakes requred cleaning.
[EGD-5489] Add Bluetooth pairing test This PR provides a harness test of a current stage `Bluetooth` pairing functionality. That is provided a `Bluetooth` device name, test logic: * navigates to a appropriate window * scans for devices available * navigates over appropriate device and check's if it is focused
[EGD-5756] Add Update Window Create Update Window(s) to control and visualize the MuditaOS update process on Pure.
[EGD-5863] Add retry dialog window Add generic retry dialog window
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'