[EGD-6999] Removed sensitive data Removed sensitive data from application phonebook.
[EGD-6966] Fixed a switch from call window back It was possible to enter phonebook even if the phone's locked. Focused application is not killed on incoming call.
[EGD-6041] Fix unlock windows behaviour Fixed behaviour so the window acts as in Miro requirements and has 2 seconds timeout.
[EGD-5709] Fixed a crash on switching phone modes Fixed a crash on switching phone modes.
[EGD-6883] Change time settings cleanup Time related settings are handled by service time now. utils DateAndTimeSettings replaced by static time service api.
[CP-163] Implement FS Endpoint read file Implemented get file opration in FS Endpoint
[CP-166] Update Harness Tests Renamed endpoint filesystemUpdate to filesystem Added get file test
[EGD-6745] Add tool to create JIRA version Add script to create version and assign to it all issues which introduced code changes in git. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[CP-194] Intercept all input when OS update window is displayed Block user interaction with phone during OS update, by intercepting all inputs from phone keyboard when OS update screen is displayed.
[EGD-6979] Fix for "Unable to catch hard faults on rt1051 via GDB" `CrashCatcher_armv7m.S` wasn't properly linked to `CrashCatcher::CrashCatcher`, which cause that HFs on rt1051 wasn't caught via GDB. Added `CrashCatcherARM` library that solves above issue.
[BH-374] Fix ENABLE_APP mechanism + adjust includes policy First BH-374 disabled ENALBE_APP mechanism for antenna app, this commit reverts that unwated change. Also ajdusts includes policy after recent talks.
[CP-206] Report Pure serial number in USB descriptors Added serial number to USB device descriptor
[BH-495] Created Bell Hybrid home screen Cleaned up PurePhone remainings, modified UI to comply with documentation, cleaned up include paths to comply Mudita guide
[BH-495] Cleaned up Bell Hybrid App cmake Decoupled application-bell-main from other targets, efficiently decreasing build time during app development, hidden private headers, defined dependencies
[EGD-6970] Autolock default value Set autolock default value to 30 seconds.
[EGD-5709] Fixed actions support in Call application Fixed: - returning from a call window to previous application - closing SMS templates window if open from call window
[EGD-5709] Add full actions support in call application Application call used both actions and messages which caused windows switch problems. It has been refactored to handle all communication by actions.
[CP-174] Remove limit of maximum attempts of unlocking phone Limit of 4 attempts of unlocking phone is disabled due to requirements change. This is a temporary solution until time intervals between attempts will be intorduced. Old logic remains untouched on purpose. It will be reused in final implementation.
[EGD-6951] Removed old header implementation Removed old header implementation.
[EGD-6958] Fix rssibar oor exception This commit fixes out of range exception for rssi indication on topbar.