1. 37abe9f Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 22 hours ago main master
  2. e9530e2 Do not fail compatibility check if error limited by maximumSeverity by Paul Duffin · 24 hours ago metalava-main
  3. 6b10a3e Load all previously released APIs into a single Codebase by Paul Duffin · 30 hours ago
  4. a8b3ace Support multiple --arg-lint-previous-api options by Paul Duffin · 29 hours ago
  5. 861dd5a Perform compatibility checks against the whole previously released API by Paul Duffin · 5 weeks ago
  6. 47fef75 Remove unnecessary CompatibilityCheck.loadPreviouslyReleasedApi(...) by Paul Duffin · 26 hours ago
  7. 9c52024 Merge changes from topics "nullness-compat-check", "nullness-compat-fields" into metalava-main by Julia McClellan · 28 hours ago
  8. 12ac3d9 Disallow jar files in --check-compatibility:removed:released by Paul Duffin · 2 days ago
  9. 7249b3a Remove CheckRequest.files by Paul Duffin · 2 days ago
  10. f4d7760 Change JarBasedApi(List<File>) to JarBasedApi(File) by Paul Duffin · 2 days ago
  11. b4c8de4 Add PreviouslyReleasedApi/CheckRequest.lastSignatureFile by Paul Duffin · 2 days ago
  12. 6a24b68 Disallow passing multiple jar files for previously released API by Paul Duffin · 2 days ago
  13. 26187a4 Remove unnecessary code from CompatibilityCheckOptionsTest by Paul Duffin · 2 days ago
  14. c27b6ef Move PreviouslyReleasedApi et al to common package by Paul Duffin · 2 days ago
  15. 8089a8c Separate creation of PreviouslyReleasedApi from CheckRequest creation by Paul Duffin · 2 days ago
  16. 1a67fb3 Access ApiLintOptions directly in Driver.kt by Paul Duffin · 2 days ago
  17. b6d88bb Only allow nullness changes in final methods by Julia McClellan · 10 days ago
  18. b496aa1 Move `ClassItem.isExtensible`` by Julia McClellan · 5 days ago
  19. 14f5bfa Update nullness compatibility checks to apply to more items by Julia McClellan · 10 days ago
  20. 3c6de38 Add nullability information to some compat tests by Julia McClellan · 10 days ago
  21. b1caaa3 Update nullness compatibility check to use types by Julia McClellan · 10 days ago
  22. a123202 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 8 days ago
  23. 8d39fa7 FlaggedApiTest: Make more realistic by using Flags.FLAG_FOO_BAR by Paul Duffin · 8 days ago
  24. 03a7884 Increase severity of FlaggedApiLiteral to WARNING_ERROR_WHEN_NEW by Paul Duffin · 8 days ago
  25. bbbad33 FlaggedApiLintTest: Use consistent indenting and remove trimIndent() by Paul Duffin · 8 days ago
  26. 4a32202 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 9 days ago
  27. 6287ad6 Use error-when-new for issues in new members of existing classes by Paul Duffin · 9 days ago androidx-tv-material-release
  28. 2eb4f4f Add new warning severity that is treated as error in new code by Paul Duffin · 9 days ago
  29. 97d75c4 Remove unnecessary API_LINT_ANDROIDX_MISC Category by Paul Duffin · 9 days ago
  30. 55b4d1c Merge "Move nullness compatibility tests to their own file" into metalava-main by Julia McClellan · 9 days ago
  31. fb1471a Merge "Warn about issues in newly added members of existing classes" into metalava-main by Paul Duffin · 10 days ago
  32. 277d08c Merge "Add tests for ApiLint filtering" into metalava-main by Paul Duffin · 10 days ago
  33. 5ff50ff Merge "Finish work on DefaultReporter's maximumSeverity parameter" into metalava-main by Paul Duffin · 10 days ago
  34. dffdef6 Move nullness compatibility tests to their own file by Julia McClellan · 10 days ago
  35. f05d717 Warn about issues in newly added members of existing classes by Paul Duffin · 10 days ago
  36. e2933a1 Add tests for ApiLint filtering by Paul Duffin · 10 days ago
  37. 638d4c4 Finish work on DefaultReporter's maximumSeverity parameter by Paul Duffin · 10 days ago
  38. 8e9a72e Add GeneralReportingOptions for --baseline/--update-baseline by Paul Duffin · 11 days ago
  39. 215c8de Add ApiSelectionOptions for --show..annotation options by Paul Duffin · 11 days ago
  40. ea411c7 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 11 days ago
  41. 20ddd1d Run ApiLint checks over the whole API not just new APIs by Paul Duffin · 2 weeks ago
  42. dafed76 Add optional superMethods parameter to findCorrespondingItemIn(...) by Paul Duffin · 11 days ago
  43. f23fb90 Merge "Add test showing findCorrespondingItemIn(...) does not find super methods" into metalava-main by Paul Duffin · 11 days ago
  44. e2489cb Add test showing findCorrespondingItemIn(...) does not find super methods by Paul Duffin · 11 days ago
  45. 5df14eb Merge "Only skip printing object bounds if they have default nullability" into metalava-main by Julia McClellan · 11 days ago
  46. 8b943e4 Move --error-message:api-lint to ApiLintOptions by Paul Duffin · 12 days ago
  47. e053ff8 Move API lint baseline properties to ApiLintOptions by Paul Duffin · 2 weeks ago
  48. d176d9a Move compatiblity baseline properties to CompatibilityCheckOptions by Paul Duffin · 2 weeks ago
  49. 616df6a Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 12 days ago
  50. 14d1d54 Move --pass-baseline-updates to CommonBaselineOptions by Paul Duffin · 12 days ago
  51. f64746f Add CommonBaselineOptions for -delete-empty-baselines by Paul Duffin · 12 days ago
  52. e2cd37d Add SourceOptions for --source-path and --common-source-path by Paul Duffin · 13 days ago
  53. 74e84c9 Delete unused baselineErrorsOnly by Paul Duffin · 12 days ago
  54. ce31f24 Make SymlinkTest more realistic by Paul Duffin · 13 days ago
  55. eab9307 Move --api-lint into ApiLintOptions by Paul Duffin · 2 weeks ago
  56. 374cd65 Only skip printing object bounds if they have default nullability by Julia McClellan · 2 weeks ago
  57. 69b03a1 Disallow jars in --source-path by Paul Duffin · 13 days ago
  58. 937dd65 Remove unused --source and --sourcepath options by Paul Duffin · 13 days ago
  59. c129a84 Move reportEvenIfSuppressedWriter to DefaultReport.Config by Paul Duffin · 2 weeks ago
  60. 408f8a0 Add newOrExistingFile() extension functions for options by Paul Duffin · 13 days ago
  61. bd12e73 Move terminal from Options to DefaultReporter.Config by Paul Duffin · 2 weeks ago
  62. 83d08c0 Move --lints-as-errors and --warnings-as-errors out of Options by Paul Duffin · 2 weeks ago
  63. 03017ab Use TestEnvironment in ExecutionEnvironment.isUnderTest() by Paul Duffin · 2 weeks ago
  64. 001d8a9 Move isUnderTest() to ExecutionEnvironment by Paul Duffin · 2 weeks ago
  65. 3e8431b Move disableStderrDumping() to ExecutionEnvironment by Paul Duffin · 2 weeks ago
  66. ef05255 Move isAndroidBuild() to ExecutionEnvironment by Paul Duffin · 2 weeks ago
  67. bb55103 Move ExecutionEnvironment/TestEnvironment classes into cli.common by Paul Duffin · 2 weeks ago
  68. 0df35ba Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 2 weeks ago
  69. 43b1738 Move Severity upgrading in DefaultReporter from doReport into report by Paul Duffin · 2 weeks ago
  70. d2ee90f Remove final usage of parseType method and remove it by Julia McClellan · 2 weeks ago
  71. a2a2f8c Use TextTypeItemFactory.getMethodParameterType by Julia McClellan · 2 weeks ago
  72. 106f535 Update text component type nullability from context by Julia McClellan · 2 weeks ago
  73. 102b9f6 Use TextTypeItemFactory.getMethodReturnType by Julia McClellan · 2 weeks ago
  74. 03dd8d3 Implement and use TextTypeItemFactory.getFieldType() by Paul Duffin · 8 weeks ago
  75. ed70fd0 Simplify text nullability synchronization by Julia McClellan · 2 weeks ago
  76. bca9a41 Rename parseField(...) isEnum parameter to isEnumConstant by Paul Duffin · 2 weeks ago androidx-graphics-core-release
  77. aa7908a Refactor the parseField to group type and value parsing by Paul Duffin · 3 months ago
  78. 9e9615b Extract useful methods from ApiFile.parseType by Paul Duffin · 3 months ago
  79. 41d2b89 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 3 weeks ago
  80. ccddc17 Prevent "sdks" containing SDK extension later than "since" by Paul Duffin · 3 weeks ago
  81. ecb9785 Add tests for when API is included in later SDK than dessert release by Paul Duffin · 3 weeks ago
  82. da5ecac Avoid `Extract System Api` test depending on deprecated behavior by Paul Duffin · 3 weeks ago
  83. 2022f8f Remove duplicate test for canManageMedia(...) by Paul Duffin · 3 weeks ago
  84. 8bc2308 Correct the test for SDKs separate from Android dessert releases by Paul Duffin · 3 weeks ago
  85. b0fbf7a Add tests about actual inline by Jinseong Jeon · 3 weeks ago
  86. 1dbc250 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 3 weeks ago
  87. 1802462 Match any API surface in the SDK extension directory by Paul Duffin · 3 weeks ago
  88. cbc76a5 Upgrade to Gradle 8.7 and KGP 1.9.23 by Aurimas Liutikas · 3 weeks ago
  89. 9569645 Use ItemVisitor in createReportFile(...) instead of ApiVisitor by Paul Duffin · 4 weeks ago
  90. 5ffb2c7 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 4 weeks ago
  91. 57027f1 Remove @deprecated tag when reverting deprecation change by Paul Duffin · 4 weeks ago
  92. 757a9a4 Fix api-version.xml when reverting a deprecation change by Paul Duffin · 4 weeks ago
  93. 6afff50 Add api versions check to flagged API test by Paul Duffin · 4 weeks ago
  94. 80b11cb Expand tests of changes to deprecation status. by Paul Duffin · 4 weeks ago
  95. 1d4ef78 Remove optional value from --api-lint by Paul Duffin · 4 weeks ago
  96. 8dd8deb Remove unused --api-xml option by Paul Duffin · 4 weeks ago
  97. edcabb4 Migrate JDiffXmlTest to use SignatureToJDiffCommandTest by Paul Duffin · 4 weeks ago
  98. e6a97bd Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 4 weeks ago
  99. a42c242 Add --api-lint-previous-api by Paul Duffin · 4 weeks ago
  100. 9d42700 Merge "Remove unnecessary JDiffXmlTest "Half float short from source"" into metalava-main by Paul Duffin · 4 weeks ago