~aleteoryx/muditaos

ref: cbd74648d063ff2b24f9a78db086a00aa8ae4484 muditaos/module-apps/application-messages/ApplicationMessages.cpp -rw-r--r-- 17.3 KiB
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.
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.
354b47aa — Tomasz Sobkowiak 5 years ago
[EGD-6004] Change application messages stack size to 6kB

Tests done for over 100 threads and 1000 messages in overall
Stack size during tests didn't go over 5kb
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.
3b141041 — Wiktor S. Ovalle Correa 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
e24d7c85 — Jakub Pyszczak 5 years ago
[EGD-5541] Sim card check refactor

Moved checking for a SIM card logic from
application level to service cellular.
Provided an action in response to application messages.
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
Next