~aleteoryx/muditaos

ref: 10a2c379699cbb9783be27ff7b1fa30fbd38953c muditaos/module-apps/application-call/ApplicationCall.cpp -rw-r--r-- 13.2 KiB
fd935f41 — Alek Rudnik 5 years ago
[EGD-6093] Audio settings API

Refactored Audio settings API.
Moved phone modes logic from serivce audio to service clients level.
Removed redundant API.
Seprated API for vibration and sound enable/disable.
Fixed issues with vibrations logic.
cbd74648 — Przemyslaw Brudny 5 years ago
[EGD-6494] Application Manager on action switch fix

Application Manager switch on Action no longer causes to
newly opened application main window switch but it
calls declared action handler.
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.
b88b8fc4 — Kuba Kleczkowski 5 years ago
[EGD-6121] Add offline mode in service cellular

Adds entering and leaving ito offline mode in sevice
cellular. Outgoin SMS and calls are blocked Proper popups
are shown in applications Call and Messages.
49de2d2c — tomaszkrosnowski 5 years ago
[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.
1860bf21 — tkros 5 years ago
[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.
a21e02f9 — Jakub Pyszczak 5 years ago
[EGD-5743] Added phone modes popup

Implementation of phone modes window.
Minor fixes of previous approach.
db4b41c5 — Jakub Pyszczak 5 years ago
[EGD-5712] Volume popup added

There is need of popup window on volume key
pressed event. This PR handles:
Creating base popup window attached to
application desktop.
Creating volume window.
Audio key events logic implementation.
efef7dcf — Piotr Tański 5 years ago
[EGD-6111] Timers refactored

Deep refactor of system timers.
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.
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.
fcb170f3 — Hubert Chrzaniuk 5 years ago
[EGD-5847] Fix call app when no CLIP available

The call app might have not appeared on the screen
when no caller info was available.
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
993235b7 — Kuba Kleczkowski 5 years ago
[EGD-5740] Change cellular message handlers

Phone modes dependent message handlig is moved to separated
handlers.
c1d2fbb1 — Lukasz Skrzypczak 5 years ago
[EGD-3685] Extra space removed

Left some extra space & failed formatting check
db425e53 — Lukasz Skrzypczak 5 years ago
[EGD-3685] Cleaning

Cleaned some unnecessary code
a5d1fadf — Lukasz Skrzypczak 5 years ago
[EGD-3685] Vibra handling

Added driver & business logic. Responds to messages.
Next