/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 gen/org/waxworlds/edam/importcontacts/R.java

  • Committer: edam
  • Date: 2011-05-02 18:28:24 UTC
  • Revision ID: edam@waxworlds.org-20110502182824-acgdi3qfxfzqgely
- fixed logic for vcard field types (home, work, cell, etc) so it works
- updated NEWS and TODO
- rewrote most of ContactsCache, including a new ContactIdentifier class to identify contacts in the cache and new cache building code
- contacts now identified in the same way that Andoid displays them (by name, or organisation, or number, or email, in that order)
- propper handling and support for organisations and titles
- validation of imported contact now done by Importer, not VcfImporter
- separated sanitisation and normalisation (for cache lookups)
- generacised PhoneData, EmailData and AddressData classes
- ContactData is now aware of primary numbers, emails and organisations (defaults to the first prefrred one seen, or the first one seen where none is preferred)

Show diffs side-by-side

added added

removed removed

91
91
        public static final int error_nosdcard=0x7f040033;
92
92
        public static final int error_ok=0x7f040030;
93
93
        public static final int error_title=0x7f04002f;
94
 
        public static final int error_vcf_charset=0x7f04003e;
95
 
        public static final int error_vcf_encoding=0x7f04003f;
96
 
        public static final int error_vcf_malformed=0x7f04003b;
97
 
        public static final int error_vcf_noname=0x7f04003c;
98
 
        public static final int error_vcf_parse=0x7f04003a;
99
 
        public static final int error_vcf_version=0x7f04003d;
 
94
        public static final int error_unabletoaddcontact=0x7f04003a;
 
95
        public static final int error_vcf_charset=0x7f04003f;
 
96
        public static final int error_vcf_encoding=0x7f040040;
 
97
        public static final int error_vcf_malformed=0x7f04003c;
 
98
        public static final int error_vcf_notenoughinfo=0x7f04003d;
 
99
        public static final int error_vcf_parse=0x7f04003b;
 
100
        public static final int error_vcf_version=0x7f04003e;
100
101
        public static final int filechooser_current_dir=0x7f04000f;
101
102
        public static final int filechooser_current_file=0x7f040010;
102
103
        public static final int filechooser_ok=0x7f040011;