- 0964304 Removes obsolete bug links from annotation detector test by Louis Pullen-Freilich · 7 weeks ago
- 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
- 62e9481 Upgrade to AGP-8.8.0-alpha01 by Fred Sladkey · 6 months ago
- ce417a5 Make ExperimentalDetector examine meta-level annotations by Jinseong Jeon · 9 months ago
- e3d4d11 Upgrade annotation-experimental-lint to use latest Lint API by Jinseong Jeon · 9 months ago
- 2bd335a Revert meta-annotation lookup in ExperimentalDetector by Jinseong Jeon · 9 months ago
- 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 9 months ago
- 26b0560 Make ExperimentalDetector examine meta-level annotations by Jinseong Jeon · 9 months ago
- c6a2b0b Add message to RequiresOptIn annotation by Sayed Elabady · 10 months ago
- 5ed8df3 Migrate annotation project to use ktfmt by Omar Ismail · 10 months ago
- af90a0f Use the underlying language, instead of sourcePsi by Jinseong Jeon · 12 months ago
- 595d4f3 agp-8.4.0-alpha07 by Fred Sladkey · 1 year, 1 month ago
- a134e27 Avoid using UAST implementation by Jinseong Jeon · 1 year, 1 month ago
- 4f1327f Move @ReplaceWith annotation to Annotations library by Alan Viverette · 1 year, 1 month ago
- a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 1 year, 2 months ago
- 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 1 year, 3 months ago
- 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 1 year, 2 months ago
- 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 1 year, 2 months ago
- ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
- 2df29dfa Revert "Update experimental checks for lint bug fixes" by Aurimas Liutikas · 1 year, 3 months ago
- b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 1 year, 3 months ago
- 84e2caf Merge "Update experimental checks for lint bug fixes" into androidx-main by Treehugger Robot · 1 year, 3 months ago
- c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 1 year, 3 months ago
- 8447ebb Update experimental checks for lint bug fixes by Alan Viverette · 1 year, 3 months ago
- 59f7dc9 Use firstOrNull for safer lookup of SAM by Jinseong Jeon · 1 year, 3 months ago
- 0e36769 Look up SAM of type UMethod in containing UClass by Jinseong Jeon · 1 year, 3 months ago
- 9ac499c AGP 8.3.0-alpha04 and corresponding Studio by Jeff Gaston · 1 year, 6 months ago
- ef86b7c ExperimentalDetector no longer suggesting three fixes at once by Jeff Gaston · 1 year, 6 months ago
- fa78279 Fix visiting usages of annotated properties by Alan Viverette · 1 year, 6 months ago
- b7f14fb Fix case where annotation is added to UMethod without modifiers by Alan Viverette · 1 year, 6 months ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
- edde6e8 Baselines PrimitiveInLambda suppressions by Louis Pullen-Freilich · 1 year, 9 months ago
- bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
- 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 2 years, 1 month ago
- 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 2 years, 1 month ago
- b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 2 years, 2 months ago
- 8c18455d Update encoding for annotation test files by Tiem Song · 2 years, 2 months ago
- ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 2 years, 3 months ago
- 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years, 3 months ago
- 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 2 years, 3 months ago
- 9719ea5 Revert "Revert "Lint check that experimental annotations are correctly applied to Kotlin properties"" by Julia McClellan · 2 years, 5 months ago
- de91d58 Revert "Lint check that experimental annotations are correctly applied to Kotlin properties" by Julia McClellan · 2 years, 5 months ago
- 57e43cc Lint check that experimental annotations are correctly applied to Kotlin properties by Julia McClellan · 2 years, 8 months ago
- 5d8d9ef Place annotation at the beginning of the modifiers list by Alan Viverette · 2 years, 5 months ago
- 26972bd kotlin.Experimental is deprecated and no longer used. by Jim Sproch · 2 years, 6 months ago
- 3b13a38 Discourage use of androidx.annotation.RequiresOptIn in Kotlin sources by Alan Viverette · 2 years, 7 months ago
- 915554c Add tests for Java source enforcement of Kotlin opt-in annotations by Alan Viverette · 2 years, 7 months ago
- c1222e9 Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main am: 6bf97e27b1 by Aurimas Liutikas · 2 years, 8 months ago
- c2e42f3 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 9 months ago
- d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 10 months ago
- 3e0ca61 Remove line and position from lint baselines by Alan Viverette · 2 years, 10 months ago
- bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 2 months ago
- ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 3 years ago
- 333395a Add support for package-level OptIn by Alan Viverette · 3 years ago
- ac2eb93 Check containing package for acceptance of experimentality by Alan Viverette · 3 years ago
- 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 3 years, 1 month ago
- b5b224a Add support for detecting Java usages of experimental Kotlin properties by Alan Viverette · 3 years, 3 months ago
- d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 4 months ago
- b0470e5 Upgrade to AGP 7.3.1-alpha01 by Aurimas Liutikas · 3 years, 1 month ago
- be4bfb1 Update lint and add Vendor information by Tiem Song · 3 years, 1 month ago
- d635f4d Add Suppress annotations to IssueRegistry implementations by Tiem Song · 3 years, 1 month ago
- 08cef2f Upgrade to AGP 7.2.0-alpha07 by Aurimas Liutikas · 3 years, 2 months ago
- e1b4e86 Kotlin 1.6.0 by Jim Sproch · 3 years, 5 months ago
- 92d3b23 Merge changes from topic "205026874_vfy_autofix" into androidx-main by Alan Viverette · 3 years, 4 months ago
- eb5063e Merge "Revert "Re-enable useKtExperimentalFromJava"" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
- 966e8c4 Revert "Re-enable useKtExperimentalFromJava" by Aurimas Liutikas · 3 years, 4 months ago
- 269c2f1 Fix expected fix output for ExperimentalDetectorTest by Alan Viverette · 3 years, 4 months ago
- a3fcee7 Merge "Re-enable useKtExperimentalFromJava" into androidx-main by Alan Viverette · 3 years, 4 months ago
- d6b4d04 Merge "Add auto-fix for invalid experimental usages" into androidx-main by Alan Viverette · 3 years, 4 months ago
- 105b1b8 Re-enable useKtExperimentalFromJava by Alan Viverette · 3 years, 5 months ago
- a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 3 years, 4 months ago
- 0dbd924 Add auto-fix for invalid experimental usages by Alan Viverette · 3 years, 4 months ago
- 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years, 5 months ago
- c1b3afb Revert^3 "Upgrade to AGP 7.1.0-beta01." by Jeff Gaston · 3 years, 4 months ago
- 223a475 Revert^2 "Upgrade to AGP 7.1.0-beta01." by Jeff Gaston · 3 years, 4 months ago
- 7bfd1bb Revert "Upgrade to AGP 7.1.0-beta01." by Aurimas Liutikas · 3 years, 5 months ago
- eaad3e1 Upgrade to AGP 7.1.0-beta01. by Aurimas Liutikas · 3 years, 5 months ago
- 9aaf866 Merge "Avoid duplicate warning on Kotlin property access" into androidx-main by Treehugger Robot · 3 years, 5 months ago
- 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years, 5 months ago
- 6fb1676 Avoid duplicate warning on Kotlin property access by Alan Viverette · 3 years, 5 months ago
- bf494e1 Fix breakage in androidx-studio-integ branch by Alan Viverette · 3 years, 6 months ago
- 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 7 months ago
- 4ca90be Upgrade to AGP 7.1.0-alpha08 by Aurimas Liutikas · 3 years, 7 months ago
- 1ddb6ed Update lint baselines based on tip of tree lint by Aurimas Liutikas · 3 years, 7 months ago
- 2996dc0 Detect method overrides in lambda expressions by Alan Viverette · 3 years, 8 months ago
- e737b22 Add support for detecting usages of annotations in overrides by Alan Viverette · 3 years, 8 months ago
- debe65f0 Eliminate duplicate reports, inspect called member's experimental scope by Alan Viverette · 3 years, 8 months ago
- c66c2a80 Add docs for project-wide opt-in, clean up strings by Alan Viverette · 3 years, 9 months ago
- 287e14a Merge "Revert "Add Vendor information to bundled lint checks"" into androidx-main by Tiem Song · 3 years, 8 months ago
- 9424752 Revert "Add Vendor information to bundled lint checks" by Tiem Song · 3 years, 8 months ago
- 5c05e73 Merge "Add Vendor information to bundled lint checks" into androidx-main by Tiem Song · 3 years, 8 months ago
- bedf097 Add Vendor information to bundled lint checks by Tiem Song · 3 years, 9 months ago
- e6b24ce Fix level extraction in ExperimentalDetector by Alan Viverette · 3 years, 9 months ago
- 9075182 Add support for opting in to annotations project-wide by Alan Viverette · 3 years, 9 months ago
- c73aa85 Update minimum lint version to 27.2.1 (API 8) by Alan Viverette · 3 years, 9 months ago
- 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 9 months ago
- 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 9 months ago
- c17630a Fix capitalization and decapitalization deprecations by Jim Sproch · 3 years, 10 months ago
- 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years, 10 months ago
- 802403a Update lint baselines by Alan Viverette · 3 years, 10 months ago