/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:51:35 UTC
  • Revision ID: tim@ed.am-20121219175135-1cpuafp76jg1ib1p
added preliminary (buggy) ContactsContract backend

Show diffs side-by-side

added added

removed removed

1
 
version 1.3.4 (2014-03-02)
2
 
 
3
 
        - new family picture!
4
 
        - added API v18 target (so the app doesn't run in compatibility mode)
5
 
        - added permission to read from sdcard (how did it ever work!?)
6
 
        - other minor bug fixes (fixed a leak, an NPE, and removed a hard-coded
7
 
          sdcard path)
8
 
 
9
 
version 1.3.3 (2013-07-19)
10
 
 
11
 
        - new family picture  :o)
12
 
        - added support for birthday (BDAY) fields (Android 2.0+ only)
13
 
 
14
 
version 1.3.2 (2013-05-10)
15
 
 
16
 
        - check for and refuse to import Nokia vMsg files
17
 
        - minor improvements (accept lower-case vcard BEGIN and END statements)
18
 
 
19
 
version 1.3.1 (2013-01-06)
20
 
 
21
 
        - minor bug fixes (GREF leak; whitespace preventing vCard detection)
22
 
 
23
 
version 1.3 (2012-12-21)
 
1
version 1.2
24
2
 
25
3
        - much better support for version 3.0 vCards
26
4
        - several bug and compatibility fixes
27
 
        - support for more-recent ContactsContract API (automatically detected)
28
 
        - postal addresses now imported
29
 
        - organisation and title now imported
30
 
        - notes now imported
 
5
        - Postal addresses, organisation and title now imported
31
6
 
32
7
version 1.1 (2010-12-14)
33
8