~aleteoryx/muditaos

ref: 82b585947465662c6e8bef23fcea815bd2a707a9 muditaos/module-apps/application-calllog d---------
a21e02f9 — Jakub Pyszczak 4 years ago
[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
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
84c99029 — Krzysztof Móżdżyński 4 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.
724505bb — Piotr Tański 4 years ago
[EGD-2653] Update list of call logs in chunks

Automatically update the list of call logs in chunks.
0b9bca2a — Alek Rudnik 4 years ago
[EGD-6014] Fix top bar includes

This is only clean up of includes, no functional changes
84095629 — Przemyslaw Brudny 4 years ago
[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.
4f3366ee — Piotr Tański 4 years ago
[EGD-4157] Actions queue added

All actions shall be queued in order to process them later.
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
8f079721 — Mateusz Grzegorzek 5 years ago
[EGD-5312] Add Time selection window

- add ChangeDateAndTimeWindow,
- extract EventTimeItem to common widgets folder
  and rename it to TimeWidget,
- extract EventDateItem to common widgets folder
  and rename it to DateWidget,
- replace timeWidget with common TimeWidget
  in NightshiftWindow,
- refactor time setting in
  DesktopMainWindow and TopBar,
- Remove dead code from EventManager
  (GetNextAlarmTimestamp and HandleAlarmTrigger)
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 4 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
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
312d4a07 — Przemyslaw Brudny 4 years ago
[EGD-3756] Created generic ListItemWithCallbacks

Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
3cc558b0 — Hubert Chrzaniuk 5 years ago
[EGD-2931] Fix private number incoming calls

The change adjusts both cellular service as well as
call and call log applications to handle properly
incoming calls from private numbers.
f609ab9d — Alek Rudnik 5 years ago
[EGD-5295] Fixes in Calllog app

Fixed some Calllog UI issues:
Fixed lack of calllog entry after call aborting
8f801262 — Przemyslaw Brudny 5 years ago
[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.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
4c61595a — Piotr Tański 5 years ago
[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.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
Next