/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: 2011-03-19 20:33:09 UTC
  • Revision ID: edam@waxworlds.org-20110319203309-5dzfyqrxwk94jtin
- formatting: removed some double-indents on overrunning lines
- updated TODO and NEWS
- rewrote central logic of parser so it makes more sense, looks nicer and has a small optimisation (getting name and params from line only when necessary)
- optimised unnecessary mutliple converting of lines to US-ASCII
- re-wrote line extraction from vcards so that we can lookahead for v3 folded lines
- added support for v3 folded lines

Show diffs side-by-side

added added

removed removed

 
1
version 1.2
 
2
 
 
3
        - better support for version 3.0 vCards
 
4
        - several bug and compatibility fixes
 
5
 
 
6
version 1.1 (2010-12-14)
 
7
 
 
8
        - added file/directory chooser
 
9
        - support for 8-bit ASCII (vCard default charset), not just 7-bit US-ASCII
 
10
        - several bug and compatibility fixes
 
11
 
 
12
version 1.0 (2010-07-13)
 
13
 
 
14
        - initial release
 
15
        - some bug fixes
 
16
 
 
17
version 0.9 (2009-10-03)
 
18
 
 
19
        - unstable testing release