~aleteoryx/muditaos

f72ab7fa — Radoslaw Wicik 5 years ago
[EGD-5247] Bring back settings db definition script

Restore accidentally deleted script with settings database definition.
d9612efe — mkamonMdt 5 years ago
[EGD-4338] Fix menu notification dot

Each tile in Menu that uses notification dot
is be refreshed. It also solves missing dot
issue of EGD-4129 and lack of sound notification
on incoming text message.
103af764 — SP2FET 5 years ago
[EGD-4836] Add firmware update test

Add test utility to update firmware via USB (service-desktop API)
Add timeout to harness port discovery

[EGD-5240] Add common timeout to python test harness
General purpose timeout based on signals library

[EGD-5239] Preserve 1Phone testing
In the long run test harness requires two phones,
but allow for one phone to still pass some test cases
7ed1380e — Mateusz Grzywacz 5 years ago
[EGD-4837] Add 2 phones test cases (call & call-back)

A test asserts, that the first phone can call the second phone by
the number.
Another test asserts, that the seconds phone can call the first phone
back
71a82520 — SP2FET 5 years ago
[EGD-4580] Add BT settings middleware

Added bluetooth settings middleware to store BT status in settings.
Added middleware layer to handle new settings queries.
f75c6add — Hubert Chrzaniuk 5 years ago
[EGD-5034] Change gain values to reduce echo during call

Default values of the gain for the build-in and headphones
microphone has been changed. Previously set excessive values
caused echo during call.

Signed-off-by: Lukasz Skrzypczak <lukasz.skrzypczak@mudita.com>
27149007 — Tomasz Langowski 5 years ago
[EGD-5141] Add unit tests for grid layout

Unit tests for grid layout added (one test for borderCallback
behavior).
12386846 — Pawel Olejniczak 5 years ago
[EGD-2519] Fix keyboard mode in the search windows

Keyboard mode was not displayed in the search windows.
Now its fixed, both in Phonebook and Messages search.
Additionaly code of the Phonebook Search window is cleaned up.
5da31450 — Pawel Olejniczak 5 years ago
[EGD-4739] Add empty APN settings window

APN settings window without APN list.
Icon widget now accepts rich text.
40bf381e — Marcin Smoczyński 5 years ago
[EGD-5086] Fix voice not starting when calling

Due to a race condition between source and sink voice is not always
starting when calling. Introduce audio stream connections to avoid
race condition and improve handling of audio start and stop operations.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
7dee85f0 — Tomas Rogala 5 years ago
[EGD-4711] Change calendar events endpoints

-Create providers object
-Change endpoints data message structure to json object
-Extend ical format validation
-Extend service desktop tests for calendar endpoints
e63cb65a — Piotr Leniec 5 years ago
[DW-31] Don't require commit subject to start with Add/Change/Fix

After the testing period we decided that the rule to start
a commit subject with Add/Change/Fix is overly restrictive.
7ceb7717 — Krzysztof Móżdżyński 5 years ago
[EGD-5183] Fix message options texts

Fix text for deleting conversation, adding contact and deleting message.
a3d6c798 — Maciej-Mudita 5 years ago
[EGD-5186] Change minimum CPU frequency to 132 MHz

Temporary minimum CPU frequency limitation
3a793437 — Mateusz Grzywacz 5 years ago
[EGD-4835] Fix HIL Readme, code, so it works, rename, random GCC 10 fix

Polish README, so it works 1:1.
Rename method, so it blends better with its calls.
Delete old code, leave phone unlock.
Try not to see this random GCC 10 fix here.
859f17c9 — Mateusz Grzywacz 5 years ago
[EGD-4846] Change default HIL to autodetect Pure phone

No need to pass --port argument by default.
--port still needs to be passed if you want to use specific
phone or Linux simulator
3a70d030 — Mateusz Grzywacz 5 years ago
[EGD-4846] Add auto detect USB Pure Phones for HIL

Detect connected Pure phone automatically inside test harness (Python
library) by its Manufacturer and Product strings.
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.
34eb92ea — Piotr Tański 5 years ago
[EGD-4968] Add Service GUI documentation

GUI service documentation added.
bee3b04e — pawpMudita 5 years ago
[EGD-5150] Fix Crash on enter Settings Information

Loading bootCfg casues stack overflow in Settings module
and crash of application.
Next