[EGD-6533] Fix switching window after editing contact After saving edited contact, app was switched to contact lists window instead of contact details.
[EGD-6626] Fix displaying bluetooth phone name in app settings Reading bluetooth phone name was not implemented on service bluetooth side.
[EGD-6641] Added Notifications to LockedPhone popup Added NotificationsModel to LockedPhone popup window.
[EGD-6648] Fix Events Record tests Update UT for work with SQLite WAL.
[EGD-6643] Fix Alarm Record tests Fix UT Alarm Record to work with WAL in SQLite.
[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.