[CP-254] Use Send File for Update package Switched from raw data transfer to FS Send File
[CP-280] Implement send file procedure Implemented Send File operation on FS endpoint
[EGD-6672] Fix missing key after slider Fix of not working key press right after slider movement or disconnecting tethtering
[EGD-7024] Keep the state of SMS on phone lock The SMS is not deleted on manual or automatic phone lock.
[CP-319] Extends reboot reason code Extends reboot reason codes after reboot to updater to detect updater command requests: Update, FactoryReset and the Recovery. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[CP-316] Tool to get MuditaOS log Python tool to get MuditaOS.log file from Pure
[EGD-7097] Introduce BT name length limit There was no length limit for BT name which could cause crash Now it's set to 248 bytes, according to the BT docs
[EGD-7114] Updated reboot messages Updated reboot messages in PL, ES, DE
[EGD-7096] Add reaction after changing BT device name There was no reaction after saving the BT name. Now phone returns to the previous window
[EGD-7108] Fix disconnecting all devices during unpairing Due to wrong logic, all devices were disconnecing during unparing Now, the disconnecting is performed only when the unpaired devices is the connected one
[EGD-6971] TextLine breaking on space or with dash Added TextLine breaking on space or with dash. Tests added.
[EGD-7010] Remove sensitive data from logs Sensivite data like first/second name, messages and notes content, dialed gsm numbers etc are removed from logs to guarantee security for Pure users.
Merge branch 'stable' - release v0.72.1
[CP-315] Remove old fat only partition layout Remove support for FAT only pattitions layout. The fat only partition scheme support was needed only in transition to the new VFS, now is not longer required
[EGD-7040] Notes autosave Notes are automatically saved on exiting the edit window.
[EGD-7105] Fix window with timeout Fix window whith timeout to prevent recursive returns to previous window
[CP-314] Allow genlittlefs to create empty part Allow genlittlefs tool to create empty partition without any data on the partition. It will allow to create empty backup partition
[EGD-7111] Restore calendarEvents endpoint number Added dummy calendarEvents entry to restore EP numbering
[EGD-7089] Fix torch color change when locked Fix of torch behavior while phone is locked
[CP-312] Add reboot to update function Because update procedure it is splitted to the two stages downloading and update throught separate binary we need to pass ecoboot special flag to request reboot to updater bin after update procedure. This patch adds this functionality to the PureOS. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>