So far, everything looked alright. Tonight I had one incident that I can’t quite put my finger on it: One of my contacts just lost their groups. Here’s the diff (anonymized):
diff --git a/55cd82aa-5d0d-444e-b414-3905d2193d42.vcf b/55cd82aa-5d0d-444e-b414-3905d2193d42.vcf
index 3ae5862..1a0367f 100644
--- a/55cd82aa-5d0d-444e-b414-3905d2193d42.vcf
+++ b/55cd82aa-5d0d-444e-b414-3905d2193d42.vcf
@@ -1,13 +1,13 @@
BEGIN:VCARD
-VERSION:3.0
-PRODID:-//Sabre//Sabre VObject 4.1.1//EN
+VERSION:4.0
+PRODID:+//IDN bitfire.at//DAVdroid/1.4.0.2-ose vcard4android ez-vcard/0.10.
+ 1
UID:55cd82aa-5d0d-444e-b414-3905d2193d42
-CATEGORIES:work,friends
FN:First Name Last Name
N:Last Name;First Name;;;
TEL;TYPE=cell:+49 123 4567
EMAIL;TYPE=work:something@example.com
ORG:some org
BDAY:18000415
-REV:20170212T223553Z
-END:VCARD
\ No newline at end of file
+REV:20170215T095941Z
+END:VCARD
So, instead of the categories, suddenly there’s a line just saying <space>1
(1 with leading space). This is not forum formatting, or the leading space of the diff format, this is actually in the vcard.
I did have other syncs that same day which still have their catetegories. They also have the <space>1
extra line.
Again, not sure if this is related, but I thought I’d mention it.