SimpleMobileTools / Simple-Contacts

Easy and quick contact management with no ads, handles groups and favorites too.
https://www.simplemobiletools.com
GNU General Public License v3.0
803 stars 264 forks source link

Please support the multi-field VCARD 'ADR' property #696

Closed sciurius closed 3 years ago

sciurius commented 3 years ago

VCARD oriented data servers have a 7-field address property, ADR (see https://datatracker.ietf.org/doc/html/rfc6350#section-6.3.1). This allows for separate maintenance of e.g. street, city, zipcodes. According to my information Android also supports this.

Simple-Contacts, just like many other Contacts apps, supports a single, optionally multi-line, address field. While this is okay for many purposes, problems arise when the data is exchanged with VCARD oriented data servers. The individual field contents gets lost, and is replaced by a single address field. Other tools that use the VCARDs get confused since the data no longer conforms to the VCARD specification.

For display and maintenance of names (N property, which has a similar behaviour), Simple-Contacts allows the user to choose which fields (firstname, surname, ...) are shown and maintains the underlying fields.

My request is to provide a similar facility for ADR properties.

tibbi commented 3 years ago

duplicate of #364

sciurius commented 3 years ago

364 is a feature request that, indeed, dups this issue.

385 is a bug. It feels a bit weird to close a bug with a feature request.