From 257ca26a8ea3912fac91379fc56a9ff46dcb8031 Mon Sep 17 00:00:00 2001 From: valere <valeref@matrix.org> Date: Mon, 8 May 2023 00:08:57 +0200 Subject: [PATCH] unused resources --- library/ui-strings/src/main/res/values/strings.xml | 12 ++++++++---- .../app/features/settings/VectorSettingsUrls.kt | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/library/ui-strings/src/main/res/values/strings.xml b/library/ui-strings/src/main/res/values/strings.xml index da4602e426..8325b19b93 100644 --- a/library/ui-strings/src/main/res/values/strings.xml +++ b/library/ui-strings/src/main/res/values/strings.xml @@ -2798,10 +2798,14 @@ <string name="crypto_error_withheld_generic">You cannot access this message because the sender purposely did not send the keys</string> <string name="notice_crypto_unable_to_decrypt_merged">Waiting for encryption history</string> - <string name="disclaimer_title">Riot is now Element!</string> - <string name="disclaimer_content">We’re excited to announce we’ve changed name! Your app is up to date and you’re signed in to your account.</string> - <string name="disclaimer_negative_button">GOT IT</string> - <string name="disclaimer_positive_button">LEARN MORE</string> + <!-- TODO TO BE REMOVED --> + <string tools:ignore="UnusedResources" name="disclaimer_title">Riot is now Element!</string> + <!-- TODO TO BE REMOVED --> + <string tools:ignore="UnusedResources" name="disclaimer_content">We’re excited to announce we’ve changed name! Your app is up to date and you’re signed in to your account.</string> + <!-- TODO TO BE REMOVED --> + <string tools:ignore="UnusedResources" name="disclaimer_negative_button">GOT IT</string> + <!-- TODO TO BE REMOVED --> + <string tools:ignore="UnusedResources" name="disclaimer_positive_button">LEARN MORE</string> <string name="save_recovery_key_chooser_hint">Save recovery key in</string> diff --git a/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt b/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt index 09b60fc7b8..051b709b09 100644 --- a/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt +++ b/vector/src/main/java/im/vector/app/features/settings/VectorSettingsUrls.kt @@ -21,6 +21,5 @@ object VectorSettingsUrls { const val COPYRIGHT = "https://element.io/copyright" const val ACCEPTABLE_USE_POLICY = "https://element.io/acceptable-use-policy-terms" const val PRIVACY_POLICY = "https://element.io/privacy" - const val DISCLAIMER_URL = "https://element.io/previously-riot" const val THIRD_PARTY_LICENSES = "file:///android_asset/open_source_licenses.html" }