~aleteoryx/muditaos

ref: 017e3d88dc687c85f3d0aeab3cddf255c5cc5d99 muditaos/module-apps/application-call d---------
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
0f3fb7c1 — Michał Kamoń 4 years ago
[EGD-6736] Add app's state dependent autoLock mechanism

This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:

* DetermineByWindow
* DetermineByAppState
* PreventPermanently

Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
dcd0ebe0 — tomaszkrosnowski 5 years ago
[EGD-6338] Fix NAT widget visibility

Make sure that NAT (Network Access Technology) widget is visible on top
bar ONLY during call.
1bcc27df — Piotr Tański 4 years ago
[EGD-6638] SOS call windows flow fixed

On going back, it returns to the correct window.
5913999d — Przemyslaw Brudny 4 years ago
[EGD-6683] Fixed not fitting labels in Calls and Meditation

Fixed not fitting labels in Calls and Meditation.
ee5d2f16 — Maciej Janicki 4 years ago
[EGD-6639] Fix call icon misalignment

Align call window arcs
25ba341e — Przemyslaw Brudny 4 years ago
[EGD-5884] Added Lock Screen popup handling

Moved lock screen window to popup. Split DesktopMainWindow into
two parts (popup and regular). Added LockPhoneHandler into
ApplicationManager.
71465d89 — Artur Śleszyński 4 years ago
[EGD-3119] Hide InputEvent's member fields

Use the InputEvent's convenience methods to express intent.
ce139d27 — Maciej Janicki 4 years ago
[EGD-6583] Add send text

Adds missing send text during
incoming call.
5cc2475d — Maciej Janicki 4 years ago
[EGD-6600] Add rejected call message

Adds rejected call message
instead of ended call.
49c132c6 — Jakub Pyszczak 5 years ago
[EGD-6513] Volume control feedback

Added volume control feedback during music playback over Bluetooth.
Changed volume buttons handler logic in service audio to use actions
instead of messages.
7fe84233 — Pawel Olejniczak 5 years ago
[EGD-6506] Turn on function keys backlight during call

Backlight of function keys are on when call is active.
When call ends, previous backlight mode is restored.
94098983 — Adam Dobrowolski 5 years ago
[EGD-6527] Internationalization API unification

Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
cc0a76f2 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6485] Remove Cellular message types from global

Domain-specific message types should not pollute global space.
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.
226e9e4c — Marek Niepieklo 5 years ago
[EGD-6515] Answer/reject calls using headset

Clean up propagation of headset keys events
Clean up volume control with headset keys
Update key mappings for simulator
Use headset OK key to answer/reject calls
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
87c21588 — Marcin Smoczyński 5 years ago
[EGD-6324] Update audio assets

Upload latest audio assets. Original file names preserved.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
Next