/android/import-contacts

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

« back to all changes in this revision

Viewing changes to TODO

  • Committer: edam
  • Date: 2011-06-11 12:15:09 UTC
  • Revision ID: edam@waxworlds.org-20110611121509-7ntgiu8fm43ral19
- bump version no. to 1.2
- fix header comment
- added support for LABEL fields

Show diffs side-by-side

added added

removed removed

1
1
IMMEDIATE (for next release)
2
2
 
 
3
* re-import all the test data, skipping dupes, so we can test caching
3
4
* re-import all the test data, having added a TEL to one of the contacts,
4
5
        merging dupes, so we can test merging with cached contacts
5
 
* add ContactContracts backend
6
 
* when using ContactContracts provide selection of account to import in to
7
6
 
8
7
FUTURE
9
8
 
10
 
* add facility to enter a group name, that any imported contacts are added to
11
9
* change some public final static ints, that aren't really consts, in to enums
12
10
* fix: merging an unPREFed TEL will override a preferred phone no. in the phone
13
11
* create a back-end object to read/write to android. This can be overridden to