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