nemomobile / buteo-sync-plugins

1 stars 7 forks source link

[buteo-sync-plugins] Update helpers for vCard operations #39

Closed chriadam closed 9 years ago

chriadam commented 9 years ago

This commit updates the helpers for vCard operations so that they correctly handle PHOTO fields. The helpers are copied from the Seaside (libcontacts) implementation.

chriadam commented 9 years ago

@matthewvogt @hmallat @VDVsx Support photo fields, also update some other things to keep the implementations in sync.

chriadam commented 9 years ago

After review, decided to backport the "applyNameFixes" changes to the Seaside Import implementation, and rewrite the contacts storage plugin here to use SeasideImport. This will place a new dependency (on libcontacts) here, but will ensure easier maintainability and cleaner code.

chriadam commented 9 years ago

Superceded by https://github.com/nemomobile/buteo-sync-plugins/pull/40