/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-05-30 15:33:01 UTC
  • Revision ID: edam@waxworlds.org-20110530153301-oor6ci9b3hf9clul
- refactored some code to do with how contacts are imported
- Vcards (and ContactData) instances now generate a CacheIdentifier when they are finalised so that ContactData instances that do not have enough information to identify them can be discovered then
- importContact() now calls the private method checkForDuplicate(), renamed from isImportRequired(), and return if it is not
- importContact() and checkForDuplicate() now use the ContactData's generated CacheIdentifier

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
        - 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
 
12
 
 
13
version 1.0 (2010-07-13)
 
14
 
 
15
        - initial release
 
16
        - some bug fixes
 
17
 
 
18
version 0.9 (2009-10-03)
 
19
 
 
20
        - unstable testing release