[EGD-7099] Fix text backspace long press
This commit fixes behavior of text field
when backspace is long pressed.
[EGD-7178] Update music assets
Add tags to music assets. Compress mp3 files with VBR profile.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[BH-678] Add TimeSetFmtSpinner widget
Added time set spinner widget with dynamic switching
between time formats(24/12H).
[CP-228] Force flushing of logs before getting log files
Moved flushing function to Logger class
Decreased flushing time to 2 min
Added EM event to request flushing from ServiceDesktop
[EGD-7219] Notifications from service audio
Notifications from service audio reworked.
Information about stop/pause state is distributed
to the system. Unnecessary logic removed.
[CP-434] Restore checksums.txt for legacy update
To keep legacy update operational,
it needs checksums.txt in update package.
[EGD-7227] Fix update package generation
Adjust paths in update image generation script to point to a new
sysroot.
Fix boot.bin file path to point to a new sysroot.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-7206] Fix audio profiles priorities
Audio profiles priorities should be set as stated below:
1. Jack
2. Bluetooth
3. Earspeaker.
Added UT's to cover those requirements.
[EGD-7031] Remove UT deps to the production image
Remove dependency to the production image by creating separate sysroot
for test assets alongside with a test image Test.img.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-371] Updater miscelanous developer mode and logs changes
Changed:
- Runtime disabled logs which didn't add value from ServiceDesktop
- Runtime disabled logs which didn't add value from SystemManager
- Added possibility to change runtime logging levels
- Integrated ServiceDesktop developer code a bit - it might be used
as virtual base with little to no modifications for other endpoints
which would result with less redundant code
Merge branch 'stable' - release v0.74.1
github: fix release token
changelog: add changelog for v0.74.1
[BH-700] Add minimal Alarm app
Add minimal BellAlarm application
[CP-207] Add option to disable dev mode endpoint
We want to be able to disable dev mode endpoint in future releases.
[EGD-6723] Music Player application skeleton
Rewritten Music Player to use MVP pattern.
There are no functional changes under this commit.
Fix for port audio leakage
[CP-261] Print crash occurences to log
Make sure we produce log entries when crashes occur.
[BH-380] Librarize application-calendar
Librarize application-calendar