You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/lint-baseline.xml
+8-46Lines changed: 8 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,6 @@
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<issues format="4" by="lint 3.1.3">
3
3
4
-
<issue
5
-
id="DefaultLocale"
6
-
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
message="Custom view ``EditTextWithKeyBackListener`` has `setOnTouchListener` called on it but does not override `performClick`"
@@ -192,31 +170,15 @@
192
170
column="97"/>
193
171
</issue>
194
172
195
-
<issue
196
-
id="ManifestOrder"
197
-
severity="Warning"
198
-
message="`<uses-permission>` tag appears after `<application>` tag"
199
-
category="Correctness"
200
-
priority="5"
201
-
summary="Incorrect order of elements in manifest"
202
-
explanation="The <application> tag should appear after the elements which declare which version you need, which features you need, which libraries you need, and so on. In the past there have been subtle bugs (such as themes not getting applied correctly) when the `<application>` tag appears before some of these other elements, so it's best to order your manifest in the logical dependency order."
message="A newer version of com.android.tools.build:gradle than 3.1.2 is available: 3.2.1"
176
+
message="A newer version of com.android.tools.build:gradle than 3.2.1 is available: 3.3.0"
215
177
category="Correctness"
216
178
priority="4"
217
179
summary="Obsolete Gradle Dependency"
218
180
explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
message="A newer version of com.android.tools.build:gradle than 3.1.2 is available: 3.2.1"
193
+
message="A newer version of com.android.tools.build:gradle than 3.2.1 is available: 3.3.0"
232
194
category="Correctness"
233
195
priority="4"
234
196
summary="Obsolete Gradle Dependency"
235
197
explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
message="A newer version of com.android.tools.build:gradle than 3.1.2 is available: 3.2.1"
210
+
message="A newer version of com.android.tools.build:gradle than 3.2.1 is available: 3.3.0"
249
211
category="Correctness"
250
212
priority="4"
251
213
summary="Obsolete Gradle Dependency"
252
214
explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
message="A newer version of com.android.tools.build:gradle than 3.1.3 is available: 3.2.1"
227
+
message="A newer version of com.android.tools.build:gradle than 3.2.1 is available: 3.3.0"
266
228
category="Correctness"
267
229
priority="4"
268
230
summary="Obsolete Gradle Dependency"
269
231
explanation="This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find."
Copy file name to clipboardExpand all lines: WordPress/src/main/java/org/wordpress/android/util/analytics/service/InstallationReferrerServiceLogic.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,10 @@ public void onInstallReferrerSetupFinished(int responseCode) {
104
104
// if this is retried but the error persists
105
105
AppLog.i(T.UTILS, "installation referrer: service unavailable");
0 commit comments