| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.4.0-alpha12" type="baseline" client="gradle" dependencies="false" name="AGP (8.4.0-alpha12)" variant="all" version="8.4.0-alpha12"> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use -0.001 instead of -.001 to avoid crashes on some devices" |
| errorLine1=" m-.001, 0" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.001 instead of .001 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0 .002,0" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.001 instead of .001 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0 .002,0" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.002 instead of .002 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0 .002,0" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use -0.002 instead of -.002 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0-.002,0z" />" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.001 instead of .001 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0-.002,0z" />" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.001 instead of .001 to avoid crashes on some devices" |
| errorLine1=" a .001,.001 0 1,0-.002,0z" />" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable04.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use -0.5 instead of -.5 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.0 instead of .0 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.0 instead of .0 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.0 instead of .0 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.0 instead of .0 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.0 instead of .0 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.5 instead of .5 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="InvalidVectorPath" |
| message="Use 0.5 instead of .5 to avoid crashes on some devices" |
| errorLine1=" android:pathData="l0.0.0.5.0.0.5-0.5.0.0-.5z"" |
| errorLine2=" ~~"> |
| <location |
| file="src/main/res/drawable/vector_drawable29.xml"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/AVDCListenerDemo.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected int[] mIcons = {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SimpleAnimatedVectorDrawable.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SimpleAnimatedVectorDrawable.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected int[] mIcons = {" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SimpleStaticVectorDrawable.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SimpleStaticVectorDrawable.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" public void onCreate(Bundle savedInstanceState) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected List<Map<String, Object>> getData(String prefix) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected List<Map<String, Object>> getData(String prefix) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected Intent activityIntent(String pkg, String componentName) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected Intent browseIntent(String path) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected Intent browseIntent(String path) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| <issue |
| id="UnknownNullness" |
| message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations" |
| errorLine1=" protected void addItem(List<Map<String, Object>> data, String name, Intent intent) {" |
| errorLine2=" ~~~~~~"> |
| <location |
| file="src/main/java/com/example/android/support/vectordrawable/app/SupportVectorDrawableDemos.java"/> |
| </issue> |
| |
| </issues> |