deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
316 stars 50 forks source link

Show avatar for vCards (#2167) #2187

Closed zeitschlag closed 4 months ago

zeitschlag commented 4 months ago

This PR improves vCard-UI in chats by adding a dedicated view and cell. The result looks pretty similar to when sending files, but instead of the icon, you see an image (if the vCard contains an image) or the initials with a background color (aka InitialsBadge, also used elsewhere. For privacy reasons the screenshot below has been edited)

Simulator Screenshot - iPhone 15 Pro - 2024-06-04 at 15 06 36

r10s commented 4 months ago

did a quick functionality test - very nice so far!

the only thing that i recognised so far, is that we do not want to have person.crop.circle (sorry, once again not :) or so as a fallback - but the user's color and the first letter of the displayname (both are returned by parseVcard()) - see eg. the normal contact list (from which we should share the corresponding code ideally)

this is how it looks like on android: