/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: 2012-12-21 14:47:57 UTC
  • Revision ID: tim@ed.am-20121221144757-5cb1lgsp7fdt7p2n
updated TODO

Show diffs side-by-side

added added

removed removed

1
 
IMMEDIATE (for next release)
 
1
NEXT RELEASE
2
2
 
3
 
  * re-import all the test data, having added a TEL to one of the contacts,
4
 
        merging dupes, so we can test merging with cached contacts
5
3
 
6
4
FUTURE
7
5
 
 
6
  * pull ContactData out in to its own class, and share that class with export
 
7
        contacts
8
8
  * rename wizard activity classes (append "Wizard"), so you can tell them apart
9
9
        from the others
10
10
  * handle large screen sizes (don't worry about xlarge)
23
23
  * add facility to be asked to confirm each contact import (or show the prompt
24
24
        if the contact is a dupe)
25
25
  * add facility to import a duplicate contact as a new, renamed contact
26
 
          - renamed contacts would have to be re-dupe checked
 
26
        - renamed contacts would have to be re-dupe checked
27
27
  * in the long term, we probably need to save/restore state from doit/importer
28
28
        and stop preventing screen rotation on some activities