-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathlint-baseline.xml
More file actions
140 lines (125 loc) 路 7.9 KB
/
Copy pathlint-baseline.xml
File metadata and controls
140 lines (125 loc) 路 7.9 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2014-2024 Stream.io Inc. All rights reserved.
Licensed under the Stream License;
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://github.com/GetStream/stream-video-android/blob/main/LICENSE
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<issues format="6" by="lint 7.3.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.3.1)" variant="all" version="7.3.1">
<issue
id="Instantiatable"
message="`CallService` must extend android.app.Service"
errorLine1=" android:name=".CallService""
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="34"
column="27"/>
</issue>
<issue
id="Instantiatable"
message="`NotificationActivity` must extend android.app.Activity"
errorLine1=" android:name=".NotificationActivity""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="39"
column="27"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `supportsPictureInPicture` is only used in API level 24 and higher (current min is 21)"
errorLine1=" android:supportsPictureInPicture="true" />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="31"
column="13"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)"
errorLine1=" android:autoVerify="true""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="50"
column="17"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1495 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M78.5,73.32C78.28,73.32 78.07,73.25 77.89,73.13C77.7,73.02 77.56,72.85 77.48,72.65C77.39,72.45 77.37,72.24 77.41,72.03C77.46,71.82 77.56,71.63 77.72,71.48C77.87,71.33 78.07,71.22 78.29,71.18C78.5,71.14 78.73,71.16 78.93,71.24C79.13,71.33 79.31,71.46 79.43,71.64C79.55,71.82 79.62,72.03 79.62,72.24C79.62,72.52 79.5,72.8 79.29,73C79.08,73.2 78.8,73.32 78.5,73.32ZM66.21,73.32C65.99,73.32 65.77,73.25 65.59,73.13C65.41,73.02 65.27,72.85 65.18,72.65C65.1,72.45 65.08,72.24 65.12,72.03C65.16,71.82 65.27,71.63 65.42,71.48C65.58,71.33 65.78,71.22 65.99,71.18C66.21,71.14 66.43,71.16 66.63,71.24C66.84,71.33 67.01,71.46 67.13,71.64C67.26,71.82 67.32,72.03 67.32,72.24C67.32,72.52 67.2,72.8 67,73C66.79,73.2 66.5,73.32 66.21,73.32ZM78.9,66.83L81.13,63.1C81.16,63.05 81.18,62.99 81.18,62.94C81.19,62.88 81.19,62.82 81.17,62.76C81.16,62.71 81.13,62.65 81.09,62.61C81.06,62.56 81.01,62.52 80.96,62.49C80.91,62.46 80.85,62.44 80.79,62.43C80.73,62.43 80.67,62.43 80.61,62.45C80.55,62.46 80.49,62.49 80.44,62.52C80.4,62.56 80.36,62.6 80.33,62.65L78.07,66.43C76.35,65.67 74.42,65.24 72.36,65.24C70.29,65.24 68.36,65.67 66.64,66.43L64.39,62.65C64.36,62.6 64.32,62.56 64.27,62.52C64.22,62.49 64.17,62.46 64.11,62.44C64.05,62.43 63.99,62.43 63.93,62.43C63.87,62.44 63.81,62.46 63.76,62.49C63.7,62.52 63.66,62.56 63.62,62.6C63.58,62.65 63.56,62.7 63.54,62.76C63.53,62.82 63.52,62.88 63.53,62.94C63.54,62.99 63.56,63.05 63.59,63.1L65.81,66.83C61.99,68.84 59.38,72.58 59,77H85.71C85.33,72.58 82.72,68.84 78.9,66.83Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_foreground.xml"
line="15"
column="27"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.purple_200` appears to be unused"
errorLine1=" <color name="purple_200">#FFBB86FC</color>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="3"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.purple_500` appears to be unused"
errorLine1=" <color name="purple_500">#FF6200EE</color>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="4"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.teal_200` appears to be unused"
errorLine1=" <color name="teal_200">#FF03DAC5</color>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="6"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.teal_700` appears to be unused"
errorLine1=" <color name="teal_700">#FF018786</color>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="7"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.black` appears to be unused"
errorLine1=" <color name="black">#FF000000</color>"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="8"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.white` appears to be unused"
errorLine1=" <color name="white">#FFFFFFFF</color>"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="9"
column="12"/>
</issue>
</issues>