1. f837148 Revert "Revert "Add Delegator support to NDK backend"" by Devin Moore · 2 years, 4 months ago
  2. 3497c5d Fix @deprecated field of union in native backends by Jooyung Han · 2 years, 2 months ago
  3. b8d72b7 Parcelable.writeToParcel() passes parcelableFlag by Jooyung Han · 2 years, 2 months ago
  4. e21e367 @JavaDerive(toString=true) for enum types by Jooyung Han · 2 years, 2 months ago
  5. 68d698f Enumerators can be deprecated by Jooyung Han · 2 years, 3 months ago
  6. feb76db Revert "Revert "Union has its associated (nested) tag enum"" by Jooyung Han · 2 years, 3 months ago
  7. a15ba2a Revert "Union has its associated (nested) tag enum" by James Chen · 2 years, 3 months ago
  8. d875b49 Union has its associated (nested) tag enum by Jooyung Han · 2 years, 3 months ago
  9. 9ab1a9e Remove @Hide. by Steven Moreland · 2 years, 3 months ago
  10. fd413f7 Support non-core permissions by Thiébaud Weksteen · 2 years, 3 months ago
  11. 80bdb37 Changes for the Rust 1.59.0 update by Charisee · 2 years, 3 months ago
  12. 25bb9b1 C++/NDK: add casting for union tag by Jooyung Han · 2 years, 3 months ago
  13. c70490a Error for cpp, ndk and rust on permission checks by Thiébaud Weksteen · 2 years, 3 months ago
  14. 781f432 Fix gen_rpc for versioned interfaces. by Steven Moreland · 2 years, 4 months ago
  15. a3c50fe Java's toString works with multi-dim arrays by Jooyung Han · 2 years, 4 months ago
  16. 424a882 Versioned CPP/NDK/Rust goldens by Steven Moreland · 2 years, 4 months ago
  17. 169d4ba Merge SQ1A.220205.002 by Xin Li · 2 years, 4 months ago
  18. b476804 Revert "Add Delegator support to NDK backend" by Devin Moore · 2 years, 4 months ago
  19. 4693108 Revert "Better semantics for 'gen rpc'." by Steven Moreland · 2 years, 4 months ago
  20. e12e281 Be kind rewind (for EX_NULL_POINTER). by Steven Moreland · 2 years, 4 months ago
  21. 14ca7d9 Add Delegator support to the Java backend by Devin Moore · 2 years, 4 months ago
  22. b13c7bc Better semantics for 'gen rpc'. by Steven Moreland · 2 years, 4 months ago
  23. 23edf92 AIDL: add propagateAllowBlocking by Makoto Onuki · 2 years, 4 months ago
  24. d06ac19 Fixed-size array for Java backend by Jooyung Han · 2 years, 4 months ago
  25. e21b57a Add Delegator support to NDK backend by Devin Moore · 2 years, 4 months ago
  26. 728f192 Add test for Rust binder ping call by Stephen Crane · 2 years, 4 months ago
  27. 44d7c96 Fix Java's describeContents for arrays by Jooyung Han · 2 years, 4 months ago
  28. 45de014 remove NewArrayExpression from java ast by Jooyung Han · 2 years, 4 months ago
  29. ef8ba0a Revert^2 "Update Rust binder import paths" by Stephen Crane · 2 years, 4 months ago
  30. f189e49 Change default_impl in cpp backend to sp<> by Devin Moore · 2 years, 5 months ago
  31. c2bc750 Add @JavaSuppressLint by Jooyung Han · 2 years, 5 months ago
  32. 5690da5 Revert "Update Rust binder import paths" by Stephen Crane · 2 years, 4 months ago
  33. 51b8c0b Update Rust binder import paths by Stephen Crane · 2 years, 10 months ago
  34. 3fbc16e sized writes is size >= 4 by Steven Moreland · 2 years, 5 months ago
  35. f5d7608 Throw error for invalid Java parcelable size. by Steven Moreland · 2 years, 5 months ago
  36. 7ae2e5f aidl_integration_test: integrate empty parcelables by Steven Moreland · 2 years, 5 months ago
  37. 9d25fa2 Add async Rust servers by Alice Ryhl · 2 years, 6 months ago
  38. c6770e9 Translate AIDL permission annotations to Java by Thiébaud Weksteen · 2 years, 5 months ago
  39. 6636523 Fix CPP/NDK readFromParcel by Jooyung Han · 2 years, 5 months ago
  40. 6edc7ec CPP: added enforceNoDataAvail() by Jooyung Han · 2 years, 5 months ago
  41. 8186672 Rust: fixed-size array, no array size for out param by Jooyung Han · 2 years, 5 months ago
  42. ad9548a Fixed sized arrays (Rust): Fix initializer. by Janis Danisevskis · 2 years, 6 months ago
  43. 65281c4 Remove permission library by Thiébaud Weksteen · 2 years, 6 months ago
  44. 124565a Support fixed-size arrays in the Rust backend by Jooyung Han · 2 years, 6 months ago
  45. ca4f319 Fix: multidimensional fixed-size arrays (NDK/CPP) by Jooyung Han · 2 years, 6 months ago
  46. 0784217 Support fixed-size arrays in the CPP backend by Jooyung Han · 2 years, 6 months ago
  47. 1929e89 Merge Android 12 QPR1 by Xin Li · 2 years, 6 months ago
  48. 729630b Support fixed-size arrays in the NDK backend by Jooyung Han · 2 years, 6 months ago
  49. 719cdce Use readData/writeData APIs for NDK backend. by Jooyung Han · 2 years, 6 months ago
  50. 83f9bda Add test for expected unimplementedMethod errors in cpp client am: 6a424427c6 by Devin Moore · 2 years, 6 months ago
  51. 6a42442 Add test for expected unimplementedMethod errors in cpp client by Devin Moore · 2 years, 6 months ago
  52. ab05a00 Only check gen directory for golden tests am: d23ba31cd5 by Colin Cross · 2 years, 6 months ago
  53. d23ba31 Only check gen directory for golden tests by Colin Cross · 2 years, 6 months ago
  54. c035d30 Use PermissionChecker for Java backend am: 30c8e5270f by Thiébaud Weksteen · 2 years, 6 months ago
  55. 30c8e52 Use PermissionChecker for Java backend by Thiébaud Weksteen · 2 years, 7 months ago
  56. 91aa3a8 Added End-of-Parcel check after deserialization on binder calls. am: 96a02f50fd by Hao Ke · 2 years, 6 months ago
  57. 96a02f5 Added End-of-Parcel check after deserialization on binder calls. by Hao Ke · 2 years, 7 months ago
  58. e0928aa Add support for deprecated Rust enums am: 3067a416e9 by Stephen Crane · 2 years, 6 months ago
  59. 3067a41 Add support for deprecated Rust enums by Stephen Crane · 2 years, 7 months ago
  60. 3731358 ConstantValueDecorator with strings am: aeb0167d2c by Jooyung Han · 2 years, 6 months ago
  61. aeb0167 ConstantValueDecorator with strings by Jooyung Han · 2 years, 6 months ago
  62. b312669 Make DefaultImpl support an opt-in option for AIDL interfaces, via am: 2a46d06d3f by Hao Ke · 2 years, 6 months ago
  63. 2a46d06 Make DefaultImpl support an opt-in option for AIDL interfaces, via by Hao Ke · 2 years, 7 months ago
  64. bf99634 Add default ctor/dtor for FixedSize union am: 7f2bf91e84 by Jooyung Han · 2 years, 6 months ago
  65. 7f2bf91 Add default ctor/dtor for FixedSize union by Jooyung Han · 2 years, 7 months ago
  66. e2dbb89 Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by Xin Li · 2 years, 7 months ago
  67. 97be584 Add @FixedSize union by Jooyung Han · 2 years, 7 months ago
  68. 87c92e7 CPP: Move comparison operators down by Jooyung Han · 2 years, 7 months ago
  69. 7aeb32d Rename @Enforce condition attribute by Thiébaud Weksteen · 2 years, 7 months ago
  70. c831f4a Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 2 years, 7 months ago
  71. 483c7f3 rust: replace Parcel enum with two types by Alice Ryhl · 2 years, 7 months ago
  72. fa6e481 Add integration tests between sdk versions by Jooyung Han · 2 years, 7 months ago
  73. fbda1c6 Support List<interface> by Jooyung Han · 2 years, 7 months ago
  74. 14fc8ee Use Parcel methods for interface[] by Jooyung Han · 2 years, 7 months ago
  75. 1ad14d2 Fix nested-interface in NDK with log/traces by Jooyung Han · 2 years, 7 months ago
  76. 981fc59 fix `byte[]` with negative values (C++/NDK) by Jooyung Han · 2 years, 7 months ago
  77. a2cade6 fix [readability-named-parameter] in C++ by Jooyung Han · 2 years, 7 months ago
  78. c3123e1 Use parcel helper functions (Java) by Jooyung Han · 2 years, 7 months ago
  79. d11f9f5 Use --min_sdk_version to use newer APIs for Java by Jooyung Han · 2 years, 7 months ago
  80. 14931b4 Add integration test for interface array by Jooyung Han · 2 years, 7 months ago
  81. 1d3ec71 Support array of interface by Jooyung Han · 2 years, 7 months ago
  82. 3598bae Rust: run rustfmt on test files by Andrei Homescu · 2 years, 7 months ago
  83. 62e503d Add rustfmt.toml file by Andrei Homescu · 2 years, 7 months ago
  84. 643d223 Port a test to NDK client. by Jooyung Han · 2 years, 7 months ago
  85. 7a99c8c Fix nested interface's includes (CPP) by Jooyung Han · 2 years, 7 months ago
  86. 2e6d93f add Rust async code generation by Alice Ryhl · 2 years, 8 months ago
  87. a46b136 Interface types can be nested. by Jooyung Han · 2 years, 7 months ago
  88. 5c4a206 prepare NDK for nested interface by Jooyung Han · 2 years, 7 months ago
  89. 133da84 Accept @Enforce on interface definition by Thiébaud Weksteen · 2 years, 7 months ago
  90. dde2e83 remove ast_cpp by Jooyung Han · 2 years, 7 months ago
  91. b7d5865 Allow for unsigned byte constants (u8) by Steven Moreland · 2 years, 7 months ago
  92. fc55a53 Rust: switch the ParcelableHolder tests from Rc to Arc by Andrei Homescu · 2 years, 8 months ago
  93. 5c9a4d9 Use toArray(T[]) instead of toArray() in TestServiceClient. by Almaz Mingaleev · 2 years, 7 months ago
  94. b4997aa Support nullable types in Rust/NDK by Jooyung Han · 2 years, 8 months ago
  95. 6409833 Support List<IBinder> in NDK by Jooyung Han · 2 years, 8 months ago
  96. e358e32 Fix NDK backend's identifier conflict by Jooyung Han · 2 years, 8 months ago
  97. 2b63d78 Revert "Revert "Create a generated delegator class"" by Devin Moore · 2 years, 8 months ago
  98. 5014b3e fix NDK List<T> by Jooyung Han · 2 years, 8 months ago
  99. 275fca8 Revert "Create a generated delegator class" by Chi Zhang · 2 years, 8 months ago
  100. 4e91802 Create a generated delegator class by Devin Moore · 2 years, 9 months ago