From 20ca856bbc97271a167bc05784c3eef73f5dc498 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 4 Jan 2022 05:46:54 +0100 Subject: [PATCH 1/2] updater: add note about encryption Change-Id: I8ee3ca4d128bf5f62d682f2c4f2320c16526f8ea --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 269648df..7d1b3559 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -113,7 +113,7 @@ You are about to update to %1$s.\n\nIf you press %2$s, the device will begin installing in the background.\n\nOnce completed, you will be prompted to reboot. Version Upgrade! - You are about to upgrade to %1$s, based on Android %2$s\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will restart itself into recovery mode to install the update. + You are about to upgrade to %1$s, based on Android %2$s\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will restart itself into recovery mode to install the update.\n\nIf not already done, your device data will be automatically encrypted during the upgrade process. A technical screen will appear to inform you about the process duration, which may take between a few minutes and 30 minutes. Your data will remain safe after encryption. You are about to upgrade to %1$s, based on Android %2$s.\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will begin installing in the background.\n\nOnce completed, you will be prompted to reboot. Cancel the installation? -- GitLab From b4caf4ce4238a39af8b27584ff14946129024bde Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Thu, 13 Jan 2022 18:56:11 +0000 Subject: [PATCH 2/2] Modify the place for the new paragraph --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 7d1b3559..39f6019c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -113,7 +113,7 @@ You are about to update to %1$s.\n\nIf you press %2$s, the device will begin installing in the background.\n\nOnce completed, you will be prompted to reboot. Version Upgrade! - You are about to upgrade to %1$s, based on Android %2$s\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will restart itself into recovery mode to install the update.\n\nIf not already done, your device data will be automatically encrypted during the upgrade process. A technical screen will appear to inform you about the process duration, which may take between a few minutes and 30 minutes. Your data will remain safe after encryption. + You are about to upgrade to %1$s, based on Android %2$s\n\nIf not already done, your device data will be automatically encrypted during the upgrade process. A technical screen will appear to inform you about the process duration, which may take between a few minutes and 30 minutes. Your data will remain safe after encryption.\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will restart itself into recovery mode to install the update. You are about to upgrade to %1$s, based on Android %2$s.\n\nRemember: it is always recommended to backup your data before upgrades.\n\nIf you press %3$s, the device will begin installing in the background.\n\nOnce completed, you will be prompted to reboot. Cancel the installation? -- GitLab