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