I see. Then you could also try to compile DAVx5 without Conscrypt (you’d only have to comment out a few lines in cert4android).
Add BDAY field support
-
If I import a VCF 3.0 with a birth date directly into the davdroid account, it is ignored. If I import it into the device, the birth date is added to the contact, but after a sync, it’s removed from it.
Samsung S4, android 4.2 -
Couldn’t reproduce this. How does your VCard / BDAY field look like? Please give detailed steps to reproduce, including server and DAVdroid version etc.
-
BEGIN:VCARD
VERSION:3.0
N:lastname;firstname
FN:firstname lastname
BDAY:1900-01-01
END:VCARDI open this file with the contacts app, it updates the contact if I select the device option, and does not with the davdroid one.
Baikal 0.2.6
Davdroid 0.5.3 alpharfc2822 notifications@github.com a écrit :
Couldn’t reproduce this. How does your VCard / BDAY field look like?
Please give detailed steps to reproduce, including server and DAVdroid
version etc.
Reply to this email directly or view it on GitHub:
https://github.com/rfc2822/davdroid/issues/127#issuecomment-31223166 -
Thanks for the information. However, I can’t reproduce this (updating contacts with BDAY works here). I know that different devices have different methods of storing the birthday, see http://dmfs.org/carddav/?date_format
Please give detailed steps how to reproduce the problem (1. create account, 2. import this file to that account, 3. update in editor, 4. sync, etc. etc.) because otherwise, I can’t do anything. Logs would also be very useful, do you know how to provide logcat output?
-
While answering… now it works
You can close this issue, sorry for that…