1
2
3
4
5
6
7
8
9
10
11
|
* declare war on camelCase variables
* change some public final static ints, that aren't really consts, in to enums
* 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
* 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.
* in the long term, we need to save/restore state from doit/importer
|