/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* add support for contacts with no N/FN name. The contacts list displays the
	primary number instead of a name, but the existing contact detection will
	need to be fixed-up. See Importer::isImportRequired().
	* import organisations
	* have a second list (beside _contact) that maps organisation names to ids
		that is used when a contact has no other name
	* have a third list (beside _contact and the above list) that maps the
		primary phone no.s to ids, where the contact has no name or organisation
	* when reading vcf phone no.s, make sure they are imported in the same order
		they appear in in the vcf. The first on will become the primary when the
		contact has no name or organisation
* possible bug: when displaying "aborting import" toaster, make sure the back
	button is enabled and the abort button is hidden (as if abort were pressed)
	since this can happen if, say, the alarm goes off.
* in the long term, we need to save/restore state from doit/importer