/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-07-04 14:44:48 UTC
  • Revision ID: edam@waxworlds.org-20100704144448-1m30v811opup20fs
- got rid of the pretend ImportContacts activity alltogether (and made the Intro activity the startup one)
- massively simplified the WizzardActivity class so it works propperly
- moved all code to org.waxworlds.edam
- added an "aborted" message when the importion is aborted
- simplified the 3 actions the worker thread can take when stopping (only 2 were actualy used) to "aborted" or "alldone"
- changed intro message to match website
- bugfix: don't blow up when the My Contacts group is missing

Show diffs side-by-side

added added

removed removed

5
5
 * should not be modified by hand.
6
6
 */
7
7
 
8
 
package org.waxworlds.importcontacts;
 
8
package org.waxworlds.edam.importcontacts;
9
9
 
10
10
public final class R {
11
11
    public static final class attr {
18
18
        public static final int abort=0x7f05000d;
19
19
        public static final int back=0x7f050001;
20
20
        public static final int doit_abort_disp=0x7f05000c;
 
21
        public static final int doit_aborted=0x7f05000f;
21
22
        public static final int doit_alldone=0x7f05000e;
22
23
        public static final int doit_creates=0x7f050008;
23
24
        public static final int doit_merges=0x7f05000a;
28
29
        public static final int doit_percentage=0x7f050006;
29
30
        public static final int doit_progress=0x7f050005;
30
31
        public static final int doit_skips=0x7f05000b;
31
 
        public static final int intro_link=0x7f05000f;
 
32
        public static final int intro_link=0x7f050010;
32
33
        public static final int location=0x7f050000;
33
 
        public static final int merge_keep=0x7f050012;
34
 
        public static final int merge_merge=0x7f050013;
35
 
        public static final int merge_overwrite=0x7f050014;
36
 
        public static final int merge_prompt=0x7f050011;
37
 
        public static final int merge_setting=0x7f050010;
38
 
        public static final int mergeprompt_always=0x7f050016;
39
 
        public static final int mergeprompt_name=0x7f050015;
 
34
        public static final int merge_keep=0x7f050013;
 
35
        public static final int merge_merge=0x7f050014;
 
36
        public static final int merge_overwrite=0x7f050015;
 
37
        public static final int merge_prompt=0x7f050012;
 
38
        public static final int merge_setting=0x7f050011;
 
39
        public static final int mergeprompt_always=0x7f050017;
 
40
        public static final int mergeprompt_name=0x7f050016;
40
41
        public static final int next=0x7f050002;
41
42
    }
42
43
    public static final class layout {
50
51
        public static final int abort=0x7f040003;
51
52
        public static final int app_name=0x7f040000;
52
53
        public static final int back=0x7f040001;
 
54
        public static final int doit_aborted=0x7f04001c;
53
55
        public static final int doit_alldone=0x7f04001b;
54
56
        public static final int doit_begin=0x7f040014;
55
57
        public static final int doit_caching=0x7f040019;
56
 
        public static final int doit_close=0x7f04001c;
 
58
        public static final int doit_close=0x7f04001d;
57
59
        public static final int doit_creates=0x7f040015;
58
 
        public static final int doit_importaborted=0x7f04001f;
59
 
        public static final int doit_mergeask1=0x7f04001d;
60
 
        public static final int doit_mergeask2=0x7f04001e;
 
60
        public static final int doit_importaborted=0x7f040020;
 
61
        public static final int doit_mergeask1=0x7f04001e;
 
62
        public static final int doit_mergeask2=0x7f04001f;
61
63
        public static final int doit_merges=0x7f040017;
62
64
        public static final int doit_overwrites=0x7f040016;
63
65
        public static final int doit_ready=0x7f040013;
64
66
        public static final int doit_scanning=0x7f04001a;
65
67
        public static final int doit_skips=0x7f040018;
66
68
        public static final int doit_title=0x7f040012;
67
 
        public static final int error_abort=0x7f040026;
68
 
        public static final int error_continue=0x7f040025;
69
 
        public static final int error_filenotfound=0x7f04002a;
70
 
        public static final int error_ioerror=0x7f04002b;
71
 
        public static final int error_locationnofiles=0x7f040029;
72
 
        public static final int error_locationnotfound=0x7f040027;
73
 
        public static final int error_locationpermissions=0x7f040028;
74
 
        public static final int error_ok=0x7f040024;
75
 
        public static final int error_title=0x7f040023;
76
 
        public static final int error_vcf_charset=0x7f040030;
77
 
        public static final int error_vcf_encoding=0x7f040031;
78
 
        public static final int error_vcf_malformed=0x7f04002d;
79
 
        public static final int error_vcf_noname=0x7f04002e;
80
 
        public static final int error_vcf_parse=0x7f04002c;
81
 
        public static final int error_vcf_version=0x7f04002f;
 
69
        public static final int error_abort=0x7f040027;
 
70
        public static final int error_continue=0x7f040026;
 
71
        public static final int error_filenotfound=0x7f04002b;
 
72
        public static final int error_ioerror=0x7f04002c;
 
73
        public static final int error_locationnofiles=0x7f04002a;
 
74
        public static final int error_locationnotfound=0x7f040028;
 
75
        public static final int error_locationpermissions=0x7f040029;
 
76
        public static final int error_ok=0x7f040025;
 
77
        public static final int error_title=0x7f040024;
 
78
        public static final int error_vcf_charset=0x7f040031;
 
79
        public static final int error_vcf_encoding=0x7f040032;
 
80
        public static final int error_vcf_malformed=0x7f04002e;
 
81
        public static final int error_vcf_noname=0x7f04002f;
 
82
        public static final int error_vcf_parse=0x7f04002d;
 
83
        public static final int error_vcf_version=0x7f040030;
82
84
        public static final int intro_author=0x7f040006;
83
85
        public static final int intro_disclaimer=0x7f040008;
84
86
        public static final int intro_help=0x7f040005;
90
92
        public static final int merge_overwrite=0x7f040011;
91
93
        public static final int merge_prompt=0x7f04000e;
92
94
        public static final int merge_title=0x7f04000c;
93
 
        public static final int mergeprompt_always=0x7f040022;
94
 
        public static final int mergeprompt_help=0x7f040021;
95
 
        public static final int mergeprompt_title=0x7f040020;
 
95
        public static final int mergeprompt_always=0x7f040023;
 
96
        public static final int mergeprompt_help=0x7f040022;
 
97
        public static final int mergeprompt_title=0x7f040021;
96
98
        public static final int next=0x7f040002;
97
99
        public static final int vcf_help=0x7f04000a;
98
100
        public static final int vcf_location=0x7f04000b;