/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: 2012-12-19 17:50:33 UTC
  • Revision ID: tim@ed.am-20121219175033-61acsxzjulqpnian
made contacts backend throw exceptions when it can't create contacts on the device; specified Locale in lower/upper case conversions; stripped old Contacts types from Importer (and replaced with our own types, which are now converted in the backend; switched using Integer() constructors to Integer.valueOf(); rewrote the main importer routine a bit

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