~aleteoryx/muditaos

ref: d4b06f4a361ccc6b24a9bfe8acb229cff2017c39 muditaos/module-apps/application-phonebook d---------
fd327263 — Pawel Olejniczak 5 years ago
[EGD-6183] Fix HF on search results window

HF was occurring when user trying to
navigate left on search results window.
e31e7965 — Pawel.Paprocki 5 years ago
[EGD-6182] Fix after ICE call full list of contacts is shown

Change way of calling ICE contacts
81adfe41 — Piotr Tański 5 years ago
[EGD-6347] Refactored phone modes handling in applications

PhoneModeObserver doesn't work properly in applications.
Applications have to handle the phone mode changes via AppMgr.
Phone mode and tethering handlers separated.
22809d63 — Bartosz Cichocki 5 years ago
[EGD-6208] Add blocking phone mode changes during tethering

When the tethering is enabled, the phone mode shouldn't change,
now, any attempt ends with a notification
4f0c3c82 — Piotr Tański 5 years ago
[EGD-6209] Tethering confirmation popup added

Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
a21e02f9 — Jakub Pyszczak 5 years ago
[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
84c99029 — Krzysztof Móżdżyński 5 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.
96f65e63 — Michał Kamoń 5 years ago
[EGD-6108] Fix phonebook leak of DialogMetadata

The cause of leak were releases on `unique_ptr` - reviewer
(my) mistake
1e55ef8f — Pawel.Paprocki 5 years ago
[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
84095629 — Przemyslaw Brudny 5 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 5 years ago
[EGD-4157] Actions queue added

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

Synchronize with master before merging
a007ed29 — Pawel.Paprocki 5 years ago
[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)
c7b7cc4c — Wiktor S. Ovalle Correa 5 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
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

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

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

Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
Next