Add new country picker for registration.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Michelle Tang
2025-01-31 18:56:24 -05:00
committed by GitHub
parent 0a90d9f003
commit 2ad04b1e88
24 changed files with 1124 additions and 80 deletions

View File

@@ -2459,6 +2459,13 @@
<!-- An accessibility label for screen readers on a view that can be expanded -->
<string name="CallOverflowPopupWindow__expand_snackbar_accessibility_label">Expand raised hand view</string>
<!-- Toolbar title of country picker selection page -->
<string name="CountryCodeFragment__your_country">Your country</string>
<!-- Hint text in search bar to either enter in a country name or number -->
<string name="CountryCodeFragment__search_by">Search by name or number</string>
<!-- Text shown when displaying a list of countries that indicates an unknown country -->
<string name="CountryCodeFragment__unknown_country">Unknown country</string>
<!-- AboutSheet -->
<!-- Displayed in a sheet row and allows user to open signal connection explanation on tap -->
<string name="AboutSheet__signal_connection">Signal connection</string>
@@ -2543,6 +2550,12 @@
<string name="RegistrationActivity_additional_verification_required">Additional verification required</string>
<!-- Dialog message shown when we need to verify sms and carrier rates may apply. -->
<string name="RegistrationActivity_a_verification_code_will_be_sent_to_this_number">A verification code will be sent to this number. Carrier rates may apply.</string>
<!-- Text explaining to users that they will be receiving a verification for their phone number and that carrier rates could apply -->
<string name="RegistrationActivity_you_will_receive_a_verification_code">You will receive a verification code. Carrier rates may apply.</string>
<!-- Hint text to select a country -->
<string name="RegistrationActivity_select_a_country">Select a country</string>
<!-- Hint text explaining that this is where the country code should go -->
<string name="RegistrationActivity_default_country_code">+0</string>
<string name="RegistrationActivity_you_will_receive_a_call_to_verify_this_number">You\'ll receive a call to verify this number.</string>
<string name="RegistrationActivity_edit_number">Edit number</string>
<string name="RegistrationActivity_missing_google_play_services">Missing Google Play Services</string>