modify quicksy user consent wording once more
This commit is contained in:
parent
03dc15158b
commit
b93c5622df
|
@ -762,10 +762,11 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
|||
if (QuickConversationsService.isQuicksy() || shouldShowRequestPermissionRationale(Manifest.permission.READ_CONTACTS)) {
|
||||
final AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||
final AtomicBoolean requestPermission = new AtomicBoolean(false);
|
||||
builder.setTitle(R.string.sync_with_contacts);
|
||||
if (QuickConversationsService.isQuicksy()) {
|
||||
builder.setTitle(R.string.quicksy_wants_your_consent);
|
||||
builder.setMessage(Html.fromHtml(getString(R.string.sync_with_contacts_quicksy_static)));
|
||||
} else {
|
||||
builder.setTitle(R.string.sync_with_contacts);
|
||||
builder.setMessage(getString(R.string.sync_with_contacts_long, getString(R.string.app_name)));
|
||||
}
|
||||
@StringRes int confirmButtonText;
|
||||
|
|
|
@ -517,9 +517,10 @@
|
|||
<string name="shared_text_with_x">Text shared with %s</string>
|
||||
<string name="no_storage_permission">Grant %1$s access to external storage</string>
|
||||
<string name="no_camera_permission">Grant %1$s access to the camera</string>
|
||||
<string name="quicksy_wants_your_consent">Quicksy asks for your consent to use your data</string>
|
||||
<string name="sync_with_contacts">Synchronize with contacts</string>
|
||||
<string name="sync_with_contacts_long">%1$s wants permission to access your address book to match it with your XMPP contact list.\nThis will display your contacts’ full names and avatars.\n\n%1$s will only read your address book and match it locally without uploading anything to your server.</string>
|
||||
<string name="sync_with_contacts_quicksy_static" translatable="false"><![CDATA[Quicksy uploads and processes your contact list to make suggestions about possible contacts who are already on Quicksy.<br><br>By continuing you agree to our <a href="https://quicksy.im/privacy.htm">Privacy Policy</a> and our <a href="https://quicksy.im/tos.htm">Terms & Conditions</a>.<br><br>You will now be asked to grant permission to access your contacts.]]></string>
|
||||
<string name="sync_with_contacts_quicksy_static" translatable="false"><![CDATA[Quicksy syncs your contact list in regular intervals to make suggestions about possible contacts, who are already using the app, even when the app is closed or not in use.<br><br>Find more information in our <a href="https://quicksy.im/privacy.htm">Privacy Policy</a>.]]></string>
|
||||
<string name="notify_on_all_messages">Notify on all messages</string>
|
||||
<string name="notify_only_when_highlighted">Notify only when mentioned</string>
|
||||
<string name="notify_never">Notifications disabled</string>
|
||||
|
@ -544,8 +545,8 @@
|
|||
<string name="no_application_to_share_uri">No app found to share URI</string>
|
||||
<string name="share_uri_with">Share URI with…</string>
|
||||
<string name="welcome_header" translatable="false">Join the Conversation</string>
|
||||
<string name="welcome_header_quicksy" translatable="false">Have some Quick Conversations</string>
|
||||
<string name="welcome_text_quicksy_static" translatable="false"><![CDATA[Quicksy is a spin off of the popular XMPP client Conversations with automatic contact discovery.<br><br>You sign up with your phone number and Quicksy will automatically—based on the phone numbers in your address book—suggest possible contacts to you.<br>Quicksy uploads and processes your contact list to make suggestions about possible contacts who are already on Quicksy.<br>By signing up you agree to our <a href="https://quicksy.im/privacy.htm">Privacy Policy</a> and our <a href="https://quicksy.im/tos.htm">Terms & Conditions</a>.]]></string>
|
||||
<string name="welcome_header_quicksy">Welcome to Quicksy!</string>
|
||||
<string name="welcome_text_quicksy_static" translatable="false"><![CDATA[· Quicksy syncs your contact list in regular intervals to make suggestions about possible contacts who are already on Quicksy even when the app is closed or not in use.<br>· Quicksy shares and stores images, audio recordings, videos and other media to deliver them to the intended recipients. Files will be stored for up to 30 days.<br><br>Find more information in our <a href="https://quicksy.im/privacy.htm">Privacy Policy</a>.]]></string>
|
||||
<string name="agree_and_continue">Agree and continue</string>
|
||||
<string name="magic_create_text">A guide is set up for account creation on conversations.im.\nWhen picking conversations.im as a provider you will be able to communicate with users of other providers by giving them your full XMPP address.</string>
|
||||
<string name="your_full_jid_will_be">Your full XMPP address will be: %s</string>
|
||||
|
|
Loading…
Reference in a new issue