blob: 4aff036e4968b043ae785deab26c68f8ffeaae53 [file] [log] [blame]
Louis Pullen-Freilich047464b2021-09-29 23:05:08 +00001<?xml version="1.0" encoding="UTF-8"?>
Jeff Gastona4baa262021-11-02 15:29:55 -04002<issues format="6" by="lint 7.1.0-beta02" type="baseline" client="gradle" dependencies="true" name="AGP (7.1.0-beta02)" variant="all" version="7.1.0-beta02">
Louis Pullen-Freilich047464b2021-09-29 23:05:08 +00003
4 <issue
5 id="MissingClass"
6 message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
7 errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
8 errorLine2="^">
9 <location
10 file="src/main/res/layout/complication_config_layout.xml"
11 line="2"
12 column="1"/>
13 </issue>
14
15 <issue
16 id="MissingClass"
17 message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
18 errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
19 errorLine2="^">
20 <location
21 file="src/main/res/layout/config_layout.xml"
22 line="2"
23 column="1"/>
24 </issue>
25
26 <issue
27 id="MissingClass"
28 message="Class referenced in the layout file, `androidx.wear.widget.WearableRecyclerView`, was not found in the project or the libraries"
29 errorLine1=" &lt;androidx.wear.widget.WearableRecyclerView"
30 errorLine2=" ^">
31 <location
32 file="src/main/res/layout/config_layout.xml"
33 line="11"
34 column="5"/>
35 </issue>
36
37 <issue
38 id="MissingClass"
39 message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
40 errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
41 errorLine2="^">
42 <location
43 file="src/main/res/layout/style_options_layout.xml"
44 line="2"
45 column="1"/>
46 </issue>
47
48 <issue
49 id="MissingClass"
50 message="Class referenced in the layout file, `androidx.wear.widget.WearableRecyclerView`, was not found in the project or the libraries"
51 errorLine1=" &lt;androidx.wear.widget.WearableRecyclerView"
52 errorLine2=" ^">
53 <location
54 file="src/main/res/layout/style_options_layout.xml"
55 line="10"
56 column="5"/>
57 </issue>
58
59 <issue
Louis Pullen-Freilich9deb3722021-10-04 14:57:46 +010060 id="WrongThread"
61 message="Method addTapListener must be called from the UI thread, currently inferred thread is worker thread"
62 errorLine1=" complicationSlotsManager.addTapListener("
63 errorLine2=" ^">
64 <location
65 file="src/test/java/androidx/wear/watchface/TestCommon.kt"
Jeff Gaston56033402021-10-13 11:19:42 -040066 line="92"
Louis Pullen-Freilich9deb3722021-10-04 14:57:46 +010067 column="9"/>
68 </issue>
69
70 <issue
Louis Pullen-Freilich047464b2021-09-29 23:05:08 +000071 id="MissingQuantity"
72 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
73 errorLine1=" &lt;plurals name=&quot;time_difference_short_days&quot; formatted=&quot;false&quot; msgid=&quot;3878057769320887026&quot;>"
74 errorLine2=" ^">
75 <location
76 file="src/main/res/values-fr-rCA/complication_strings.xml"
77 line="4"
78 column="5"/>
79 </issue>
80
81 <issue
82 id="MissingQuantity"
83 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
84 errorLine1=" &lt;plurals name=&quot;time_difference_short_days&quot; formatted=&quot;false&quot; msgid=&quot;3878057769320887026&quot;>"
85 errorLine2=" ^">
86 <location
87 file="src/main/res/values-fr/complication_strings.xml"
88 line="4"
89 column="5"/>
90 </issue>
91
92 <issue
93 id="MissingQuantity"
94 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
95 errorLine1=" &lt;plurals name=&quot;time_difference_short_hours&quot; formatted=&quot;false&quot; msgid=&quot;6016687406802669982&quot;>"
96 errorLine2=" ^">
97 <location
98 file="src/main/res/values-fr-rCA/complication_strings.xml"
99 line="8"
100 column="5"/>
101 </issue>
102
103 <issue
104 id="MissingQuantity"
105 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
106 errorLine1=" &lt;plurals name=&quot;time_difference_short_hours&quot; formatted=&quot;false&quot; msgid=&quot;6016687406802669982&quot;>"
107 errorLine2=" ^">
108 <location
109 file="src/main/res/values-fr/complication_strings.xml"
110 line="8"
111 column="5"/>
112 </issue>
113
114 <issue
115 id="MissingQuantity"
116 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
117 errorLine1=" &lt;plurals name=&quot;time_difference_short_minutes&quot; formatted=&quot;false&quot; msgid=&quot;6752732458902810711&quot;>"
118 errorLine2=" ^">
119 <location
120 file="src/main/res/values-fr-rCA/complication_strings.xml"
121 line="12"
122 column="5"/>
123 </issue>
124
125 <issue
126 id="MissingQuantity"
127 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
128 errorLine1=" &lt;plurals name=&quot;time_difference_short_minutes&quot; formatted=&quot;false&quot; msgid=&quot;6752732458902810711&quot;>"
129 errorLine2=" ^">
130 <location
131 file="src/main/res/values-fr/complication_strings.xml"
132 line="12"
133 column="5"/>
134 </issue>
135
136 <issue
137 id="MissingQuantity"
138 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
139 errorLine1=" &lt;plurals name=&quot;time_difference_words_days&quot; formatted=&quot;false&quot; msgid=&quot;5109682345086392533&quot;>"
140 errorLine2=" ^">
141 <location
142 file="src/main/res/values-fr-rCA/complication_strings.xml"
143 line="18"
144 column="5"/>
145 </issue>
146
147 <issue
148 id="MissingQuantity"
149 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
150 errorLine1=" &lt;plurals name=&quot;time_difference_words_days&quot; formatted=&quot;false&quot; msgid=&quot;5109682345086392533&quot;>"
151 errorLine2=" ^">
152 <location
153 file="src/main/res/values-fr/complication_strings.xml"
154 line="18"
155 column="5"/>
156 </issue>
157
158 <issue
159 id="MissingQuantity"
160 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
161 errorLine1=" &lt;plurals name=&quot;time_difference_words_hours&quot; formatted=&quot;false&quot; msgid=&quot;3172220157267000186&quot;>"
162 errorLine2=" ^">
163 <location
164 file="src/main/res/values-fr-rCA/complication_strings.xml"
165 line="22"
166 column="5"/>
167 </issue>
168
169 <issue
170 id="MissingQuantity"
171 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
172 errorLine1=" &lt;plurals name=&quot;time_difference_words_hours&quot; formatted=&quot;false&quot; msgid=&quot;3172220157267000186&quot;>"
173 errorLine2=" ^">
174 <location
175 file="src/main/res/values-fr/complication_strings.xml"
176 line="22"
177 column="5"/>
178 </issue>
179
180 <issue
181 id="MissingQuantity"
182 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
183 errorLine1=" &lt;plurals name=&quot;time_difference_words_minutes&quot; formatted=&quot;false&quot; msgid=&quot;529404827937478243&quot;>"
184 errorLine2=" ^">
185 <location
186 file="src/main/res/values-fr-rCA/complication_strings.xml"
187 line="26"
188 column="5"/>
189 </issue>
190
191 <issue
192 id="MissingQuantity"
193 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
194 errorLine1=" &lt;plurals name=&quot;time_difference_words_minutes&quot; formatted=&quot;false&quot; msgid=&quot;529404827937478243&quot;>"
195 errorLine2=" ^">
196 <location
197 file="src/main/res/values-fr/complication_strings.xml"
198 line="26"
199 column="5"/>
200 </issue>
201
Louis Pullen-Freilich047464b2021-09-29 23:05:08 +0000202</issues>