This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
192 additions
and
0 deletions.
There are no files selected for viewing
181 changes: 181 additions & 0 deletions
181
platform/android/MapboxGLAndroidSDKTestApp/lint-baseline-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="4" by="lint 2.3.1"> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.string.mapbox_access_token` appears to be unused" | ||
errorLine1=" <string name="mapbox_access_token">YOUR_MAPBOX_ACCESS_TOKEN_GOES_HERE</string>" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/values/developer-config.xml" | ||
line="3" | ||
column="13"/> | ||
</issue> | ||
|
||
<issue | ||
id="Overdraw" | ||
message="Possible overdraw: Root element paints background `#cccc` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" | ||
errorLine1=" android:background="#cccc"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/layout/drawer_navigation_drawer.xml" | ||
line="4" | ||
column="5"/> | ||
</issue> | ||
|
||
<issue | ||
id="Overdraw" | ||
message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" | ||
errorLine1=" android:background="?android:attr/selectableItemBackground"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/layout/item_main_feature.xml" | ||
line="6" | ||
column="5"/> | ||
</issue> | ||
|
||
<issue | ||
id="Overdraw" | ||
message="Possible overdraw: Root element paints background `@color/mapboxGreen` with a theme that also paints a background (inferred theme is `@style/AppTheme`)" | ||
errorLine1=" android:background="@color/mapboxGreen">" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/layout/view_text_marker.xml" | ||
line="5" | ||
column="5"/> | ||
</issue> | ||
|
||
<issue | ||
id="TypographyQuotes" | ||
message="Replace straight quotes ('') with directional quotes (‘’, &#8216; and &#8217;) ?" | ||
errorLine1=" <string name="mapbox_attributionTelemetryMessage">Estàs ajudant a millorar els mapes d\'OpenStreetMap i de Mapbox aportant dades d\'ús anònimes.</string>" | ||
errorLine2=" ^"> | ||
<location | ||
file="src/main/res/values-ca/strings.xml" | ||
line="9" | ||
column="55"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDipSize" | ||
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)"> | ||
<location | ||
file="src/main/res/drawable-mdpi/icon_burned.png"/> | ||
<location | ||
file="src/main/res/drawable-xhdpi/icon_burned.png"/> | ||
<location | ||
file="src/main/res/drawable-xxhdpi/icon_burned.png"/> | ||
<location | ||
file="src/main/res/drawable-xxxhdpi/icon_burned.png"/> | ||
<location | ||
file="src/main/res/drawable-hdpi/icon_burned.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDuplicatesConfig" | ||
message="The `icon_burned.png` icon has identical contents in the following configuration folders: drawable-hdpi, drawable-xhdpi"> | ||
<location | ||
file="src/main/res/drawable-xhdpi/icon_burned.png"/> | ||
<location | ||
file="src/main/res/drawable-hdpi/icon_burned.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-hdpi/ic_launcher_round.png`: expected 72x72, but was 216x216"> | ||
<location | ||
file="src/main/res/drawable-hdpi/ic_launcher_round.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-mdpi/ic_launcher_round.png`: expected 48x48, but was 144x144"> | ||
<location | ||
file="src/main/res/drawable-mdpi/ic_launcher_round.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xhdpi/ic_launcher_round.png`: expected 96x96, but was 288x288"> | ||
<location | ||
file="src/main/res/drawable-xhdpi/ic_launcher_round.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xxhdpi/ic_launcher_round.png`: expected 144x144, but was 432x432"> | ||
<location | ||
file="src/main/res/drawable-xxhdpi/ic_launcher_round.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xxxhdpi/ic_launcher_round.png`: expected 192x192, but was 576x576"> | ||
<location | ||
file="src/main/res/drawable-xxxhdpi/ic_launcher_round.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-hdpi/icon.png`: expected 72x72, but was 215x212"> | ||
<location | ||
file="src/main/res/drawable-hdpi/icon.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-mdpi/icon.png`: expected 48x48, but was 143x141"> | ||
<location | ||
file="src/main/res/drawable-mdpi/icon.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xhdpi/icon.png`: expected 96x96, but was 286x282"> | ||
<location | ||
file="src/main/res/drawable-xhdpi/icon.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xxhdpi/icon.png`: expected 144x144, but was 429x423"> | ||
<location | ||
file="src/main/res/drawable-xxhdpi/icon.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconExpectedSize" | ||
message="Incorrect icon size for `drawable-xxxhdpi/icon.png`: expected 192x192, but was 572x564"> | ||
<location | ||
file="src/main/res/drawable-xxxhdpi/icon.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDensities" | ||
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)"> | ||
<location | ||
file="src/main/res/drawable-hdpi"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDensities" | ||
message="Missing the following drawables in `drawable-mdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png"> | ||
<location | ||
file="src/main/res/drawable-mdpi"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDensities" | ||
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)"> | ||
<location | ||
file="src/main/res/drawable-xhdpi"/> | ||
</issue> | ||
|
||
<issue | ||
id="IconDensities" | ||
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)"> | ||
<location | ||
file="src/main/res/drawable-xxhdpi"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters