39aldo39 / DecSyncCC

Android app to sync contacts, calendars and tasks without a server using DecSync
GNU General Public License v3.0
232 stars 10 forks source link

importing a vcf record from two files is weird #74

Open fisx opened 2 years ago

fisx commented 2 years ago

I have two overlapping vcf files with two versions of my address book. I've imported both via file import to the decsync-controlled account.

expected behavior

actual behavior

this is not a big deal, i can work my self around that by writing code that cleans up the mess in the data on my laptop, but i'm not sure it's "works as designed", or if you want to know about it. so here you go. :)

thanks!

fisx commented 2 years ago

I'm also wondering about the entries counts in the app: what's the semantics of android vs. processed vs. dechsync?

39aldo39 commented 2 years ago

They should indeed overwrite themselves, but I think there is a problem somewhere where the two contacts are seen as distinct. Could you open the exported files and look at the UID of a duplicate contact? Are they the same?