[EGD-6514] HSP volume control
Bluetooth headset profile volume control
introduced. Small refactor on A2DP volume control
done.
[EGD-6986] Add Store timezone in settings db
Adds storing current timezone in settings database.
It allows to proper handling of timezone on system startup.
[EGD-7029] Fix running unit tests in release script
Fix release script to properly run unit tests.
[EGD-7000] Removed sensitive data
Sensitive data removed from logs in module-utils
and application settings new.
[EGD-6995] Remove sensitive data from logs
Sensitive data like phone numbers, sms text etc were removed from logs.
[EGD-6994] Remove sensitive data logging
Sensitive data removed from logs in apps: call and calllog.
[BH-392] Turned application phonebook into lib
Created application phonebook separate library, defined private
and public source files and dependencies
[EGD-7018] Fixed text empty block removal at end
Fixed text empty block removal at end.
Merge branch 'stable' - release v0.70.1
[EGD-6972] Update BT stack to 1.4.1 version
This PR updates the BT stack to the newest version
[EGD-6999] Removed sensitive data
Removed sensitive data from application phonebook.
[EGD-6966] Fixed a switch from call window back
It was possible to enter phonebook even if the phone's locked.
Focused application is not killed on incoming call.
[EGD-6041] Fix unlock windows behaviour
Fixed behaviour so the window acts as in Miro requirements and has 2
seconds timeout.
[EGD-5709] Fixed a crash on switching phone modes
Fixed a crash on switching phone modes.
[EGD-6883] Change time settings cleanup
Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
[CP-163] Implement FS Endpoint read file
Implemented get file opration in FS Endpoint
[CP-166] Update Harness Tests
Renamed endpoint filesystemUpdate to filesystem
Added get file test
[EGD-6745] Add tool to create JIRA version
Add script to create version and assign to it all issues which
introduced code changes in git.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-194] Intercept all input when OS update window is displayed
Block user interaction with phone during OS update,
by intercepting all inputs from phone keyboard when OS
update screen is displayed.