~aleteoryx/muditaos

ref: d07a0c1e13bb00dfc0510a79a1707aa78d7d40a4 muditaos/module-apps/application-call/windows/CallWindow.cpp -rw-r--r-- 16.3 KiB
d07a0c1e — Marcin Smoczyński 5 years ago
Merge branch 'stable'
230eb7c3 — Przemyslaw Brudny 5 years ago
[EGD-5816] Device freeze after cancelling a call

Reverted changed proposed by PR [EGD-5598] GuiTimer
refreshWindow on Count and custom stop.

Signed-off-by: Przemyslaw Brudny <przemyslaw.brudny@mudita.com>
50d0cf0b — Przemyslaw Brudny 5 years ago
[EGD-5598] GuiTimer refresh window on count

Added Gui timer auto refresh window on count and additional
name based API to detach timer from window. Added
TimerIDGenerator and exception throw on creating user timer
with same name.
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.
[EGD-5291] Fixes in Call App

Fix for Call ended window displayed to shortly
Separted the logic of two gui timers in call window.
Removed redundant main window in call app
Refactored CallWindow interface
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
[EGD-4429] Enable DEBUG_MODEM_OUTPUT_RESPONSE to true

All those logs are crucial for identification of modem issues.
All modem debug logs are disabled in runtime by default.
[EGD-4429] Fix gui issues in application call

Fix the persistent answer and reject labels in Call Window issue
Fix the wrong call duration issue in both Call and Calls apps
Fix the not working call ignoring issue
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.
d4613919 — PrzeBrudny 5 years ago
[EGD-3442] Fix list empty window unhandled behaviours, in place rebuild handling, notes rebuild on note deletion and changed call Icon name to stateIcon. (#1160)

c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
0ef0d615 — Krzysztof Mozdzynski 5 years ago
[EGD-4150] Change filename i18 to i18n (#1108)

Change filename of internationalization files from i18 to i18n.

I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
fe867169 — Piotr Tanski 5 years ago
[EGD-4153] Use actions instead explicit applications switch. (#1032)

998ceac4 — Radoslaw Wicik 5 years ago
[EGD-4217] Convert service-db to library
945e39df — Radoslaw Wicik 5 years ago
[EGD-4216] Convert service-cellular to library
b7e1a04a — Hubert Chrzaniuk 5 years ago
[EGD-4301] Bluetooth Audio profile support (#984)

 - implemented audio sink/source switching
 - reorganized / renamed sound events
 - moved SetBluetoothStreamData and AudioDevice instance to base Operation class
 - added audio profiles RecordingBluetoothHSP, RoutingBluetoothHSP
 - removed unused audio Profiles
 - removed redundant OutputPath and InputPath classes from CodecParamsMAX98090
4bdfb00d — Radoslaw Wicik 5 years ago
[EGD-4214] Convert service audio to library
c9df8931 — Hubert Chrzaniuk 5 years ago
[EGD-4169] Fix call timer (#908)

Next