blob: d8f00a3116f1ef9ecd0095222a90eade6132d496 [file] [log] [blame]
Jeff Gaston3c2c3ca2020-08-25 21:41:34 -04001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="5" by="lint 4.2.0-alpha06" client="gradle" variant="debug" version="4.2.0-alpha06">
3
4 <issue
5 id="UnsafeNewApiCall"
6 message="This call is to a method from API 26, the call containing class androidx.navigation.testapp.AndroidFragment is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
7 errorLine1=" notificationManager.createNotificationChannel(NotificationChannel("
8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
9 <location
10 file="src/main/java/androidx/navigation/testapp/AndroidFragment.kt"
11 line="64"
12 column="37"/>
13 </issue>
14
15 <issue
16 id="UnsafeNewApiCall"
17 message="This call is to a method from API 26, the call containing class androidx.navigation.testapp.AndroidFragment is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)."
18 errorLine1=" notificationManager.createNotificationChannel(NotificationChannel("
19 errorLine2=" ^">
20 <location
21 file="src/main/java/androidx/navigation/testapp/AndroidFragment.kt"
22 line="64"
23 column="63"/>
24 </issue>
25
26 <issue
27 id="UnsafeNewApiCall"
28 message="This call is to a method from API 19, the call containing class androidx.navigation.testapp.HelpActivity is not annotated with @RequiresApi(x) where x is at least 19. Either annotate the containing class with at least @RequiresApi(19) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(19)."
29 errorLine1=" val fade = Fade()"
30 errorLine2=" ~~~~~~">
31 <location
32 file="src/main/java/androidx/navigation/testapp/HelpActivity.kt"
33 line="48"
34 column="24"/>
35 </issue>
36
37 <issue
38 id="UnsafeNewApiCall"
39 message="This call is to a method from API 19, the call containing class androidx.navigation.testapp.HelpActivity is not annotated with @RequiresApi(x) where x is at least 19. Either annotate the containing class with at least @RequiresApi(19) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(19)."
40 errorLine1=" fade.excludeTarget(android.R.id.statusBarBackground, true)"
41 errorLine2=" ~~~~~~~~~~~~~">
42 <location
43 file="src/main/java/androidx/navigation/testapp/HelpActivity.kt"
44 line="49"
45 column="18"/>
46 </issue>
47
48 <issue
49 id="UnsafeNewApiCall"
50 message="This call is to a method from API 19, the call containing class androidx.navigation.testapp.HelpActivity is not annotated with @RequiresApi(x) where x is at least 19. Either annotate the containing class with at least @RequiresApi(19) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(19)."
51 errorLine1=" fade.excludeTarget(android.R.id.navigationBarBackground, true)"
52 errorLine2=" ~~~~~~~~~~~~~">
53 <location
54 file="src/main/java/androidx/navigation/testapp/HelpActivity.kt"
55 line="50"
56 column="18"/>
57 </issue>
58
59 <issue
60 id="UnsafeNewApiCall"
61 message="This call is to a method from API 21, the call containing class androidx.navigation.testapp.HelpActivity is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)."
62 errorLine1=" window.exitTransition = fade"
63 errorLine2=" ~~~~~~~~~~~~~~">
64 <location
65 file="src/main/java/androidx/navigation/testapp/HelpActivity.kt"
66 line="51"
67 column="20"/>
68 </issue>
69
70 <issue
71 id="UnsafeNewApiCall"
72 message="This call is to a method from API 21, the call containing class androidx.navigation.testapp.HelpActivity is not annotated with @RequiresApi(x) where x is at least 21. Either annotate the containing class with at least @RequiresApi(21) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(21)."
73 errorLine1=" window.enterTransition = fade"
74 errorLine2=" ~~~~~~~~~~~~~~~">
75 <location
76 file="src/main/java/androidx/navigation/testapp/HelpActivity.kt"
77 line="52"
78 column="20"/>
79 </issue>
80
81 <issue
82 id="UnusedResources"
83 message="The resource `R.string.drawer_navigation` appears to be unused"
84 errorLine1=" &lt;string name=&quot;drawer_navigation&quot;>Drawer Nav&lt;/string>"
85 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
86 <location
87 file="src/main/res/values/strings.xml"
88 line="16"
89 column="13"/>
90 </issue>
91
92 <issue
93 id="UnusedResources"
94 message="The resource `R.string.drawer_open` appears to be unused"
95 errorLine1=" &lt;string name=&quot;drawer_open&quot;>Open Navigation Drawer&lt;/string>"
96 errorLine2=" ~~~~~~~~~~~~~~~~~~">
97 <location
98 file="src/main/res/values/strings.xml"
99 line="17"
100 column="13"/>
101 </issue>
102
103 <issue
104 id="UnusedResources"
105 message="The resource `R.string.drawer_close` appears to be unused"
106 errorLine1=" &lt;string name=&quot;drawer_close&quot;>Close Navigation Drawer&lt;/string>"
107 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
108 <location
109 file="src/main/res/values/strings.xml"
110 line="18"
111 column="13"/>
112 </issue>
113
114 <issue
115 id="UnusedResources"
116 message="The resource `R.string.bottom_navigation` appears to be unused"
117 errorLine1=" &lt;string name=&quot;bottom_navigation&quot;>Bottom Nav&lt;/string>"
118 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
119 <location
120 file="src/main/res/values/strings.xml"
121 line="19"
122 column="13"/>
123 </issue>
124
125</issues>