-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlint-baseline.xml
183 lines (165 loc) · 15.5 KB
/
lint-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.1)" variant="all" version="8.6.1">
<issue
id="NotificationPermission"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission (usage from org.fossify.commons.asynctasks.CopyMoveTask)">
<location
file="src/main/AndroidManifest.xml"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 23)"
errorLine1=" android:localeConfig="@xml/locale_config""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="23"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `enableOnBackInvokedCallback` is only used in API level 33 and higher (current min is 23)"
errorLine1=" android:enableOnBackInvokedCallback="true""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="35"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `enableOnBackInvokedCallback` is only used in API level 33 and higher (current min is 23)"
errorLine1=" android:enableOnBackInvokedCallback="true""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="41"
column="13"/>
</issue>
<issue
id="CustomSplashScreen"
message="The application should not provide its own launch screen"
errorLine1="class SplashActivity : BaseSplashActivity() {"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/kotlin/org/fossify/thankyou/activities/SplashActivity.kt"
line="6"
column="7"/>
</issue>
<issue
id="MissingTranslation"
message=""app_launcher_name" is not translated in "lv" (Latvian), "mk" (Macedonian), "ms" (Malay), "en" (English), "is" (Icelandic), "eu" (Basque), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "ltg", "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "th" (Thai), "cy" (Welsh)"
errorLine1=" <string name="app_launcher_name">Thank You_debug</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/values/strings.xml"
line="3"
column="13"/>
</issue>
<issue
id="MissingTranslation"
message=""app_launcher_name" is not translated in "lv" (Latvian), "mk" (Macedonian), "ms" (Malay), "en" (English), "is" (Icelandic), "eu" (Basque), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "ltg", "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "th" (Thai), "cy" (Welsh)"
errorLine1=" <string name="app_launcher_name">Thank You</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="3"
column="13"/>
</issue>
<issue
id="MissingTranslation"
message=""main_text" is not translated in "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ms" (Malay), "en" (English), "is" (Icelandic), "eu" (Basque), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "cy" (Welsh)"
errorLine1=" <string name="main_text">Thank you for supporting us!\n\nDrop us a line at \n [email protected],\n we\'d love to hear all your feedback and suggestions.\n\n(Please keep the app installed to keep all app features unlocked)</string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="4"
column="13"/>
</issue>
<issue
id="MissingTranslation"
message=""hide_launcher_icon" is not translated in "lv" (Latvian), "mk" (Macedonian), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "eu" (Basque), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "th" (Thai), "cy" (Welsh)"
errorLine1=" <string name="hide_launcher_icon">Hide the launcher icon</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="7"
column="13"/>
</issue>
<issue
id="MissingTranslation"
message=""hide_launcher_icon_explanation" is not translated in "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "eu" (Basque), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "th" (Thai), "cy" (Welsh)"
errorLine1=" <string name="hide_launcher_icon_explanation">To have the launcher icon displayed again, you will have to reinstall the app. Don\'t worry, you won\'t have to pay again.</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="8"
column="13"/>
</issue>
<issue
id="MissingTranslation"
message=""show_checkmarks_on_switches" is not translated in "de" (German), "hi" (Hindi), "pt" (Portuguese), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hr" (Croatian), "lv" (Latvian), "hu" (Hungarian), "uk" (Ukrainian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "it" (Italian), "my" (Burmese), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "et" (Estonian), "eu" (Basque), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nl" (Dutch), "nn" (Norwegian Nynorsk), "be" (Belarusian), "fi" (Finnish), "ru" (Russian), "bg" (Bulgarian), "bn" (Bangla), "fr" (French), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ca" (Catalan), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "sv" (Swedish), "ko" (Korean), "gl" (Galician), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "cs" (Czech), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb", "pl" (Polish), "da" (Danish), "tr" (Turkish)"
errorLine1=" <string name="show_checkmarks_on_switches">Show checkmarks on switches</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/strings.xml"
line="9"
column="13"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (890 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#ffffff" android:pathData="M274.93 355.19q2.78 0.76 6.44 0.63 3.66-0.13 6.18-1.14L362 326.67q0-8.58-6.06-14.39-6.06-5.8-14.13-5.8h-69.15q-0.76 0-1.77-0.13t-1.51-0.38l-14.89-5.3q-2.02-0.76-2.78-2.52-0.76-1.77-0.25-3.79 0.5-1.77 2.52-2.78 2.02-1.01 4.04-0.25l11.36 4.29q1.01 0.5 1.64 0.63 0.63 0.13 1.89 0.13h26.5q4.8 0 8.45-3.28 3.66-3.28 3.66-8.58 0-3.53-2.15-6.81t-5.68-4.54l-69.91-26q-1.77-0.5-3.53-0.88-1.77-0.38-3.53-0.38h-16.15v91.11zM150 336.76q0 8.33 5.93 14.26t14.26 5.93q8.33 0 14.26-5.93t5.93-14.26v-70.67q0-8.33-5.93-14.26t-14.26-5.93q-8.33 0-14.26 5.93-5.93 5.94-5.93 14.27zm151.43-78.74q-3.79 0-7.45-1.39t-6.69-4.16l-27.76-27.26q-7.82-7.57-13.25-16.78t-5.43-20.06q0-13.88 9.72-23.6t23.6-9.72q8.08 0 15.14 3.41 7.07 3.41 12.11 9.21 5.05-5.8 12.11-9.21 7.07-3.41 15.14-3.41 13.88 0 23.6 9.72 9.73 9.71 9.73 23.59 0 10.85-5.3 20.06-5.3 9.21-13.12 16.78l-28.01 27.26q-3.03 2.78-6.69 4.16-3.66 1.39-7.45 1.39z" android:strokeWidth="0.252381"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_foreground.xml"
line="2"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (890 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#ffffff" android:pathData="M274.93 355.19q2.78 0.76 6.44 0.63 3.66-0.13 6.18-1.14L362 326.67q0-8.58-6.06-14.39-6.06-5.8-14.13-5.8h-69.15q-0.76 0-1.77-0.13t-1.51-0.38l-14.89-5.3q-2.02-0.76-2.78-2.52-0.76-1.77-0.25-3.79 0.5-1.77 2.52-2.78 2.02-1.01 4.04-0.25l11.36 4.29q1.01 0.5 1.64 0.63 0.63 0.13 1.89 0.13h26.5q4.8 0 8.45-3.28 3.66-3.28 3.66-8.58 0-3.53-2.15-6.81t-5.68-4.54l-69.91-26q-1.77-0.5-3.53-0.88-1.77-0.38-3.53-0.38h-16.15v91.11zM150 336.76q0 8.33 5.93 14.26t14.26 5.93q8.33 0 14.26-5.93t5.93-14.26v-70.67q0-8.33-5.93-14.26t-14.26-5.93q-8.33 0-14.26 5.93-5.93 5.94-5.93 14.27zm151.43-78.74q-3.79 0-7.45-1.39t-6.69-4.16l-27.76-27.26q-7.82-7.57-13.25-16.78t-5.43-20.06q0-13.88 9.72-23.6t23.6-9.72q8.08 0 15.14 3.41 7.07 3.41 12.11 9.21 5.05-5.8 12.11-9.21 7.07-3.41 15.14-3.41 13.88 0 23.6 9.72 9.73 9.71 9.73 23.59 0 10.85-5.3 20.06-5.3 9.21-13.12 16.78l-28.01 27.26q-3.03 2.78-6.69 4.16-3.66 1.39-7.45 1.39z" android:strokeWidth="0.252381"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_monochrome.xml"
line="2"
column="57"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.package_name` appears to be unused"
errorLine1=" <string name="package_name">org.fossify.thankyou</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/donottranslate.xml"
line="3"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.release_14` appears to be unused"
errorLine1=" <string name="release_14">Allow customizing the bottom navigation bar color</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/donottranslate.xml"
line="7"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.release_3` appears to be unused"
errorLine1=" <string name="release_3">Added a toggle for hiding the launcher icon</string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/donottranslate.xml"
line="8"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.mipmap.ic_launcher_foreground` appears to be unused">
<location
file="src/main/res/mipmap-hdpi/ic_launcher_foreground.png"/>
</issue>
</issues>