1. ca4f319 Fix: multidimensional fixed-size arrays (NDK/CPP) by Jooyung Han · 2 years, 6 months ago
  2. 729630b Support fixed-size arrays in the NDK backend by Jooyung Han · 2 years, 6 months ago
  3. 719cdce Use readData/writeData APIs for NDK backend. by Jooyung Han · 2 years, 7 months ago
  4. aeb0167 ConstantValueDecorator with strings by Jooyung Han · 2 years, 6 months ago
  5. d209609 Remove NdkAlignmentOf by Jooyung Han · 2 years, 7 months ago
  6. 981fc59 fix `byte[]` with negative values (C++/NDK) by Jooyung Han · 2 years, 7 months ago
  7. 1d3ec71 Support array of interface by Jooyung Han · 2 years, 7 months ago
  8. b4997aa Support nullable types in Rust/NDK by Jooyung Han · 2 years, 8 months ago
  9. 5014b3e fix NDK List<T> by Jooyung Han · 2 years, 8 months ago
  10. accd919 Use AidlTypenames::MakeResolvedType() for inline types by Jooyung Han · 2 years, 8 months ago
  11. bc7ab90 Support IBinder array in the NDK/Rust backends. by Jooyung Han · 2 years, 8 months ago
  12. 4b83252 Support nested types in NdkFullClassName() by Jooyung Han · 2 years, 8 months ago
  13. 01720ed Support @nullable(heap) for recursive types by Jooyung Han · 2 years, 10 months ago
  14. 13f1fa5 Refactor: type resolution done in Scope by Jooyung Han · 3 years ago
  15. 690f584 using references in constant expressions by Jooyung Han · 3 years, 6 months ago
  16. 8f02a53 Support ParcelableHolder in NDK by Jeongik Cha · 3 years, 8 months ago
  17. 83e7698 ndk: Emit aligment values for known types in @FixedSize parcelables by Devin Moore · 3 years, 8 months ago
  18. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  19. 53fc99c Support templated structured parcelables by Devin Moore · 3 years, 10 months ago
  20. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 1 month ago
  21. 241fdda use vector<uint8_t> for byte[] in AIDL by Jooyung Han · 4 years, 4 months ago
  22. 2af9ad0 Remove NDK backend type support TODOs. by Steven Moreland · 4 years, 5 months ago
  23. a6a0b75 Remove obsolete generics NDK TODO. by Steven Moreland · 4 years, 5 months ago
  24. 18f7526 Support for @nullable NDK parcelable by Steven Moreland · 4 years, 6 months ago
  25. 4348f9a NDK Parcelable: don't assume non-null w/ write. by Steven Moreland · 4 years, 6 months ago
  26. fe52c9f -1 AIDL_FATAL API by Steven Moreland · 4 years, 6 months ago
  27. b8df37d Remove bad/unnecessary uses of 'Base'. by Steven Moreland · 4 years, 7 months ago
  28. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 7 months ago
  29. cc8dd1d Support ParcelFileDescriptor[] in ndk by Jeongik Cha · 4 years, 7 months ago
  30. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  31. ee8674f Adds support for arrays of enums. by Daniel Norman · 4 years, 9 months ago
  32. 37d43dd Adds NDK support for Enums. by Daniel Norman · 4 years, 9 months ago
  33. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 5 years ago
  34. 5ecec6b NDK Backend: parcelable array types by Steven Moreland · 5 years ago
  35. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  36. 962c60d NDK Backend: nullable fds by Steven Moreland · 6 years ago
  37. e1048a3 NDK Backend: use wrappers for SpAIBinder parcel'n by Steven Moreland · 6 years ago
  38. c10ed46 NDK Backend: nullable primitive arrays by Steven Moreland · 6 years ago
  39. 18ed978 NDK Backend: support nullable String([]) by Steven Moreland · 6 years ago
  40. 055d879 NDK Backend: support nullable types. by Steven Moreland · 6 years ago
  41. 0fcb766 NDK Backend: read/write string array by Steven Moreland · 6 years ago
  42. a23b576 NDK Backend: read/write ParcelFileDescriptor by Steven Moreland · 6 years ago
  43. 7e0ebbb NDK Backend: vector templates -> overloading by Steven Moreland · 6 years ago
  44. 1cb099e NDK Backend: complete checks for types by Steven Moreland · 6 years ago
  45. eb38ee7 NDK Backend: read/write primitive arrays by Steven Moreland · 6 years ago
  46. 67caf42 NDK Backend: simplify type conversion logic by Steven Moreland · 6 years ago
  47. 7c93337 NDK Backend: different header locations by Steven Moreland · 6 years ago
  48. 6340453 NDK Backend: rename things according to convention by Steven Moreland · 6 years ago
  49. bb8f46c NDK Backend: parcelables by Steven Moreland · 6 years ago
  50. 3113582 NDK Backend: support String by Steven Moreland · 6 years ago
  51. 2bea13b NDK Backend: send/receive interfaces by Steven Moreland · 6 years ago
  52. aada342 NDK Backend: methods by Steven Moreland · 6 years ago
  53. e8a3a19 NDK Backend: Convert AIDL types -> C++ NDK types. by Steven Moreland · 6 years ago