/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 Committer Comment Size
..
ConfigureVCF.java 30 13 years ago edam - determine path to SD card by querying android - 6.4 KB Diff Download File
ContactsCache.java 40 13 years ago edam - fixed logic for vcard field types (home, work, c 12.8 KB Diff Download File
Doit.java 36 13 years ago edam - formatting: removed some double-indents on overr 13.2 KB Diff Download File
FileChooser.java 31 13 years ago edam - missing check for null 11.4 KB Diff Download File
Importer.java 40 13 years ago edam - fixed logic for vcard field types (home, work, c 23.8 KB Diff Download File
Intro.java 14 14 years ago edam - got rid of the pretend ImportContacts activity a 1.6 KB Diff Download File
Merge.java 36 13 years ago edam - formatting: removed some double-indents on overr 1.9 KB Diff Download File
VCFImporter.java 40 13 years ago edam - fixed logic for vcard field types (home, work, c 26.3 KB Diff Download File
WizardActivity.java 36 13 years ago edam - formatting: removed some double-indents on overr 2.8 KB Diff Download File