/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-05-05 21:49:43 UTC
  • Revision ID: edam@waxworlds.org-20110505214943-bg0cn6qz0gr49dlk
- updated TODO
- made varibale names consistent (camelCaseVariables now_use_underscores)

Show diffs side-by-side

added added

removed removed

 
1
* rename VCFImporter to VcardImporter and VCard to Vcard
1
2
* VcardImporter.Vcard.finaliseParsing() should be renamed to finalise() to
2
3
        override Importer.ContactData.finalise(), if Java will permit us to do that
3
4
        (fnaliseParsing() throws stuff that finalise() doesn't), and should call
22
23
* possible bug: when displaying "aborting import" toaster, make sure the back
23
24
        button is enabled and the abort button is hidden (as if abort were pressed)
24
25
        since this can happen if, say, the alarm goes off.
25
 
* add facility to be asked whether to import all contacts, not just those that
26
 
        are duplicates.
27
26
* in the long term, we need to save/restore state from doit/importer