1. 1692a36 check-flagged-apis: add list subcommand by Mårten Kongstad · 7 months ago
  2. 576e818 check-flagged-apis: extract argument names into constants by Mårten Kongstad · 7 months ago
  3. d5ce20f check-flagged-apis: add support for subcommands by Mårten Kongstad · 7 months ago
  4. aa41dac check-flagged-apis: make interfaces inherit from java/lang/Object by Mårten Kongstad · 7 months ago
  5. 0d44e72 check-flagged-apis: handle nested flags by Mårten Kongstad · 8 months ago
  6. e812039 check-flagged-apis: consider superclasses when looking up symbol by Mårten Kongstad · 8 months ago
  7. c3f05a6 check-flagged-apis: record super class when parsing classes by Mårten Kongstad · 8 months ago
  8. d2c7076 check-flagged-apis: consider interfaces when looking up symbol by Mårten Kongstad · 8 months ago
  9. 04d8b46 check-flagged-apis: skip self-referential interfaces by Mårten Kongstad · 8 months ago
  10. 7c3571f check-flagged-apis: record interfaces when parsing classes by Mårten Kongstad · 8 months ago
  11. a1fe371 check-flagged-apis: add more details to Symbol class by Mårten Kongstad · 8 months ago
  12. 02525a8 check-flagged-apis: api-versions.xml: correctly parse nested class ctor by Mårten Kongstad · 8 months ago
  13. 771a201 Use complete api-versions.xml for module-lib and system-server by Paul Duffin · 8 months ago
  14. 22063d0 check-flagged-apis.sh: speed up build step by Mårten Kongstad · 8 months ago
  15. b9ce4c9 check-flagged-apis.sh: use correct path to generated API signature files by Mårten Kongstad · 8 months ago
  16. cd93aeb check-flagged-apis: suppress unused variable warning by Mårten Kongstad · 8 months ago
  17. b4a14bf check-flagged-apis: add support for method with parameters by Mårten Kongstad · 8 months ago
  18. ece054c check-flagged-apis: change internal format by Mårten Kongstad · 8 months ago
  19. 9aef0d9 check-flagged-apis: remove debug print by Mårten Kongstad · 8 months ago
  20. 8d74fd0 check-flagged-apis: allow / chars in Symbol names by Mårten Kongstad · 8 months ago
  21. 40da970 check-flagged-apis: add support for methods (no parameters) by Mårten Kongstad · 8 months ago
  22. 18ff19a check-flagged-apis: parse classes by Mårten Kongstad · 8 months ago
  23. 04e4564 check-flagged-apis: add missing requireNotNull by Mårten Kongstad · 8 months ago
  24. c55d79b Make check-flagged-apis executable by Michael Wright · 8 months ago
  25. 76460bd check-flagged-apis: add script to run tool on actual data by Mårten Kongstad · 8 months ago
  26. 7cc2174 check-flagged-apis: simplify unit test dependencies by Mårten Kongstad · 8 months ago
  27. 9238a3a check-flagged-apis: create list of @FlaggedApi errors by Mårten Kongstad · 9 months ago
  28. b673d3b check-flagged-apis: parse API versions XML by Mårten Kongstad · 8 months ago
  29. 387ff6c check-flagged-apis: parse flag names and values by Mårten Kongstad · 9 months ago
  30. 20de405 check-flagged-apis: parse API signature files by Mårten Kongstad · 9 months ago
  31. f242ec8 check-flagged-apis: add unit test infrastructure by Mårten Kongstad · 8 months ago
  32. dc3fc2e check-flagged-apis: add Flag value class by Mårten Kongstad · 9 months ago
  33. e017997 check-flagged-apis: add Symbol value class by Mårten Kongstad · 9 months ago
  34. acfeb11 check-flagged-apis: add support for command line options by Mårten Kongstad · 9 months ago
  35. 9008724 check-flagged-apis: add new CLI to verify @FlaggedApi APIs by Mårten Kongstad · 9 months ago