|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0"> |
3 | | - |
4 | | - <issue |
5 | | - id="StopShip" |
6 | | - message="`TODO` call found; points to code which must be fixed prior to release" |
7 | | - errorLine1=" is Err -> TODO()" |
8 | | - errorLine2=" ~~~~~~"> |
9 | | - <location |
10 | | - file="src/main/java/app/passwordstore/util/viewmodel/PGPKeyListViewModel.kt" |
11 | | - line="38" |
12 | | - column="19"/> |
13 | | - </issue> |
| 2 | +<issues format="6" by="lint 8.5.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.5.0"> |
14 | 3 |
|
15 | 4 | <issue |
16 | 5 | id="InvalidPackage" |
|
40 | 29 | errorLine2=" ~~~~~~~~~~~"> |
41 | 30 | <location |
42 | 31 | file="src/main/java/app/passwordstore/ui/adapters/FieldItemAdapter.kt" |
43 | | - line="67" |
| 32 | + line="69" |
44 | 33 | column="31"/> |
45 | 34 | </issue> |
46 | 35 |
|
|
51 | 40 | errorLine2=" ~~~~~~~~~~~"> |
52 | 41 | <location |
53 | 42 | file="src/main/java/app/passwordstore/ui/adapters/FieldItemAdapter.kt" |
54 | | - line="67" |
| 43 | + line="69" |
55 | 44 | column="31"/> |
56 | 45 | </issue> |
57 | 46 |
|
58 | | - <issue |
59 | | - id="MissingQuantity" |
60 | | - message="For locale "es" (Spanish) the following quantity should also be defined: `many`" |
61 | | - errorLine1=" <plurals name="delete_title">" |
62 | | - errorLine2=" ^"> |
63 | | - <location |
64 | | - file="src/main/res/values-es-rES/strings.xml" |
65 | | - line="7" |
66 | | - column="3"/> |
67 | | - </issue> |
68 | | - |
69 | 47 | <issue |
70 | 48 | id="MissingQuantity" |
71 | 49 | message="For locale "it" (Italian) the following quantity should also be defined: `many`" |
|
88 | 66 | column="3"/> |
89 | 67 | </issue> |
90 | 68 |
|
91 | | - <issue |
92 | | - id="MissingQuantity" |
93 | | - message="For locale "es" (Spanish) the following quantity should also be defined: `many`" |
94 | | - errorLine1=" <plurals name="delete_dialog_text">" |
95 | | - errorLine2=" ^"> |
96 | | - <location |
97 | | - file="src/main/res/values-es-rES/strings.xml" |
98 | | - line="21" |
99 | | - column="3"/> |
100 | | - </issue> |
101 | | - |
102 | 69 | <issue |
103 | 70 | id="MissingQuantity" |
104 | 71 | message="For locale "it" (Italian) the following quantity should also be defined: `many`" |
|
121 | 88 | column="3"/> |
122 | 89 | </issue> |
123 | 90 |
|
124 | | - <issue |
125 | | - id="Typos" |
126 | | - message=""incluído" is a common misspelling; did you mean "incluido"?" |
127 | | - errorLine1=" <string name="pwgen_no_chars_error">No se han incluído caracteres</string>" |
128 | | - errorLine2=" ^"> |
129 | | - <location |
130 | | - file="src/main/res/values-es-rES/strings.xml" |
131 | | - line="132" |
132 | | - column="49"/> |
133 | | - </issue> |
134 | | - |
135 | 91 | <issue |
136 | 92 | id="ConvertToWebp" |
137 | 93 | message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion"> |
|
223 | 179 | column="4"/> |
224 | 180 | </issue> |
225 | 181 |
|
| 182 | + <issue |
| 183 | + id="SetTextI18n" |
| 184 | + message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." |
| 185 | + errorLine1=" childCount.text = "$count"" |
| 186 | + errorLine2=" ~~~~~~~~"> |
| 187 | + <location |
| 188 | + file="src/main/java/app/passwordstore/ui/adapters/PasswordItemRecyclerAdapter.kt" |
| 189 | + line="77" |
| 190 | + column="27"/> |
| 191 | + </issue> |
| 192 | + |
| 193 | + <issue |
| 194 | + id="SetTextI18n" |
| 195 | + message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." |
| 196 | + errorLine1=" ?.let { proxyPort.setText("$it") }" |
| 197 | + errorLine2=" ~~~~~"> |
| 198 | + <location |
| 199 | + file="src/main/java/app/passwordstore/ui/proxy/ProxySelectorActivity.kt" |
| 200 | + line="49" |
| 201 | + column="35"/> |
| 202 | + </issue> |
| 203 | + |
226 | 204 | </issues> |
0 commit comments