- App Version: v6.3.1 (F-Droid)
- Android: 8.0.0
There seems to be some kind of problem in exporting an entire contact book (if that is the correct term for it). Here is how it is likely possible to reproduce:
- Create a contact somewhere, and exported it to vCard 3.0 (.vcf), which produced the following file:
BEGIN:VCARD
VERSION:3.0
PRODID:-//Sabre//Sabre VObject 4.1.6//EN
UID:500e384d-4387-45a3-8732-529ea518c969
FN:Test Contact
EMAIL;TYPE=HOME:[email protected]
TEL;TYPE=CELL:0651424170
CATEGORIES:NewGroup,Test Group
N:Contact;Test;;;
BDAY:20190227T144137
END:VCARD
- Import the contact with the simple contacts app, by clicking the top-right options button and selecting 'Import contacts from a .vcf file'.
- The contact appears correctly, including added groups etc. so far so good!
- Now export the contact from the same top-right menu selecting 'Export contacts to a .vcf file'.
- Select a folder + press OK.
- Select the contact source which has the contact we just imported.
- Export.
- Open the file with any text editor, which produces (only a fragment shown):
...
BEGIN:VCARD
VERSION:3.0
PRODID:ez-vcard 0.10.5
N:Contact;Test
END:VCARD
...
This final exported file shows only contacts in this format, so it does not include any additional information which should be in there (phone numbers, dates, etc.).
On an additional note, if I select the note by holding it down, clicking share and share it with Nextcloud (which produces a .vcf file), it produces the following file:
BEGIN:VCARD
VERSION:3.0
PRODID:ez-vcard 0.10.5
N:Contact;Test
TEL;TYPE=CELL:0651424170
EMAIL;TYPE=HOME:[email protected]
BDAY:2019-02-27
END:VCARD
Which does show all the correct information, except for the groups (but this might be intended behavior).
If there is any additional information I can provide, please ask!
bug