/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
..
assets 1 15 years ago edam Initial import Diff
bin 1 15 years ago edam Initial import Diff
gen 13 14 years ago edam - converted project to use Android 1.5 SDK - clean Diff
res 1 15 years ago edam Initial import Diff
src 1 15 years ago edam Initial import Diff
.bzrignore 1 15 years ago edam Initial import 16 bytes Diff Download File
.classpath 13 14 years ago edam - converted project to use Android 1.5 SDK - clean 273 bytes Diff Download File
.project 9 15 years ago edam - added scroll view to all layouts - added intro a 818 bytes Diff Download File
AndroidManifest.xml 27 13 years ago edam - bump version to 1.1 2 KB Diff Download File
COPYING 6 15 years ago edam - added GPL header comments to all files - added G 34.3 KB Diff Download File
default.properties 13 14 years ago edam - converted project to use Android 1.5 SDK - clean 364 bytes Diff Download File
NEWS 40 13 years ago edam - fixed logic for vcard field types (home, work, c 448 bytes Diff Download File
TODO 40 13 years ago edam - fixed logic for vcard field types (home, work, c 695 bytes Diff Download File