/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: 2010-12-11 23:57:07 UTC
  • Revision ID: edam@waxworlds.org-20101211235707-czyw48tt3hcopuwf
- read vCard files in as raw bytes now and convert to string only tentatively to check for version no.s and property names and params
- ASCII is now (correctly) the default charset
- added conversion from 8-bit ASCII to UTF-8 (not used on 7-bit US-ASCII) which works on raw bytes, not chars
- unencode quoted-printable now works on raw bytes, not chars

Show diffs side-by-side

added added

removed removed

82
82
        public static final int doit_title=0x7f04001d;
83
83
        public static final int error_abort=0x7f040032;
84
84
        public static final int error_continue=0x7f040031;
 
85
        public static final int error_fileisempty=0x7f040037;
85
86
        public static final int error_filenotfound=0x7f040036;
86
 
        public static final int error_ioerror=0x7f040037;
 
87
        public static final int error_ioerror=0x7f040038;
87
88
        public static final int error_locationnofiles=0x7f040035;
88
89
        public static final int error_locationnotfound=0x7f040033;
89
90
        public static final int error_locationpermissions=0x7f040034;
90
91
        public static final int error_ok=0x7f040030;
91
92
        public static final int error_title=0x7f04002f;
92
 
        public static final int error_vcf_charset=0x7f04003c;
93
 
        public static final int error_vcf_encoding=0x7f04003d;
94
 
        public static final int error_vcf_malformed=0x7f040039;
95
 
        public static final int error_vcf_noname=0x7f04003a;
96
 
        public static final int error_vcf_parse=0x7f040038;
97
 
        public static final int error_vcf_version=0x7f04003b;
 
93
        public static final int error_vcf_charset=0x7f04003d;
 
94
        public static final int error_vcf_encoding=0x7f04003e;
 
95
        public static final int error_vcf_malformed=0x7f04003a;
 
96
        public static final int error_vcf_noname=0x7f04003b;
 
97
        public static final int error_vcf_parse=0x7f040039;
 
98
        public static final int error_vcf_version=0x7f04003c;
98
99
        public static final int filechooser_current_dir=0x7f04000f;
99
100
        public static final int filechooser_current_file=0x7f040010;
100
101
        public static final int filechooser_ok=0x7f040011;