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