1. 1647dbe Remove the doc replacement Metalava option by Sorin Basca · 2 years, 8 months ago
  2. ff4f656 Bump API_LEVEL so we can use androidx prebuilts by Sam Gilbert · 2 years, 9 months ago
  3. 26ec88f Rename InvalidNullabilityOverride by Ember Rose · 2 years, 9 months ago
  4. f7c5dd3 Treat more generated Kotlin paramaters as unnamed by Ember Rose · 2 years, 9 months ago
  5. bc59590 Remove old hack by Sam Gilbert · 2 years, 9 months ago
  6. 32359f0 Merge "Add missing @Test annotations" by Treehugger Robot · 2 years, 9 months ago
  7. bb1a018 Add missing @Test annotations by Ember Rose · 2 years, 10 months ago
  8. dcdf505 Fix VarargRemoval logic by Ember Rose · 2 years, 10 months ago
  9. da548db Fix bug in boolean logic related to generics nullability by Sam Gilbert · 2 years, 10 months ago
  10. c0bc120 Use TypeItem for TypeParameterBounds by Yigit Boyar · 2 years, 10 months ago
  11. 44d24a6 Merge changes from topic "changedDefault" by Treehugger Robot · 2 years, 10 months ago
  12. c8b49d6 Bump metalava version to 1.0.0-alpha06 by Aurimas Liutikas · 2 years, 10 months ago
  13. 6b321e5 Merge "Upgrade to Lint 30.3.0-alpha05" by Treehugger Robot · 2 years, 10 months ago
  14. c6f6305 Merge "Disallow removing type parameters" by Treehugger Robot · 2 years, 10 months ago
  15. f01316c Merge changes Id482a4eb,I6e6bdec2 by Sam Gilbert · 2 years, 10 months ago
  16. 669c2e2 Merge "Inline MethodItem#hasSameValue" by Treehugger Robot · 2 years, 10 months ago
  17. a2877be Merge "Binary compatibility tests for interface methods" by Treehugger Robot · 2 years, 10 months ago
  18. 9368ad3 Add binary compatibiliity tests for Class methods and constructors by Sam Gilbert · 2 years, 11 months ago
  19. bd83513 Allow non-final -> final for sealed class methods by Sam Gilbert · 2 years, 11 months ago
  20. 603fb52 Merge changes If279ff3d,Ie95100b7 by Treehugger Robot · 2 years, 10 months ago
  21. a30a5ae Disallow removing type parameters by Ember Rose · 2 years, 10 months ago
  22. 68b3319 Merge "Disallow default -> abstract on interface methods" by Treehugger Robot · 2 years, 10 months ago
  23. 3dd521e Inline MethodItem#hasSameValue by Sam Gilbert · 2 years, 10 months ago
  24. d7b827b Binary compatibility tests for interface methods by Sam Gilbert · 2 years, 11 months ago
  25. 308e501 Upgrade to Lint 30.3.0-alpha05 by Aurimas Liutikas · 2 years, 10 months ago
  26. 6e07ee0 Binary compatibility tests for class fields by Sam Gilbert · 2 years, 11 months ago
  27. 4c8e76f Make REMOVED_FINAL an ERROR by Sam Gilbert · 2 years, 10 months ago
  28. d4928b7 Disallow default -> abstract on interface methods by Sam Gilbert · 2 years, 11 months ago
  29. e088206 Allow change to "transient" for fields by Sam Gilbert · 2 years, 10 months ago
  30. 66d6e91 Allow inceasing access of fields in classes by Sam Gilbert · 2 years, 11 months ago
  31. cfb8dab Merge "Remove logic gating on issue severity" by Treehugger Robot · 2 years, 10 months ago
  32. 51eb3ad Remove logic gating on issue severity by Sam Gilbert · 2 years, 10 months ago
  33. 48cdc3f Disable nullability checks for overrides of generics by Sam Gilbert · 2 years, 10 months ago
  34. 9a0cd55 Merge "Improve BANNED_THROWS lint check" by Treehugger Robot · 2 years, 10 months ago
  35. f89f0a3 Merge "Compatibility tests for interfaces" by Treehugger Robot · 2 years, 10 months ago
  36. 9383865 Compatibility tests for interfaces by Ember Rose · 2 years, 10 months ago
  37. 54f80e9 Improve BANNED_THROWS lint check by Sam Gilbert · 2 years, 11 months ago
  38. d2a3c29 Fix tests that were missing java.* on the classpath. by Aurimas Liutikas · 2 years, 10 months ago
  39. 285b0b1 Merge "Remove support for converting between v1 and v2 files." by Treehugger Robot · 2 years, 10 months ago
  40. ad7def4 Remove support for converting between v1 and v2 files. by Aurimas Liutikas · 2 years, 10 months ago
  41. 61c2c3e Remove support for android.support.annotation. by Aurimas Liutikas · 2 years, 10 months ago
  42. c18357f Lint enforces nullability on overrides by Sam Gilbert · 3 years, 3 months ago
  43. e018d8c Fix behavior for methods marked @JvmSynthetic by Sam Gilbert · 3 years, 3 months ago
  44. dddbd2f Merge "Register AGSL as RuntimeShader language" by Treehugger Robot · 2 years, 10 months ago
  45. 87206b6 Register AGSL as RuntimeShader language by Tor Norbye · 2 years, 10 months ago
  46. 4af7083 Merge "144111352: Support @DeprecatedForSdk in metalava" by Tor Norbye · 2 years, 10 months ago
  47. 847b663 Revert "Revert "CHANGED_THROWS reports as error instead of warning"" by Sam Gilbert · 2 years, 10 months ago
  48. e7bc708 Revert "CHANGED_THROWS reports as error instead of warning" by Kevin Rocard · 2 years, 10 months ago
  49. e031cb0 Compatibility tests for classes by Ember Rose · 3 years ago
  50. 8da8741 Allow changing from abstract to open by Ember Rose · 2 years, 11 months ago
  51. 3e809ae Increase severity of ChangedAbstract to error by Ember Rose · 2 years, 11 months ago
  52. e593cce CHANGED_THROWS reports as error instead of warning by Sam Gilbert · 2 years, 11 months ago
  53. 1756c0e Merge "Enable overriding compatibility issue severity" by Sam Gilbert · 2 years, 11 months ago
  54. 0d07a73 Merge "Implicit nullability for annotation properties" by Treehugger Robot · 2 years, 11 months ago
  55. c18ba0b Implicit nullability for annotation properties by Ember Rose · 3 years ago
  56. 2f461ad Enable overriding compatibility issue severity by Ember Rose · 2 years, 11 months ago
  57. baaa0e6 Merge "Upgrade to Android Lint 30.3.0-alpha01" by Treehugger Robot · 2 years, 11 months ago
  58. 3279502 Upgrade to Android Lint 30.3.0-alpha01 by Aurimas Liutikas · 2 years, 11 months ago
  59. b49fd72 Merge "API Lint: flag custom callback interfaces that already have generic versions" by Treehugger Robot · 2 years, 11 months ago
  60. a9612db API Lint: flag custom callback interfaces that already have generic versions by Adrian Roos · 2 years, 11 months ago
  61. a360d0d Default to signature format v4 in tests by Ember Rose · 2 years, 11 months ago
  62. d4d8b46 Lower outputConciseDefaultValues into FileFormat by Ember Rose · 2 years, 11 months ago
  63. 9151e5f Add FileFormat.recommended and .latest by Ember Rose · 2 years, 11 months ago
  64. e602b32 Remove --enable-kotlin-psi by Ember Rose · 2 years, 11 months ago
  65. 8c31d16 Allow increased access to class methods and constructors by Sam Gilbert · 2 years, 11 months ago
  66. d92dd41 144111352: Support @DeprecatedForSdk in metalava by Tor Norbye · 5 years ago
  67. 08e1eba Binary compatibility tests for interface fields by Sam Gilbert · 2 years, 11 months ago
  68. 78c3c80 Remove ReleaseType as we only support release API check. by Aurimas Liutikas · 3 years ago
  69. 927e736 Remove unused compatibity:current check in metalava by Aurimas Liutikas · 3 years ago
  70. cd4a6a4 Remove documentation issues that metalava never uses. by Aurimas Liutikas · 3 years ago
  71. e7e19bc Merge "Adding tests for package level binary compatibility" by Sam Gilbert · 3 years ago
  72. e77e5d3 Merge "Remove unused artifact id feature" by Treehugger Robot · 3 years ago
  73. 454e21a Adding tests for package level binary compatibility by Sam Gilbert · 3 years ago
  74. d3d11c7 Merge "Make CHANGED_CLASS into an error instead of a warning" by Sam Gilbert · 3 years ago
  75. 6eff02d Merge "Make CHANGED_SCOPE an error instead of a warning" by Sam Gilbert · 3 years ago
  76. 369cc2b Remove unused artifact id feature by Aurimas Liutikas · 3 years ago
  77. 216c94f Make CHANGED_CLASS into an error instead of a warning by Sam Gilbert · 3 years ago
  78. fc67890 Make CHANGED_SCOPE an error instead of a warning by Sam Gilbert · 3 years ago
  79. c885bc8 Merge "Add a comment explaining --proguard option usage" by Treehugger Robot · 3 years ago
  80. e256c8c Add a comment explaining --proguard option usage by Aurimas Liutikas · 3 years ago
  81. 383ee82 Add test for @file:Hide annotations by Ember Rose · 3 years ago
  82. 8ebac37 Make sure that RestrictTo used on file is recorded correctly by Aurimas Liutikas · 3 years ago
  83. 028c489 Fix metalava crash when builder set method starts with a digit by Aurimas Liutikas · 3 years ago
  84. 9b786f3 Upgrade to Kotlin 1.6.10 by Aurimas Liutikas · 3 years ago
  85. 5359186 Stop using AnnotationLookup by Aurimas Liutikas · 3 years, 1 month ago
  86. fec148a Fix the API level calculation for release builds by Yurii Zubrytskyi · 3 years, 1 month ago
  87. cd92935 Merge "Add kotlin standard lib to classpath" by Treehugger Robot · 3 years, 1 month ago
  88. 3560178 Add kotlin standard lib to classpath by Sam Gilbert · 3 years, 1 month ago
  89. 5c1f27f Kotlin PSI parameter modifiers by Ember Rose · 3 years, 2 months ago
  90. 1a6da9b Merge "Revert "Modify @Discouraged to use class retention"" by Kevin Jeon · 3 years, 2 months ago
  91. d06f1db Revert "Modify @Discouraged to use class retention" by Kevin Jeon · 3 years, 2 months ago
  92. 11a853d Correctly track the usage of Kotlin-source annotations by Aurimas Liutikas · 3 years, 2 months ago
  93. f899e82 Merge "Bump metalava version to 1.0.0-alpha05" by Treehugger Robot · 3 years, 2 months ago
  94. 886d029 Avoid using UAST implementation classes, part 2 by Jinseong Jeon · 3 years, 3 months ago
  95. cd232e5 Bump metalava version to 1.0.0-alpha05 by Aurimas Liutikas · 3 years, 2 months ago
  96. 391fe94 Upgrade to Android lint 30.1.0-alpha13 by Aurimas Liutikas · 3 years, 3 months ago
  97. 3b3e2e8 Avoid using UAST implementation classes by Jinseong Jeon · 3 years, 3 months ago
  98. 760ad05 Merge "Public elements marked DeprecationLevel.HIDDEN are public API" by Treehugger Robot · 3 years, 3 months ago
  99. 4152735 Public elements marked DeprecationLevel.HIDDEN are public API by Sam Gilbert · 3 years, 3 months ago
  100. a866ebf Clean up parameter compatibility messages by Ember Rose · 3 years, 3 months ago