[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-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-4157] Actions queue added All actions shall be queued in order to process them later.
[EGD-5737] Merge master into experimental Synchronize with master before merging
[EGD-5820] Fix Scrolling down contacts improper data are displayed Fix for functional regression in Phonebook introduced by EGD-5557 module-db/queries/RecordQuery.cpp RecordQuery::RecordQuery(std::size_t limit, std::size_t offset)
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-3756] Created generic ListItemWithCallbacks Added generic template for ListItemWithCallbacks. Replaced onDimensionsChange with callbacks.
[EGD-5158] Change access to the bus methods The bus is now accessible only via Service object.
[EGD-5619] Add unified implementation of active icons This PR provides unified and reusable implementation of active icons used in windows system-wide.
[EGD-3434] ListView Scroll bar refactor Added two new scroll bar types. Fixed for ListView with equal height elements and PreRendered which require whole list render - not recommended for big lists but works with not equal heights elements. Applied new types to all lists in Pure. Various cleanups and refactors inside models and listView.
Merge branch 'master' into stable
[EGD-4801] Add application-wide top bar manager Applications configure the top bar once for all their windows. Sometimes, windows need to configure top bars with its configuration.
Merge branch 'master' into stable
[EGD-4995] Add changing passcode windows flow Implement changing passcode windows flow
[EGD-5087] Update Options and replace PageLayout with ListView PageLayout removed and replaced with ListView. Options structure and namespace cleanup. Added ListView ScrollBar type and disable on construction.
Merge branch 'master' into stable