Add ability to delete your Signal account from within the app.

This commit is contained in:
Alex Hart
2020-12-07 17:39:16 -04:00
committed by GitHub
parent 00b6416583
commit edb2a17bcb
21 changed files with 1019 additions and 23 deletions

View File

@@ -2357,6 +2357,7 @@
<string name="preferences__advanced_pin_settings">Advanced PIN settings</string>
<string name="preferences__free_private_messages_and_calls">Free private messages and calls to Signal users</string>
<string name="preferences__submit_debug_log">Submit debug log</string>
<string name="preferences__delete_account">Delete account</string>
<string name="preferences__support_wifi_calling">\'WiFi Calling\' compatibility mode</string>
<string name="preferences__enable_if_your_device_supports_sms_mms_delivery_over_wifi">Enable if your device uses SMS/MMS delivery over WiFi (only enable when \'WiFi Calling\' is enabled on your device)</string>
<string name="preferences__incognito_keyboard">Incognito keyboard</string>
@@ -2987,6 +2988,25 @@
<string name="CallParticipantsListUpdatePopupWindow__you_on_another_device">You (on another device)</string>
<string name="CallParticipantsListUpdatePopupWindow__s_on_another_device">%1$s (on another device)</string>
<!-- DeleteAccountFragment -->
<string name="DeleteAccountFragment__deleting_your_account_will">Deleting your account will:</string>
<string name="DeleteAccountFragment__enter_your_phone_number">Enter your phone number</string>
<string name="DeleteAccountFragment__delete_account">Delete account</string>
<string name="DeleteAccountFragment__delete_your_account_info_and_profile_photo">Delete your account info and profile photo</string>
<string name="DeleteAccountFragment__delete_all_your_messages">Delete all your messages</string>
<string name="DeleteAccountFragment__remove_you_from_all_signal_groups">Remove you from all Signal groups</string>
<string name="DeleteAccountFragment__no_country_code">No country code specified</string>
<string name="DeleteAccountFragment__no_number">No number specified</string>
<string name="DeleteAccountFragment__the_phone_number">The phone number you entered doesn\'t match your account\'s.</string>
<string name="DeleteAccountFragment__are_you_sure">Are you sure you want to delete your account?</string>
<string name="DeleteAccountFragment__this_will_delete_your_signal_account">This will delete your Signal account and reset the application. The app will close after the process is complete.</string>
<string name="DeleteAccountFragment__failed_to_delete_account">Failed to delete account. Do you have a network connection?</string>
<string name="DeleteAccountFragment__failed_to_delete_local_data">Failed to delete local data. You can manually clear it in the system application settings.</string>
<string name="DeleteAccountFragment__launch_app_settings">Launch App Settings</string>
<!-- DeleteAccountCountryPickerFragment -->
<string name="DeleteAccountCountryPickerFragment__search_countries">Search Countries</string>
<!-- EOF -->
</resources>