/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-03-19 20:33:09 UTC
  • Revision ID: edam@waxworlds.org-20110319203309-5dzfyqrxwk94jtin
- formatting: removed some double-indents on overrunning lines
- updated TODO and NEWS
- rewrote central logic of parser so it makes more sense, looks nicer and has a small optimisation (getting name and params from line only when necessary)
- optimised unnecessary mutliple converting of lines to US-ASCII
- re-wrote line extraction from vcards so that we can lookahead for v3 folded lines
- added support for v3 folded lines

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_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;
 
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;
102
100
        public static final int filechooser_current_dir=0x7f04000f;
103
101
        public static final int filechooser_current_file=0x7f040010;
104
102
        public static final int filechooser_ok=0x7f040011;