/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
16
17
18
19
20
FOR NEXT RELEASE

* import a crap-load of contacts before release!
* change some public final static ints, that aren't really consts, in to enums
* does duplicate contact dialog displays UTF-8 name in ASCII?

FUTURE

* create a back-end object to read/write to android. This can be overridden to
	use the new ContractsContacts API.
* add warnings when email addresses, phone numbers, etc, fail sanitisation (and
	are ignored) during the import (see TODO comments in the code)
* add base64 decoding to support (even if to ignore) vcards with image data
* 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.
* add facility to be asked whether to import all contacts, not just those that
	are duplicates.
* in the long term, we probably need to save/restore state from doit/importer
	and stop preventing screen rotation on some activities