/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 NEWS

  • 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

Show diffs side-by-side

added added

removed removed

 
1
        - added file/directory chooser
 
2
        - minor bug and compatibility fixes
 
3
 
 
4
version 1.0 (2010-07-13)
 
5
 
 
6
        - initial release
 
7
        - some bug fixes
 
8
 
 
9
version 0.9 (2009-10-03)
 
10
 
 
11
        - unstable testing release