/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
 
version 1.2
2
 
 
3
 
        - much better support for version 3.0 vCards
4
 
        - several bug and compatibility fixes
5
 
        - Postal addresses, organisation and title now imported
6
 
 
7
 
version 1.1 (2010-12-14)
8
 
 
9
1
        - added file/directory chooser
10
 
        - support for 8-bit ASCII (vCard default charset), not just 7-bit US-ASCII
11
 
        - several bug and compatibility fixes
 
2
        - minor bug and compatibility fixes
12
3
 
13
4
version 1.0 (2010-07-13)
14
5