/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: Tim Marston
  • Date: 2016-03-28 18:18:11 UTC
  • Revision ID: tim@ed.am-20160328181811-as61lllmvnv8e5os
handle vcards with missing vesion lines (treat as v2.1)

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)
 
24
 
 
25
        - much better support for version 3.0 vCards
 
26
        - 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
 
31
 
 
32
version 1.1 (2010-12-14)
 
33
 
 
34
        - added file/directory chooser
 
35
        - support for 8-bit ASCII (vCard default charset), not just 7-bit US-ASCII
 
36
        - several bug and compatibility fixes
 
37
 
 
38
version 1.0 (2010-07-13)
 
39
 
 
40
        - initial release
 
41
        - some bug fixes
 
42
 
 
43
version 0.9 (2009-10-03)
 
44
 
 
45
        - unstable testing release