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