/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-10-28 15:49:21 UTC
  • Revision ID: edam@waxworlds.org-20101028154921-98svlxlpno3cpzb8
- added file chooser
- changed file/dir entry box for a button that opens the file chooser
- added dialog to ask if you want to select a dir to scan or a file
- fixed bug where you could abort as dialog opened and the dialog wasn't cancelled
- fixed crash where you could abort as the merge prompt opened and it would try to use the just-destroyed importer
- fixed bug where closing the application at the end would show "aborted!" erroniously

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=0x7f040038;
86
 
        public static final int error_filenotfound=0x7f040037;
87
 
        public static final int error_ioerror=0x7f040039;
88
 
        public static final int error_locationnofiles=0x7f040036;
89
 
        public static final int error_locationnotfound=0x7f040034;
90
 
        public static final int error_locationpermissions=0x7f040035;
91
 
        public static final int error_nosdcard=0x7f040033;
 
85
        public static final int error_filenotfound=0x7f040036;
 
86
        public static final int error_ioerror=0x7f040037;
 
87
        public static final int error_locationnofiles=0x7f040035;
 
88
        public static final int error_locationnotfound=0x7f040033;
 
89
        public static final int error_locationpermissions=0x7f040034;
92
90
        public static final int error_ok=0x7f040030;
93
91
        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;
 
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;
100
98
        public static final int filechooser_current_dir=0x7f04000f;
101
99
        public static final int filechooser_current_file=0x7f040010;
102
100
        public static final int filechooser_ok=0x7f040011;