/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

2
2
 
3
3
        - much better support for version 3.0 vCards
4
4
        - several bug and compatibility fixes
5
 
        - support for more-recent ContactsContract API (automatically detected)
6
 
        - postal addresses now imported
7
 
        - organisation and title now imported
8
 
        - notes now imported
 
5
        - Postal addresses, organisation and title now imported
9
6
 
10
7
version 1.1 (2010-12-14)
11
8