[android] only enable image feature if contact supports it

Also show an onboarding the first time, the feature gets activiated
This commit is contained in:
Torsten Grote
2018-12-17 15:41:47 -02:00
committed by akwizgran
parent 8183b7b26a
commit 16c701a71a
8 changed files with 161 additions and 11 deletions

View File

@@ -144,6 +144,10 @@
<string name="dialog_message_save_image">Saving this image will allow other apps to access it.\n\nAre you sure you want to save?</string>
<string name="save_image_success">Image was saved</string>
<string name="save_image_error">Could not save image</string>
<string name="dialog_title_no_image_support">Images Unavailable</string>
<string name="dialog_message_no_image_support">Your contact\'s Briar does not yet support image attachments. Once they upgrade you\'ll see a different icon.</string>
<string name="dialog_title_image_support">You can now send images to this contact</string>
<string name="dialog_message_image_support">Tap this icon to attach images.</string>
<!-- Adding Contacts -->
<string name="add_contact_title">Add a Contact</string>