1. fba7e59 Add DurationMicrosLong annotation by Steve Pomeroy · 19 hours ago main master
  2. 1685042 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 3 days ago
  3. 322b2c6 Treat an API as not being deprecated if it was later undeprecated by Paul Duffin · 4 days ago
  4. 7a2e5c8 Add test for a method that is deprecated and then undeprecated by Paul Duffin · 4 days ago
  5. e15c68e Clean up ApiGeneratorTest by Paul Duffin · 4 days ago
  6. 2d42b14 Remove Severity.LINT and associated options by Paul Duffin · 3 weeks ago
  7. 180bd3b Merge changes Ide66d281,I2ffd972a into metalava-main by Julia McClellan · 4 days ago
  8. 64d3ee5 Move nullability lint tests to their own file by Julia McClellan · 8 days ago
  9. 0f85f5e Fix syntax on a couple lint tests by Julia McClellan · 8 days ago
  10. f108e57 Make issues that were Severity.LINT default to Severity.ERROR by Paul Duffin · 4 days ago
  11. 747757c Upgrade to Kotlin Gradle Plugin 2.0.0 by Aurimas Liutikas · 9 days ago
  12. 302c379 Extract checkFlaggedApiOnNewApi(...) from checkHasFlaggedApi(...) by Paul Duffin · 3 weeks ago
  13. bb73d1f Add Severity.UNLIMITED for default value of maximumSeverity by Paul Duffin · 3 weeks ago
  14. 91926ec Add some missing modifiers in FlaggedApiLintTest tests by Paul Duffin · 10 days ago
  15. 428bb19 Add API lint for getter/setter nullability by Julia McClellan · 4 weeks ago
  16. 02d582e Merge "Update package hidden status using documentation present in package-info.java" into metalava-main by Aditya Choudhary · 10 days ago
  17. 5b059b4 Update package hidden status using documentation present in package-info.java by Aditya Choudhary · 11 days ago
  18. f5e6759 Merge "Stop GetterSetterNames from triggering on unrelated methods" into metalava-main by Julia McClellan · 11 days ago
  19. 91c1f25 Merge "Force undefined nullability for type parameters" into metalava-main by Julia McClellan · 12 days ago
  20. 899a211 Use @hide annotation present in package.html while creating packageItem. by Aditya Choudhary · 2 weeks ago
  21. a5c6ce2 Stop GetterSetterNames from triggering on unrelated methods by Julia McClellan · 12 days ago
  22. fe65996 Force undefined nullability for type parameters by Julia McClellan · 4 weeks ago
  23. 10721d9 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 12 days ago
  24. aff50af Fix stubs for previously `abstract` methods and `native` methods by Paul Duffin · 12 days ago
  25. a8663d7 Show broken behavior when reverting change to native/abstract modifier by Paul Duffin · 12 days ago
  26. 38aaa5c Split deprecated/modifier FlaggedApiTest method into two by Paul Duffin · 12 days ago
  27. 37abe9f Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 2 weeks ago
  28. e9530e2 Do not fail compatibility check if error limited by maximumSeverity by Paul Duffin · 2 weeks ago androidx-concurrent-release
  29. 6b10a3e Load all previously released APIs into a single Codebase by Paul Duffin · 2 weeks ago
  30. a8b3ace Support multiple --arg-lint-previous-api options by Paul Duffin · 2 weeks ago
  31. 861dd5a Perform compatibility checks against the whole previously released API by Paul Duffin · 7 weeks ago
  32. 47fef75 Remove unnecessary CompatibilityCheck.loadPreviouslyReleasedApi(...) by Paul Duffin · 2 weeks ago
  33. 9c52024 Merge changes from topics "nullness-compat-check", "nullness-compat-fields" into metalava-main by Julia McClellan · 2 weeks ago
  34. 12ac3d9 Disallow jar files in --check-compatibility:removed:released by Paul Duffin · 2 weeks ago
  35. 7249b3a Remove CheckRequest.files by Paul Duffin · 2 weeks ago
  36. f4d7760 Change JarBasedApi(List<File>) to JarBasedApi(File) by Paul Duffin · 2 weeks ago
  37. b4c8de4 Add PreviouslyReleasedApi/CheckRequest.lastSignatureFile by Paul Duffin · 2 weeks ago
  38. 6a24b68 Disallow passing multiple jar files for previously released API by Paul Duffin · 2 weeks ago
  39. 26187a4 Remove unnecessary code from CompatibilityCheckOptionsTest by Paul Duffin · 2 weeks ago
  40. c27b6ef Move PreviouslyReleasedApi et al to common package by Paul Duffin · 2 weeks ago
  41. 8089a8c Separate creation of PreviouslyReleasedApi from CheckRequest creation by Paul Duffin · 2 weeks ago
  42. 1a67fb3 Access ApiLintOptions directly in Driver.kt by Paul Duffin · 2 weeks ago
  43. b6d88bb Only allow nullness changes in final methods by Julia McClellan · 3 weeks ago
  44. b496aa1 Move `ClassItem.isExtensible`` by Julia McClellan · 3 weeks ago
  45. 14f5bfa Update nullness compatibility checks to apply to more items by Julia McClellan · 3 weeks ago
  46. 3c6de38 Add nullability information to some compat tests by Julia McClellan · 3 weeks ago
  47. b1caaa3 Update nullness compatibility check to use types by Julia McClellan · 3 weeks ago
  48. a123202 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 3 weeks ago
  49. 8d39fa7 FlaggedApiTest: Make more realistic by using Flags.FLAG_FOO_BAR by Paul Duffin · 3 weeks ago
  50. 03a7884 Increase severity of FlaggedApiLiteral to WARNING_ERROR_WHEN_NEW by Paul Duffin · 3 weeks ago
  51. bbbad33 FlaggedApiLintTest: Use consistent indenting and remove trimIndent() by Paul Duffin · 3 weeks ago
  52. 4a32202 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 3 weeks ago
  53. 6287ad6 Use error-when-new for issues in new members of existing classes by Paul Duffin · 3 weeks ago androidx-tv-material-release
  54. 2eb4f4f Add new warning severity that is treated as error in new code by Paul Duffin · 3 weeks ago
  55. 97d75c4 Remove unnecessary API_LINT_ANDROIDX_MISC Category by Paul Duffin · 3 weeks ago
  56. 55b4d1c Merge "Move nullness compatibility tests to their own file" into metalava-main by Julia McClellan · 3 weeks ago
  57. fb1471a Merge "Warn about issues in newly added members of existing classes" into metalava-main by Paul Duffin · 3 weeks ago
  58. 277d08c Merge "Add tests for ApiLint filtering" into metalava-main by Paul Duffin · 3 weeks ago
  59. 5ff50ff Merge "Finish work on DefaultReporter's maximumSeverity parameter" into metalava-main by Paul Duffin · 3 weeks ago
  60. dffdef6 Move nullness compatibility tests to their own file by Julia McClellan · 3 weeks ago
  61. f05d717 Warn about issues in newly added members of existing classes by Paul Duffin · 3 weeks ago
  62. e2933a1 Add tests for ApiLint filtering by Paul Duffin · 3 weeks ago
  63. 638d4c4 Finish work on DefaultReporter's maximumSeverity parameter by Paul Duffin · 3 weeks ago
  64. 8e9a72e Add GeneralReportingOptions for --baseline/--update-baseline by Paul Duffin · 4 weeks ago
  65. 215c8de Add ApiSelectionOptions for --show..annotation options by Paul Duffin · 4 weeks ago
  66. ea411c7 Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 4 weeks ago
  67. 20ddd1d Run ApiLint checks over the whole API not just new APIs by Paul Duffin · 4 weeks ago
  68. dafed76 Add optional superMethods parameter to findCorrespondingItemIn(...) by Paul Duffin · 4 weeks ago
  69. f23fb90 Merge "Add test showing findCorrespondingItemIn(...) does not find super methods" into metalava-main by Paul Duffin · 4 weeks ago
  70. e2489cb Add test showing findCorrespondingItemIn(...) does not find super methods by Paul Duffin · 4 weeks ago
  71. 5df14eb Merge "Only skip printing object bounds if they have default nullability" into metalava-main by Julia McClellan · 4 weeks ago
  72. 8b943e4 Move --error-message:api-lint to ApiLintOptions by Paul Duffin · 4 weeks ago
  73. e053ff8 Move API lint baseline properties to ApiLintOptions by Paul Duffin · 4 weeks ago
  74. d176d9a Move compatiblity baseline properties to CompatibilityCheckOptions by Paul Duffin · 4 weeks ago
  75. 616df6a Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 4 weeks ago
  76. 14d1d54 Move --pass-baseline-updates to CommonBaselineOptions by Paul Duffin · 4 weeks ago
  77. f64746f Add CommonBaselineOptions for -delete-empty-baselines by Paul Duffin · 4 weeks ago
  78. e2cd37d Add SourceOptions for --source-path and --common-source-path by Paul Duffin · 4 weeks ago
  79. 74e84c9 Delete unused baselineErrorsOnly by Paul Duffin · 4 weeks ago
  80. ce31f24 Make SymlinkTest more realistic by Paul Duffin · 4 weeks ago
  81. eab9307 Move --api-lint into ApiLintOptions by Paul Duffin · 4 weeks ago
  82. 374cd65 Only skip printing object bounds if they have default nullability by Julia McClellan · 4 weeks ago
  83. 69b03a1 Disallow jars in --source-path by Paul Duffin · 4 weeks ago
  84. 937dd65 Remove unused --source and --sourcepath options by Paul Duffin · 4 weeks ago
  85. c129a84 Move reportEvenIfSuppressedWriter to DefaultReport.Config by Paul Duffin · 4 weeks ago
  86. 408f8a0 Add newOrExistingFile() extension functions for options by Paul Duffin · 4 weeks ago
  87. bd12e73 Move terminal from Options to DefaultReporter.Config by Paul Duffin · 4 weeks ago
  88. 83d08c0 Move --lints-as-errors and --warnings-as-errors out of Options by Paul Duffin · 4 weeks ago
  89. 03017ab Use TestEnvironment in ExecutionEnvironment.isUnderTest() by Paul Duffin · 4 weeks ago
  90. 001d8a9 Move isUnderTest() to ExecutionEnvironment by Paul Duffin · 4 weeks ago
  91. 3e8431b Move disableStderrDumping() to ExecutionEnvironment by Paul Duffin · 4 weeks ago
  92. ef05255 Move isAndroidBuild() to ExecutionEnvironment by Paul Duffin · 4 weeks ago
  93. bb55103 Move ExecutionEnvironment/TestEnvironment classes into cli.common by Paul Duffin · 4 weeks ago
  94. 0df35ba Merge remote-tracking branch 'aosp/metalava-main' into 'aosp/main' by Paul Duffin · 4 weeks ago
  95. 43b1738 Move Severity upgrading in DefaultReporter from doReport into report by Paul Duffin · 4 weeks ago
  96. d2ee90f Remove final usage of parseType method and remove it by Julia McClellan · 4 weeks ago
  97. a2a2f8c Use TextTypeItemFactory.getMethodParameterType by Julia McClellan · 4 weeks ago
  98. 106f535 Update text component type nullability from context by Julia McClellan · 4 weeks ago
  99. 102b9f6 Use TextTypeItemFactory.getMethodReturnType by Julia McClellan · 4 weeks ago
  100. 03dd8d3 Implement and use TextTypeItemFactory.getFieldType() by Paul Duffin · 2 months ago