1. 53fc99c Support templated structured parcelables by Devin Moore · 4 years ago
  2. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 2 months ago
  3. 241fdda use vector<uint8_t> for byte[] in AIDL by Jooyung Han · 4 years, 5 months ago
  4. 2af9ad0 Remove NDK backend type support TODOs. by Steven Moreland · 4 years, 6 months ago
  5. a6a0b75 Remove obsolete generics NDK TODO. by Steven Moreland · 4 years, 6 months ago
  6. 18f7526 Support for @nullable NDK parcelable by Steven Moreland · 4 years, 7 months ago
  7. 4348f9a NDK Parcelable: don't assume non-null w/ write. by Steven Moreland · 4 years, 7 months ago
  8. fe52c9f -1 AIDL_FATAL API by Steven Moreland · 4 years, 8 months ago
  9. b8df37d Remove bad/unnecessary uses of 'Base'. by Steven Moreland · 4 years, 8 months ago
  10. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 8 months ago
  11. cc8dd1d Support ParcelFileDescriptor[] in ndk by Jeongik Cha · 4 years, 8 months ago
  12. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  13. ee8674f Adds support for arrays of enums. by Daniel Norman · 4 years, 10 months ago
  14. 37d43dd Adds NDK support for Enums. by Daniel Norman · 4 years, 11 months ago
  15. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 6 years ago
  16. 5ecec6b NDK Backend: parcelable array types by Steven Moreland · 6 years ago
  17. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  18. 962c60d NDK Backend: nullable fds by Steven Moreland · 6 years ago
  19. e1048a3 NDK Backend: use wrappers for SpAIBinder parcel'n by Steven Moreland · 6 years ago
  20. c10ed46 NDK Backend: nullable primitive arrays by Steven Moreland · 6 years ago
  21. 18ed978 NDK Backend: support nullable String([]) by Steven Moreland · 6 years ago
  22. 055d879 NDK Backend: support nullable types. by Steven Moreland · 6 years ago
  23. 0fcb766 NDK Backend: read/write string array by Steven Moreland · 6 years ago
  24. a23b576 NDK Backend: read/write ParcelFileDescriptor by Steven Moreland · 6 years ago
  25. 7e0ebbb NDK Backend: vector templates -> overloading by Steven Moreland · 6 years ago
  26. 1cb099e NDK Backend: complete checks for types by Steven Moreland · 6 years ago
  27. eb38ee7 NDK Backend: read/write primitive arrays by Steven Moreland · 6 years ago
  28. 67caf42 NDK Backend: simplify type conversion logic by Steven Moreland · 6 years ago
  29. 7c93337 NDK Backend: different header locations by Steven Moreland · 6 years ago
  30. 6340453 NDK Backend: rename things according to convention by Steven Moreland · 6 years ago
  31. bb8f46c NDK Backend: parcelables by Steven Moreland · 6 years ago
  32. 3113582 NDK Backend: support String by Steven Moreland · 6 years ago
  33. 2bea13b NDK Backend: send/receive interfaces by Steven Moreland · 6 years ago
  34. aada342 NDK Backend: methods by Steven Moreland · 6 years ago
  35. e8a3a19 NDK Backend: Convert AIDL types -> C++ NDK types. by Steven Moreland · 6 years ago