[EGD-5928] Fix loading default BT entries
Default BT entries weren't loaded at Pure start
because of unproper paths in `settings_tab`.
Adding `ServiceBluetooth` to paths fixes it.
[EGD-6615] Fix tethering repeated notification
Repair of repeated tethering notification
after disconnection.
[EGD-6649] Fix SMS Record tests
Fix UT for WAL in SQLite.
[EGD-6644] Fix Alarms Table tests
Fix UT for supporting WAL in SQLite.
[EGD-6639] Fix call icon misalignment
Align call window arcs
[EGD-6453] Warning when adding incorrect event
When adding to Calendar an event which is incorrect (e.g. has empty
title or end which is sooner than start) warning window appears.
[EGD-5884] Added Lock Screen popup handling
Moved lock screen window to popup. Split DesktopMainWindow into
two parts (popup and regular). Added LockPhoneHandler into
ApplicationManager.
[EGD-6611] Cache for jenkins
Adding cache dir for ccache.
[EGD-6646] Fix Contact Record db tests
Clean WAL file after db init
[EGD-3119] Hide InputEvent's member fields
Use the InputEvent's convenience methods to express intent.
[EGD-6254] Add meditation end timeout
Added timeout on meditation end screen
to automatically return to main screen
of meditation app.
[EGD-6642] Fix googletest gui
Fix Unit Tests: googletest-gui.
[EGD-6496] Add basic sample rate transcoding
Add basic interpolator and decimator to change sample rates by a factor
of a prime number. Interpolator repeats samples forming a stair signal,
while decimator drops excessive samples.
Templates have been used to utilize fast integer operations contrary to
byte-by-byte operations for number of bit width vs channel count
combinations.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-6619] Fix Display backlight switches periodically
Reload pwm duty cycle value after CPU frequency change
[EGD-6583] Add send text
Adds missing send text during
incoming call.
[EGD-5238] Fixed no error message on bad style
Fixed no error information on style
[EGD-6637] Cleanup locks structure
Renaming existing locks namespace and created proper directory
structure.
[EGD-6315] Fix issues during saving new APN
- disallow saving empty APN form - at least `Name` must be provided,
- show `Save` button only if `Name` field is not empty,
- return to APN list window after adding/editing/deleting APN
or setting APN to default
[EGD-6600] Add rejected call message
Adds rejected call message
instead of ended call.