diff --git a/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java b/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java index bc9538d544a1179c6c7776786df2f7e5eeee4f15..e3850e527c613e39fd62a3ea865300a8da869b7d 100644 --- a/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java +++ b/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java @@ -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; diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index bbdd239860a5e80ad16e59c153a2e0909245d2da..18a29610a3a0aef48979615723df32f78df6ebfb 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -517,9 +517,10 @@ Text shared with %s Grant %1$s access to external storage Grant %1$s access to the camera + Quicksy asks for your consent to use your data Synchronize with contacts %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. -
By continuing you agree to our Privacy Policy and our Terms & Conditions.

You will now be asked to grant permission to access your contacts.]]>
+
Find more information in our Privacy Policy.]]>
Notify on all messages Notify only when mentioned Notifications disabled @@ -544,8 +545,8 @@ No app found to share URI Share URI with… Join the Conversation - Have some Quick Conversations -
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.
Quicksy uploads and processes your contact list to make suggestions about possible contacts who are already on Quicksy.
By signing up you agree to our Privacy Policy and our Terms & Conditions.]]>
+ Welcome to Quicksy! + · 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.

Find more information in our Privacy Policy.]]>
Agree and continue 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. Your full XMPP address will be: %s