[EGD-5915] Fix parse boot.json
boot.json should't be modified by the MuditaOS
and it also causes issue with broken boot.json
after update
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6767] Disable WALL mechanism in the DB
Wall mechanism is not needed due to the littlefs
fail proofs safety. It causes a lot of troubles
in the frame recovery and unnessesry increases
io bandwidth
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-6728] Documentation cleanup
Cleanup acc. to guidelines created in EGD-6632.
[BH-351] Simulator input handling
Add Keyboard binding for Linux Bell simulator
[EGD-6715] Add third party CMakeLists.txt ownership
This file is owned by BSP.
[BH-358] Add Move TPLIB (CRC32) to separate directory
Change directory location and update CMAKE
Merge branch 'stable' - release v0.65.1
changelog: add changelog for v0.65.1
[EGD-6773] Added light BarGraph type and updated UpdateProgress
Added light BarGraph type and updated UpdateProgress Window.
[EGD-6769] Preventing use of allocators in interrupts
Abort when trying to use an allocator in an interrupt.
This prevents the heap from being overwritten.
[EGD-6768] Disable logs in interrupts
Temporarily disable logs in interrupts
for heap overwriting reasons
[EGD-6755] Add updated notification icons
This PR adds/updates notification icons to latest version provided
by designs.
Also this PR provides new implementation for CallLogDetailsWindow.
The window was using one of the icons updated. To avoid making
temporary corrections on the icon's hardcoded (x,y,w,h) properties,
the entire window was redesign to use up-to-date ModuitaOS GUI
features.
[EGD-5404] Added onBoarding Sim select window
Added onBoarding Sim select window and skip sim select.
Removed old PhoneLock settings selector from settings.
[EGD-6746] New SimCard implementation
New approach to the Cellular SimCard submodule
[EGD-6772] Fixed failing resize test
Fixed failing resize test caused by Position type change.
[EGD-6707] Add single number message notification
This PR provides implementation of home screen notification for
`notSeen` messages received from a single number. The "single-number:
`notSeen` message notification distinct from "multiple-number"
notification with the following features:
- displaying formatted contact name
- `onActivated` it switches to respective thread window (instead of
all thread window) in `ApplicationMessages`
The PR also introduced some `ActiveNotificationsModel` code refactor
to align the implementation with `Single Responsibility Principle`
[CP-2] I don't want to see data from Pure in Center when Pure is locked
[CP-48] Re-enabled USB security
[CP-49] Update test harness with usb security
[EGD-6742] Add autolock window settings
Add connection to settings of autolock
window contents
[EGD-6019] Minimum settings ownership lifetime fixups
added weakptr link to settings and checks
it wont crash on deinitialized setings now
Pseuto UT are passing
Added:
- deregistration on Settings destrution
- weak referencing of Service to not crash Settings on missuse
- Proxy as initialization parameter to Settings
Unused code removed
Enabled tests to be written for Settings
Removed dependency from freertos in test global file
EntryPath tests updated and compilation slimed
[EGD-5512] Don't log pragma errors
Ignore false pragma errors caused by our VFS and sqlite.