/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
 
1
23
version 1.3 (2012-12-21)
2
24
 
3
25
        - much better support for version 3.0 vCards