/android/import-contacts

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

  • Committer: edam
  • Date: 2010-12-11 23:57:07 UTC
  • Revision ID: edam@waxworlds.org-20101211235707-czyw48tt3hcopuwf
- read vCard files in as raw bytes now and convert to string only tentatively to check for version no.s and property names and params
- ASCII is now (correctly) the default charset
- added conversion from 8-bit ASCII to UTF-8 (not used on 7-bit US-ASCII) which works on raw bytes, not chars
- unencode quoted-printable now works on raw bytes, not chars
Filename Latest Rev Last Changed Committer Comment Size
..
ConfigureVCF.java 20 13 years ago edam - fixed bug where a file chooser wouldn't know it' 4.9 KB Diff Download File
Doit.java 19 13 years ago edam - added file chooser - changed file/dir entry box 13.2 KB Diff Download File
FileChooser.java 21 13 years ago edam - fixed bug in file chooser where "ok" button coul 10.1 KB Diff Download File
Importer.java 14 14 years ago edam - got rid of the pretend ImportContacts activity a 18.2 KB Diff Download File
Intro.java 14 14 years ago edam - got rid of the pretend ImportContacts activity a 1.6 KB Diff Download File
Merge.java 14 14 years ago edam - got rid of the pretend ImportContacts activity a 1.9 KB Diff Download File
VCFImporter.java 22 13 years ago edam - read vCard files in as raw bytes now and convert 20.9 KB Diff Download File
WizardActivity.java 14 14 years ago edam - got rid of the pretend ImportContacts activity a 2.7 KB Diff Download File