I’m using DAVdroid 0.5.4 on an emulated Android stock phone. (I can test on my actual phone but it takes longer). Some of my contacts have addresses that contain commas, and this is leading to problems.
I sometimes store lat/long information in the street address section of the address field. One could object and say this is misusing the field, but there are other cases where we naturally want to have commas in the street address line of an address, especially for South Korean and possibly Japanese addresses.
Here is a screenshot of the Android contacts list. It’s a public business and therefore no privacy concerns exist.
The actual work address, as seen on the server (OwnCloud 6.0.0a) and via export, is this.
35.656571, 139.702266
Here’s the relevant line from the VCF I get from OwnCloud.
ADR;UNKNOWN=X-GPS:;;35.656571, 139.702266;;;;
Is this an OwnCloud bug? Is it a DAVdroid bug? Sorry if I have opened it in the wrong project!