[EGD-5448] Add EULA window
Added EULA window required for onBoarding procedure.
Onboarding settings added.
[EGD-5058] Fix messages UX issues
This PR fixes the missing bold contact/number in messages thread list
issue.
[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>
[EGD-5716] Change sound priorities
Sound API has been extended with new playback types.
[EGD-4340] Refactor bluetooth settings and add device windows
Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
[EGD-3685] Extra space removed
Left some extra space & failed formatting check
[EGD-3685] Cleaning
Cleaned some unnecessary code
[EGD-3685] Vibra handling
Added driver & business logic. Responds to messages.
[EGD-5701] Added DOM dump to harness
* Added generic handler to developerMode
* Added DOM message handling
[EGD-5800] Fix small BT icon
Replace small BT icon with the corrent one
[EGD-2631] Create window for entering connection code
Create only window.
Business logic will be added later.
[EGD-5688] Fixed specialInput selection blocking next action
Adding character by specialInput caused next input action
to be blocked.
[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.
[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
[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>
[EGD-5772] Add pause/resume API for media player
Simple version of pause / resume APIs has been added
for media player.
[EGD-3756] Created generic ListItemWithCallbacks
Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
[EGD-4797] Battery bar as widget
Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
[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.