[EGD-5190] Fix license version
Spotted by one community member - we have to be precise
about the GPL version we choose, because we don't know
what the future holds.
[EGD-4995] Add changing passcode windows flow
Implement changing passcode windows flow
[EGD-4429] Enable DEBUG_MODEM_OUTPUT_RESPONSE to true
All those logs are crucial for identification of modem issues.
All modem debug logs are disabled in runtime by default.
[EGD-4429] Fix gui issues in application call
Fix the persistent answer and reject labels in Call Window issue
Fix the wrong call duration issue in both Call and Calls apps
Fix the not working call ignoring issue
[EGD-5270] Add packages rhash, tar, zip to docker image
These packages are required for building packages, standalone and
update one.
[EGD-5087] Update Options and replace PageLayout with ListView
PageLayout removed and replaced with ListView.
Options structure and namespace cleanup.
Added ListView ScrollBar type and disable on
construction.
[EGD-5249] Add Clang Tidy packages in docker
New packages are required for static analyses features.
Add changelog for v0.53.2
Add change list for release v0.53.2.
Fix broken changelog for v0.52.1.
Merge branch 'master' into stable
[EGD-5247] bring back settings db definition script
Repair settings scripts, deleted in previous commits.
[EGD-2501] Add gsm powerdown due to battery
Gsm model power state maintenance based on battery level.
[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.