/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

  • Committer: edam
  • Date: 2011-05-02 18:28:24 UTC
  • Revision ID: edam@waxworlds.org-20110502182824-acgdi3qfxfzqgely
- fixed logic for vcard field types (home, work, cell, etc) so it works
- updated NEWS and TODO
- rewrote most of ContactsCache, including a new ContactIdentifier class to identify contacts in the cache and new cache building code
- contacts now identified in the same way that Andoid displays them (by name, or organisation, or number, or email, in that order)
- propper handling and support for organisations and titles
- validation of imported contact now done by Importer, not VcfImporter
- separated sanitisation and normalisation (for cache lookups)
- generacised PhoneData, EmailData and AddressData classes
- ContactData is now aware of primary numbers, emails and organisations (defaults to the first prefrred one seen, or the first one seen where none is preferred)
Filename Latest Rev Last Changed Size
..
ConfigureVCF.java 30 2010-12-16 00:16:01 UTC 6.4 KB Diff Download File
ContactsCache.java 40 2011-05-02 18:28:24 UTC 12.8 KB Diff Download File
Doit.java 36 2011-03-19 20:33:09 UTC 13.2 KB Diff Download File
FileChooser.java 31 2010-12-16 00:18:21 UTC 11.4 KB Diff Download File
Importer.java 40 2011-05-02 18:28:24 UTC 23.8 KB Diff Download File
Intro.java 14 2010-07-04 14:44:48 UTC 1.6 KB Diff Download File
Merge.java 36 2011-03-19 20:33:09 UTC 1.9 KB Diff Download File
VCFImporter.java 40 2011-05-02 18:28:24 UTC 26.3 KB Diff Download File
WizardActivity.java 36 2011-03-19 20:33:09 UTC 2.8 KB Diff Download File