Skip to content

Commit

Permalink
Update issue documentation: include release information
Browse files Browse the repository at this point in the history
As requested in https://issuetracker.google.com/385875832
the issue details page now includes information about
which release each issue was included in.
  • Loading branch information
tnorbye committed Dec 27, 2024
1 parent 2d5a391 commit d73a49e
Show file tree
Hide file tree
Showing 832 changed files with 3,475 additions and 1,756 deletions.
2 changes: 2 additions & 0 deletions docs/checks/AaptCrash.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Resource files
Editing
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AcceptsUserCertificates.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 3.6.0 (February 2020)
Affects
: Resource files
Editing
Expand All @@ -30,8 +32,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/NetworkSecurityConfigDetector.java)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/NetworkSecurityConfigDetectorTest.java)
Copyright Year
: 2016

Allowing user certificates could allow eavesdroppers to intercept data
sent by your app, which could impact the privacy of your users. Consider
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AccessibilityFocus.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 8.6.0 (August 2024)
Affects
: Kotlin and Java files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AccessibilityForceFocusDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AccessibilityForceFocusDetectorTest.kt)
Copyright Year
: 2024

Forcing accessibility focus interferes with screen readers and gives an
inconsistent user experience, especially across apps.
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AccessibilityScrollActions.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 8.6.0 (August 2024)
Affects
: Kotlin and Java files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AccessibilityViewScrollActionsDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AccessibilityViewScrollActionsDetectorTest.kt)
Copyright Year
: 2024

Views that behave like `ScrollView` and support
`ACTION_SCROLL_{FORWARD,BACKWARD}` should also support
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AccessibilityWindowStateChangedEvent.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 8.6.0 (August 2024)
Affects
: Kotlin and Java files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AccessibilityWindowStateChangedDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AccessibilityWindowStateChangedDetectorTest.kt)
Copyright Year
: 2024

Sending or populating `TYPE_WINDOW_STATE_CHANGED` events in your code is
strongly discouraged. Instead, prefer to use or extend system-provided
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AccidentalOctal.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Gradle build files
Editing
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/ActivityIconColor.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 8.3.0 (February 2024)
Affects
: Kotlin and Java files, binary resource files and resource files
Editing
Expand All @@ -28,8 +30,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ActivityIconColorDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/ActivityIconColorDetectorTest.kt)
Copyright Year
: 2022

The resources passed to `setAnimatedIcon` and `setStaticIcon` should be
white with a transparent background, preferably a VectorDrawable or
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AdapterViewChildren.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Resource files
Editing
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AddJavascriptInterface.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Kotlin and Java files
Editing
Expand Down
3 changes: 2 additions & 1 deletion docs/checks/AlertDialogUsage.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
: Lint 8.0 and 8.1
Artifact
: [com.vanniktech:lint-rules-android](com_vanniktech_lint-rules-android.md.html)

Since
: 0.9.0
Affects
: Kotlin and Java files
Editing
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AllCaps.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 2.3.0 (March 2017)
Affects
: Resource files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AllCapsDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AllCapsDetectorTest.kt)
Copyright Year
: 2016

The textAllCaps text transform will end up calling `toString` on the
`CharSequence`, which has the net effect of removing any markup such as
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AllowAllHostnameVerifier.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 1.5.0 (November 2015)
Affects
: Kotlin and Java files
Editing
Expand All @@ -28,8 +30,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AllowAllHostnameVerifierDetector.java)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AllowAllHostnameVerifierDetectorTest.java)
Copyright Year
: 2015

This check looks for use of HostnameVerifier implementations whose
`verify` method always returns true (thus trusting any hostname) which
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AlwaysShowAction.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Kotlin and Java files and resource files
Editing
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AndroidGradlePluginVersion.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Gradle build files and TOML files
Editing
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AnimatorKeep.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 2.3.0 (March 2017)
Affects
: Kotlin and Java files and resource files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ObjectAnimatorDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/ObjectAnimatorDetectorTest.kt)
Copyright Year
: 2016

When you use property animators, properties can be accessed via
reflection. Those methods should be annotated with @Keep to ensure that
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AnnotateVersionCheck.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 7.0.0 (July 2021)
Affects
: Kotlin and Java files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/SdkIntDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/SdkIntDetectorTest.kt)
Copyright Year
: 2021

Methods which perform `SDK_INT` version checks (or field constants which
reflect the result of a version check) in libraries should be annotated
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AnnotationProcessorOnCompilePath.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 3.6.0 (February 2020)
Affects
: Gradle build files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/GradleDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/GradleDetectorTest.kt)
Copyright Year
: 2014

This dependency is identified as an annotation processor. Consider
adding it to the processor path using `annotationProcessor` instead of
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AppBundleLocaleChanges.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 7.1.0 (January 2022)
Affects
: Gradle build files and Kotlin and Java files
Editing
Expand All @@ -28,8 +30,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AppBundleLocaleChangesDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AppBundleLocaleChangesDetectorTest.kt)
Copyright Year
: 2021

When changing locales at runtime (e.g. to provide an in-app language
switcher), the Android App Bundle must be configured to not split by
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AppCompatCustomView.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 2.3.0 (March 2017)
Affects
: Kotlin and Java files
Editing
Expand All @@ -26,8 +28,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AppCompatCustomViewDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AppCompatCustomViewDetectorTest.kt)
Copyright Year
: 2016

In order to support features such as tinting, the appcompat library will
automatically load special appcompat replacements for the builtin
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AppCompatMethod.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Kotlin and Java files
Editing
Expand Down
2 changes: 2 additions & 0 deletions docs/checks/AppCompatResource.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: Initial
Affects
: Resource files
Editing
Expand Down
4 changes: 2 additions & 2 deletions docs/checks/AppIndexingService.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 3.1.0 (March 2018)
Affects
: Manifest files
Editing
Expand All @@ -28,8 +30,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ManifestDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/ManifestDetectorTest.kt)
Copyright Year
: 2011

Apps targeting Android 8.0 or higher can no longer rely on background
services while listening for updates to the on-device index. Use a
Expand Down
8 changes: 4 additions & 4 deletions docs/checks/AppLinkSplitToWebAndCustom.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
: Android Open Source Project
Feedback
: https://issuetracker.google.com/issues/new?component=192708
Since
: 8.8.0-alpha08 (October 2024)
Affects
: Manifest files
Editing
Expand All @@ -28,8 +30,6 @@
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/AppLinksValidDetector.kt)
Tests
: [Source Code](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/libs/lint-tests/src/test/java/com/android/tools/lint/checks/AppLinksValidDetectorTest.kt)
Copyright Year
: 2017

In order for Android App Links to open in your app, Android must perform
domain verification. However, Android only sends domain verification
Expand All @@ -48,7 +48,7 @@
AndroidManifest.xml:7:Error: Split your http(s) and custom schemes into
separate intent filters [AppLinkSplitToWebAndCustom]
<intent-filter android:autoVerify="true" android:order="-1" android:priority="-1">
^
-------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Here are the relevant source files:
Expand All @@ -71,7 +71,7 @@
</uri-relative-filter-group>
<data android:scheme="http" />
<data android:scheme="custom" />
<data android:host="library.com" />
<data android:host="example.com" />
<data android:path="@string/path" />
<data android:path="/<&''" />
<data android:path='/single"quote' />
Expand Down
Loading

0 comments on commit d73a49e

Please sign in to comment.