Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit fede75c

Browse files
committed
update baseline
1 parent efac9b2 commit fede75c

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<issues format="4" by="lint 2.3.1">
3+
4+
<issue
5+
id="UnusedResources"
6+
message="The resource `R.string.mapbox_access_token` appears to be unused"
7+
errorLine1=" &lt;string name=&quot;mapbox_access_token&quot;>YOUR_MAPBOX_ACCESS_TOKEN_GOES_HERE&lt;/string>"
8+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
9+
<location
10+
file="src/main/res/values/developer-config.xml"
11+
line="3"
12+
column="13"/>
13+
</issue>
14+
15+
<issue
16+
id="Overdraw"
17+
message="Possible overdraw: Root element paints background `#cccc` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
18+
errorLine1=" android:background=&quot;#cccc&quot;"
19+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
20+
<location
21+
file="src/main/res/layout/drawer_navigation_drawer.xml"
22+
line="4"
23+
column="5"/>
24+
</issue>
25+
26+
<issue
27+
id="Overdraw"
28+
message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
29+
errorLine1=" android:background=&quot;?android:attr/selectableItemBackground&quot;"
30+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31+
<location
32+
file="src/main/res/layout/item_main_feature.xml"
33+
line="6"
34+
column="5"/>
35+
</issue>
36+
37+
<issue
38+
id="Overdraw"
39+
message="Possible overdraw: Root element paints background `@color/mapboxGreen` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
40+
errorLine1=" android:background=&quot;@color/mapboxGreen&quot;>"
41+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42+
<location
43+
file="src/main/res/layout/view_text_marker.xml"
44+
line="5"
45+
column="5"/>
46+
</issue>
47+
48+
<issue
49+
id="TypographyQuotes"
50+
message="Replace straight quotes (&apos;&apos;) with directional quotes (‘’, &amp;#8216; and &amp;#8217;) ?"
51+
errorLine1=" &lt;string name=&quot;mapbox_attributionTelemetryMessage&quot;>Estàs ajudant a millorar els mapes d\&apos;OpenStreetMap i de Mapbox aportant dades d\&apos;ús anònimes.&lt;/string>"
52+
errorLine2=" ^">
53+
<location
54+
file="src/main/res/values-ca/strings.xml"
55+
line="9"
56+
column="55"/>
57+
</issue>
58+
59+
<issue
60+
id="IconDipSize"
61+
message="The image `icon_burned.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-hdpi/icon_burned.png: 64x64 dp (96x96 px), drawable-xxxhdpi/icon_burned.png: 48x48 dp (192x192 px), drawable-xxhdpi/icon_burned.png: 48x48 dp (144x144 px), drawable-xhdpi/icon_burned.png: 48x48 dp (96x96 px), drawable-mdpi/icon_burned.png: 48x48 dp (48x48 px)">
62+
<location
63+
file="src/main/res/drawable-mdpi/icon_burned.png"/>
64+
<location
65+
file="src/main/res/drawable-xhdpi/icon_burned.png"/>
66+
<location
67+
file="src/main/res/drawable-xxhdpi/icon_burned.png"/>
68+
<location
69+
file="src/main/res/drawable-xxxhdpi/icon_burned.png"/>
70+
<location
71+
file="src/main/res/drawable-hdpi/icon_burned.png"/>
72+
</issue>
73+
74+
<issue
75+
id="IconDuplicatesConfig"
76+
message="The `icon_burned.png` icon has identical contents in the following configuration folders: drawable-hdpi, drawable-xhdpi">
77+
<location
78+
file="src/main/res/drawable-xhdpi/icon_burned.png"/>
79+
<location
80+
file="src/main/res/drawable-hdpi/icon_burned.png"/>
81+
</issue>
82+
83+
<issue
84+
id="IconExpectedSize"
85+
message="Incorrect icon size for `drawable-hdpi/ic_launcher_round.png`: expected 72x72, but was 216x216">
86+
<location
87+
file="src/main/res/drawable-hdpi/ic_launcher_round.png"/>
88+
</issue>
89+
90+
<issue
91+
id="IconExpectedSize"
92+
message="Incorrect icon size for `drawable-mdpi/ic_launcher_round.png`: expected 48x48, but was 144x144">
93+
<location
94+
file="src/main/res/drawable-mdpi/ic_launcher_round.png"/>
95+
</issue>
96+
97+
<issue
98+
id="IconExpectedSize"
99+
message="Incorrect icon size for `drawable-xhdpi/ic_launcher_round.png`: expected 96x96, but was 288x288">
100+
<location
101+
file="src/main/res/drawable-xhdpi/ic_launcher_round.png"/>
102+
</issue>
103+
104+
<issue
105+
id="IconExpectedSize"
106+
message="Incorrect icon size for `drawable-xxhdpi/ic_launcher_round.png`: expected 144x144, but was 432x432">
107+
<location
108+
file="src/main/res/drawable-xxhdpi/ic_launcher_round.png"/>
109+
</issue>
110+
111+
<issue
112+
id="IconExpectedSize"
113+
message="Incorrect icon size for `drawable-xxxhdpi/ic_launcher_round.png`: expected 192x192, but was 576x576">
114+
<location
115+
file="src/main/res/drawable-xxxhdpi/ic_launcher_round.png"/>
116+
</issue>
117+
118+
<issue
119+
id="IconExpectedSize"
120+
message="Incorrect icon size for `drawable-hdpi/icon.png`: expected 72x72, but was 215x212">
121+
<location
122+
file="src/main/res/drawable-hdpi/icon.png"/>
123+
</issue>
124+
125+
<issue
126+
id="IconExpectedSize"
127+
message="Incorrect icon size for `drawable-mdpi/icon.png`: expected 48x48, but was 143x141">
128+
<location
129+
file="src/main/res/drawable-mdpi/icon.png"/>
130+
</issue>
131+
132+
<issue
133+
id="IconExpectedSize"
134+
message="Incorrect icon size for `drawable-xhdpi/icon.png`: expected 96x96, but was 286x282">
135+
<location
136+
file="src/main/res/drawable-xhdpi/icon.png"/>
137+
</issue>
138+
139+
<issue
140+
id="IconExpectedSize"
141+
message="Incorrect icon size for `drawable-xxhdpi/icon.png`: expected 144x144, but was 429x423">
142+
<location
143+
file="src/main/res/drawable-xxhdpi/icon.png"/>
144+
</issue>
145+
146+
<issue
147+
id="IconExpectedSize"
148+
message="Incorrect icon size for `drawable-xxxhdpi/icon.png`: expected 192x192, but was 572x564">
149+
<location
150+
file="src/main/res/drawable-xxxhdpi/icon.png"/>
151+
</issue>
152+
153+
<issue
154+
id="IconDensities"
155+
message="Missing the following drawables in `drawable-hdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png, southeast_radar_0.png, southeast_radar_1.png... (2 more)">
156+
<location
157+
file="src/main/res/drawable-hdpi"/>
158+
</issue>
159+
160+
<issue
161+
id="IconDensities"
162+
message="Missing the following drawables in `drawable-mdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png">
163+
<location
164+
file="src/main/res/drawable-mdpi"/>
165+
</issue>
166+
167+
<issue
168+
id="IconDensities"
169+
message="Missing the following drawables in `drawable-xhdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png, southeast_radar_0.png, southeast_radar_1.png... (2 more)">
170+
<location
171+
file="src/main/res/drawable-xhdpi"/>
172+
</issue>
173+
174+
<issue
175+
id="IconDensities"
176+
message="Missing the following drawables in `drawable-xxhdpi`: ic_car_top.png, ic_taxi_top.png, southeast_radar_0.png, southeast_radar_1.png, southeast_radar_2.png... (1 more)">
177+
<location
178+
file="src/main/res/drawable-xxhdpi"/>
179+
</issue>
180+
181+
</issues>

platform/android/MapboxGLAndroidSDKTestApp/lint/lint-baseline-ci.xml

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
Eventually, it'll be removed (when we remove all current lint errors included). -->
99
<issues format="4" by="lint 2.3.1">
1010

11+
<issue
12+
id="UnusedResources"
13+
message="The resource `R.string.mapbox_access_token` appears to be unused"
14+
errorLine1=" &lt;string name=&quot;mapbox_access_token&quot;>YOUR_MAPBOX_ACCESS_TOKEN_GOES_HERE&lt;/string>"
15+
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
16+
<location
17+
file="src/main/res/values/developer-config.xml"
18+
line="3"
19+
column="13"/>
20+
</issue>
21+
1122
<issue
1223
id="Overdraw"
1324
message="Possible overdraw: Root element paints background `#cccc` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"

0 commit comments

Comments
 (0)