1. b8a9777 --checkapi=equal checks the equality of two dumps by Jooyung Han · 4 years, 7 months ago
  2. f8dbbcc Add @SuppressWarnings annotation by Jooyung Han · 4 years, 8 months ago
  3. 53fb424 union requires first member's default value by Jooyung Han · 4 years, 8 months ago
  4. fdaae1d fix const-ref with --dumpapi & --checkapi by Jooyung Han · 4 years, 8 months ago
  5. 829ec7c refactor: move members into AidlDefinedType by Jooyung Han · 4 years, 8 months ago
  6. 3f347ca support const in parcelable/union by Jooyung Han · 4 years, 8 months ago
  7. 0007327 checkapi: allow adding @Deprecated by Jooyung Han · 4 years, 9 months ago
  8. 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 4 years, 9 months ago
  9. 69ea4ba check_api checks if annotation params are changed by Jooyung Han · 4 years, 10 months ago
  10. 9034500 migrate @JavaDebug to @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
  11. 636fd2f checkapi: enum type for new field should have 0 by Jooyung Han · 4 years, 10 months ago
  12. 2946afc union: java backend by Jooyung Han · 4 years, 10 months ago
  13. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 5 years ago
  14. c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 5 years ago
  15. db7ac51 checkapi: Check all AidlDefinedTypes for compatible annotations by Devin Moore · 5 years ago
  16. d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 5 years ago
  17. 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 5 years ago
  18. 0cf03b1 Remove duplication in aidl_checkapi.cpp by Jiyong Park · 5 years ago
  19. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 5 years ago
  20. 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 5 years ago
  21. 541788d Primitives default to 0 by Steven Moreland · 5 years ago
  22. b07d993 Allow renaming of fields in parcelable by Jiyong Park · 5 years ago
  23. b183a8b Remove some historical exceptions for NetworkStack AIDLs. by Lorenzo Colitti · 5 years ago
  24. 370ed34 Require new fields to have usable defaults. by Steven Moreland · 5 years ago
  25. 7b6a7d9 Allow nullable after API dump. by Steven Moreland · 5 years ago
  26. d131d5e Add name of files that have been removed in api_check error by Devin Moore · 5 years ago
  27. 4958524 apicheck -> checkapi by Steven Moreland · 6 years ago[Renamed from aidl_apicheck.cpp]
  28. d7d18df Add support for AIDL constant expressions by Will McVicker · 6 years ago
  29. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 6 years ago
  30. f753467 Reland: Check stable AIDL interfaces based on hash by Jiyong Park · 6 years ago
  31. 047c5ee Remove TypeNamespace by Jeongik Cha · 6 years ago
  32. e6f4cb1 Revert "Check stable AIDL interfaces based on hash" by Jiyong Park · 6 years ago
  33. 5b8bf0f Check stable AIDL interfaces based on hash by Jiyong Park · 6 years ago
  34. 4ee6863 checkapi for method onewayness by Steven Moreland · 7 years ago
  35. 3271ffa write annotations when dumping structured parcelable by Jeongik Cha · 7 years ago
  36. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 7 years ago
  37. a428d21 Constant value declarations are part of API dump by Jiyong Park · 7 years ago
  38. a468e2a API dump includes default values for parcelable fields by Jiyong Park · 7 years ago
  39. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 7 years ago