[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
[EGD-7204] Set msp register and clear IRQ flags
Setting msp register to stack top and clearing pending
interrupt flags before enabling them
[EGD-7083] Fixed earspeaker bt HSP
Routing and ringtone are now hearable via earspeaker/jack
while pure is connected to the device that doesn't support HSP.
[BH-677] Add widget AlarmSetSpinner
Add widget for Bell alarm display and edit
[BH-564] Time&Units scaling fix
Fix scaling in Time&Units
[EGD-7211] Sim contacts import selector UI part
Added sim contacts import selector UI part.
Fixed BoxLayout focusChangedCallback. Fixed
SetFont redraw. Refactored Check and
CheckWithLabel widgets.
[EGD-7127] Store imported contacts in DB
Added API for storing imported contacts list
in phonebook database
[BH-675] Add TextSpinner
Added TextSpinner widget
[BH-671] Fixed CMake in service-audio
Made service-audio CMake comply to Mudita internal guide
[CP-225] Create contact using post method, and update it using put
Methods were used incorrectly.
Now they are aligned with requirements.