1. 40d398a Revert "RuntimeException on unknown transaction" by Philip P. Moltmann · 3 years, 11 months ago
  2. 01e9324 RuntimeException on unknown transaction by Jiyong Park · 3 years, 11 months ago
  3. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years ago
  4. 7c3b0e4 JavaPassthrough is applicable to const declarations by Jiyong Park · 4 years ago
  5. d800fef Don't use DISALLOW_COPY_AND_ASSIGN macro by Jiyong Park · 4 years ago
  6. bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 4 years, 2 months ago
  7. e2ccf8a Enable tracing in AIDL Java backend by Devin Moore · 4 years, 3 months ago
  8. 4a04466 setDefaultImpl aborts on a second call by Jooyung Han · 4 years, 3 months ago
  9. b142818 Using equals instead '==' when checking mCachedHash by Jeongik Cha · 4 years, 3 months ago
  10. 5faba3e Move DESCRIPTOR field to interface class and make it public by Jiyong Park · 4 years, 3 months ago
  11. a4f3709 DESCRIPTOR is composed at runtime for stable AIDL interfaces by Jiyong Park · 4 years, 4 months ago
  12. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 7 months ago
  13. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 6 months ago
  14. e2fcb8e Java markVintfStability by Steven Moreland · 4 years, 8 months ago
  15. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  16. 27e1ff6 [AIDL] fix -Wreorder-init-list by Nick Desaulniers · 4 years, 10 months ago
  17. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 11 months ago
  18. 48548e0 ast_java: shared_ptr everywhere by Steven Moreland · 4 years, 11 months ago
  19. 6b39de4 getInterfaceVersion() returns -1 on unversioned interface by Jiyong Park · 5 years ago
  20. 3dc29d8 Move Java array prints into aidl_to_java. by Steven Moreland · 5 years ago
  21. 047c5ee Remove TypeNamespace by Jeongik Cha · 5 years ago
  22. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 5 years ago
  23. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  24. f1470e2 Fix getInterfaceVersion() inconsistency bug between backends by Jeongik Cha · 5 years ago
  25. e0b2803 Hide getDefaultTransactionName and getTransactionName by Jiyong Park · 5 years ago
  26. de13891 Modernise code to use override specifier by Yi Kong · 5 years ago
  27. 478cec3 Fix a memory leak by George Burgess IV · 5 years ago
  28. 9a7f21f clean up ast_java: NewExpression, NewArrayExpression, Cast, VariableDeclaration by Jeongik Cha · 5 years ago
  29. 439f2c4 clean up ast_java: FieldVariable, Assignment, MethodCall by Jeongik Cha · 5 years ago
  30. 6cadc21 remove dependency with ast_java and JavaTypeNamespace: Method by Jeongik Cha · 5 years ago
  31. aabc144 remove dependency with ast_java and JavaTypeNamespace: Class by Jeongik Cha · 5 years ago
  32. dc77c1b remove dependency with ast_java and JavaTypeNamespace: Variable by Jeongik Cha · 5 years ago
  33. de157cc Remove unused component of ast_java by Jeongik Cha · 5 years ago
  34. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 6 years ago
  35. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  36. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  37. 47fb0d6 Don't explicitly initialize the non-final field sDefaultImpl by Jiyong Park · 6 years ago
  38. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  39. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  40. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  41. a2f9ca3 getInterfaceVersion() return -1 when remote is not implementing it by Jiyong Park · 6 years ago
  42. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  43. 83d7cd3 Add static method to resolve transaction codes. by Olivier Gaillard · 6 years ago
  44. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  45. 2c44f07 Move VariableFactory to generate_java_binder.cpp by Jiyong Park · 6 years ago
  46. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  47. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  48. 894d6ba Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  49. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  50. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  51. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  52. 1140140 Add a getTransactionName method to the generated Java stub class. by Olivier Gaillard · 6 years ago
  53. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  54. e9c816e AIDL: Add outline filtering by Andreas Gampe · 6 years ago
  55. 1b865af AIDL: Add onTransact "outlining" by Andreas Gampe · 7 years ago
  56. 7fab0d1 AIDL: Rewrite onTransact code generation by Andreas Gampe · 7 years ago
  57. a8a66fe AIDL: Add StubClass::finish by Andreas Gampe · 7 years ago
  58. 7d7fa60 AIDL: Refactor Java code generation by Andreas Gampe · 7 years ago
  59. 9ff6333 Remove duplicate include. by Steven Moreland · 7 years ago
  60. cd8c135 aidl-cpp: Add support for type Map by Robert Quattlebaum · 8 years ago
  61. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  62. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  63. 5f84852 Fix problems revealed by static analysis by Christopher Wiley · 8 years ago
  64. d21bfee Fully separate AIDL and Java type namespaces by Christopher Wiley · 9 years ago
  65. 12e894a Remove last using directives from global header scope by Christopher Wiley · 9 years ago
  66. 3a9da17 Update style in generate_java.* by Christopher Wiley · 9 years ago
  67. 67502f1 clang-format generate_java_binder by Christopher Wiley · 9 years ago
  68. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  69. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  70. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  71. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  72. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  73. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  74. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  75. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  76. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  77. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  78. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  79. d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
  80. c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
  81. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  82. db154a5 Move Java related code into a java namespace by Christopher Wiley · 9 years ago
  83. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  84. fb4b22d Explicitly create container types by Christopher Wiley · 9 years ago
  85. 60b02ae Remove *_TYPE global variables. by Christopher Wiley · 9 years ago
  86. 8b2d3ee Remove NAMES global type namespace by Christopher Wiley · 9 years ago
  87. 84c1eac Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  88. 214c916 Revert "Use TypeNamespace instances in aidl.cpp" by Christopher Wiley · 9 years ago
  89. d03b54f Use TypeNamespace instances in aidl.cpp by Christopher Wiley · 9 years ago
  90. 8f6816e Don't allow non-const pointers to Type instances by Christopher Wiley · 9 years ago
  91. 775fa1f Rename Type.* to type_java.* by Christopher Wiley · 9 years ago
  92. f690be5 Minor cleanup of aidl.cpp by Christopher Wiley · 9 years ago
  93. fdeb0f4 Abstract away file IO when writing generated code by Christopher Wiley · 9 years ago
  94. ffa1686 Revert "Move frameworks/base/tools/ to frameworks/tools/" by Adam Lesinski · 11 years ago
  95. be35481 Move frameworks/base/tools/ to frameworks/tools/ by Mike Lockwood · 11 years ago
  96. 6013d20 Enhance AIDL to take an explicit id for methods by Maurice Chu · 12 years ago
  97. b3656e7 Fewer warnings in aidl generated code. by Elliott Hughes · 12 years ago
  98. c596cfe Checkpoint adding @home RPC support to aidl by Joe Onorato · 13 years ago