/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-06-04 16:52:28 UTC
  • Revision ID: edam@waxworlds.org-20110604165228-jam230oo29u1m06u
- properly handle multiple TYPE= params in one entry in a v3.0 vCard
- when deciding which phone number to use as the pimary number, a voice number takes precedence over a non-voice (fax or pager) number of the same standing in terms of being preferred or not.

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=0x7f040040;
 
96
        public static final int error_vcf_encoding=0x7f040041;
 
97
        public static final int error_vcf_malformed=0x7f04003d;
 
98
        public static final int error_vcf_notenoughinfo=0x7f04003e;
 
99
        public static final int error_vcf_parse=0x7f04003b;
 
100
        public static final int error_vcf_parse_line=0x7f04003c;
 
101
        public static final int error_vcf_version=0x7f04003f;
100
102
        public static final int filechooser_current_dir=0x7f04000f;
101
103
        public static final int filechooser_current_file=0x7f040010;
102
104
        public static final int filechooser_ok=0x7f040011;