GermainZ / Identiconizer

Apache License 2.0
55 stars 8 forks source link

two different people have identical names - identical idenicon is generated #31

Open kofaysi opened 4 years ago

kofaysi commented 4 years ago

Thank you for the great work.

Please, consider, generating identicon from an extended string. Currently it is generated based on the name of the contact. It would be more unique to generate identicons from a concatenated string of name telephone number and email and website, if any is available. Or just process the UIDs of the contacts, if available -- I see those in exported VCF

Steps to reproduce: create two contacts with the same name add different phone numbers and/or email addresses generate identicons

Current behavior: Identical identicons are generated for both of the contacts

Expected behavior: Different identicons are generated for both of the contacts (differing in phone or email)