~aleteoryx/muditaos

ref: dbdcaf300351c016dd4577c5c22b1019adcc69f8 muditaos/module-apps d---------
ba8f0ac3 — Krzysztof Móżdżyński 5 years ago
[EGD-5448] Add EULA window

Added EULA window required for onBoarding procedure.
Onboarding settings added.
d07a0c1e — Marcin Smoczyński 5 years ago
Merge branch 'stable'
69e75e7c — mkamonMdt 5 years ago
[EGD-5058] Fix messages UX issues

This PR fixes the missing bold contact/number in messages thread list
issue.
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>
18f9227f — Hubert Chrzaniuk 5 years ago
[EGD-5716] Change sound priorities

Sound API has been extended with new playback types.
cda64d4f — Pawel Olejniczak 5 years ago
[EGD-4340] Refactor bluetooth settings and add device windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
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.
f724d907 — Adam Dobrowolski 5 years ago
[EGD-5701] Added DOM dump to harness

* Added generic handler to developerMode
* Added DOM message handling
16de8cd3 — Mateusz Grzegorzek 5 years ago
[EGD-5800] Fix small BT icon

Replace small BT icon with the corrent one
60c96c6e — Mateusz Grzegorzek 5 years ago
[EGD-2631] Create window for entering connection code

Create only window.
Business logic will be added later.
a951f857 — Przemyslaw Brudny 5 years ago
[EGD-5688] Fixed specialInput selection blocking next action

Adding character by specialInput caused next input action
to be blocked.
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.
f2eace68 — Pawel.Paprocki 5 years ago
[EGD-5795] Fix Some MMI data responses  are showing only title

Fix message processing for call waiting data response
Fix message processing for call barring data response
bda18b5b — Marcin Smoczyński 5 years ago
[EGD-5706] Refactor creating audio device

Audio devices are created in the audio subsystem and it is not possible
to send a device to bt service upon creation.

Introduce hookable audio device factory to allow sharing bluetooth
audio device. Move audio devices from bsp to audio allowing removal of
unwanted bsp -> audio dependency.

Remove Bluetooth proxy device which turned out to be a dead end.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
232042a3 — Hubert Chrzaniuk 5 years ago
[EGD-5772] Add pause/resume API for media player

Simple version of pause / resume APIs has been added
for media player.
312d4a07 — Przemyslaw Brudny 5 years ago
[EGD-3756] Created generic ListItemWithCallbacks

Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
323786c4 — Wojtek Rzepecki 5 years ago
[EGD-4797] Battery bar as widget

Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
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.
Next