[CP-460] Remove duplicated UT case
Removed duplicated test case for FileContext class in
service-desktop unittest.cpp
[EGD-7246] Fixed audio tags decoding
Fixed wrong tags decoding if there was any special
utf8 character contained in metadata.
[EGD-7264] Fix blocked CI due to tidy check error
Fix error introduced by the product preconfiguration.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-7267] Fix product reconfiguration
Product should be stored as a string, not boolean.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-459] Add boot.bin version string to version.json
We want all versions stings to be handled in the same way.
[EGD-7032] Add product preconfiguration
Split build directories for each of a product.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-266] Extend power management logging
Make sure we print fuel gauge info needed by the electronics team.
[EGD-7021] Fix calculator comma crash
There was a crash when system separator was set as a comma -
replace function was throwing out-of-range error while converting
from full-stop to comma
[EGD-6946] Fix build for GCC11
Fix build issues identified when building on Fedora 34 using GCC11.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
changelog: add changelog for v0.75.1
[EGD-7065] Phonebook Edit Contact small style update
Phonebook Edit Contact small style update.
[EGD-7243] Fix seg fault on db initializer test case
Seg was found when running test on bench.
Moreover the test was actually not working.
[EGD-6681] Enable low-power HCI
As tested, eHCILL works as normal one, so more power saving
is possible.
Tested functions:
- music player
- calls
- messages
[EGD-7223] Removed speed dial feature
The speed dial feature is not finished.
It is removed from the UI.
[EGD-7065] Phonebook edit contact style updates
Updated widgets margins. Updated used fonts. Updated focus
change bold on font, cursor position, underline bold. Added
line spacing support and cleaned underline properties.
[EGD-7225] Forwarding namecard via BT removed
Functionality removed from the UI because it isn't implemented.
[EGD-7226] Removed contacts blocking feature
Contacts blocking is not yet implemented.
Removed the feature from the UI.
[EGD-6776] Music Player All Songs Window
Full MVP design.
Removed redundant Empty Window.
Added play/pause/resume/stop control.
[EGD-7215] Connected Sim contact import with backends
Connected Sim contact import with cellular contact read
and DB contacts write.