[EGD-5247] Bring back settings db definition script Restore accidentally deleted script with settings database definition.
[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.
[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
[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
[EGD-4580] Add BT settings middleware Added bluetooth settings middleware to store BT status in settings. Added middleware layer to handle new settings queries.
[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>
[EGD-5141] Add unit tests for grid layout Unit tests for grid layout added (one test for borderCallback behavior).
[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.
[EGD-4739] Add empty APN settings window APN settings window without APN list. Icon widget now accepts rich text.
[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>
[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
[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.
[EGD-5183] Fix message options texts Fix text for deleting conversation, adding contact and deleting message.
[EGD-5186] Change minimum CPU frequency to 132 MHz Temporary minimum CPU frequency limitation
[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.
[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
[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.
[EGD-5166] Add query-callback synchronization mechanism Receiver object cancels the callbacks at the end of its lifecycle.
[EGD-4968] Add Service GUI documentation GUI service documentation added.
[EGD-5150] Fix Crash on enter Settings Information Loading bootCfg casues stack overflow in Settings module and crash of application.