/android/import-contacts

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

  • Committer: edam
  • Date: 2011-05-30 15:33:01 UTC
  • Revision ID: edam@waxworlds.org-20110530153301-oor6ci9b3hf9clul
- refactored some code to do with how contacts are imported
- Vcards (and ContactData) instances now generate a CacheIdentifier when they are finalised so that ContactData instances that do not have enough information to identify them can be discovered then
- importContact() now calls the private method checkForDuplicate(), renamed from isImportRequired(), and return if it is not
- importContact() and checkForDuplicate() now use the ContactData's generated CacheIdentifier
Filename Latest Rev Last Changed Committer Comment Size
..
ConfigureVCF.java 41 13 years ago edam - updated TODO - made varibale names consistent (c 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 42 13 years ago edam - renamed VCFImporter to VcardImporter and VCard t 13.4 KB Diff Download File
FileChooser.java 31 13 years ago edam - missing check for null 11.4 KB Diff Download File
Importer.java 43 13 years ago edam - refactored some code to do with how contacts are 24.4 KB Diff Download File
Intro.java 41 13 years ago edam - updated TODO - made varibale names consistent (c 1.6 KB Diff Download File
Merge.java 41 13 years ago edam - updated TODO - made varibale names consistent (c 1.9 KB Diff Download File
VcardImporter.java 43 13 years ago edam - refactored some code to do with how contacts are 26.1 KB Diff Download File
WizardActivity.java 41 13 years ago edam - updated TODO - made varibale names consistent (c 2.8 KB Diff Download File