1. 4da74eb Don't construct ServiceManager. by Martijn Coenen · 6 years ago
  2. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  3. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  4. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  5. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  6. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  7. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  8. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  9. d2bcf2f Support nullable String arrays by Casey Dahlin · 7 years ago
  10. cd8c135 aidl-cpp: Add support for type Map by Robert Quattlebaum · 8 years ago
  11. 513fec6 Test that @nullable Interface passing works as expected by Christopher Wiley · 8 years ago
  12. af6450f Refresh test infrastructure by Christopher Wiley · 8 years ago
  13. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  14. 584f5d7 Fix shift that is out of range. by Ian Rogers · 9 years ago
  15. 1e8554a Test that Java client reaction to unexpected null Binders by Christopher Wiley · 9 years ago
  16. 6bde2e9 Refactor Java test components into separate files by Christopher Wiley · 9 years ago
  17. dca2ecf Add integration test support for @utf8InCpp by Christopher Wiley · 9 years ago
  18. 661c808 aidl: Support constants with +/- signs by Eino-Ville Talvala · 9 years ago
  19. 88c3200 aidl: tests: add PersistableBundle integration tests by Samuel Tan · 9 years ago
  20. 7621d4d Integration test for application specific exceptions by Christopher Wiley · 9 years ago
  21. 77e6241 Add integration test for file descriptors in java by Casey Dahlin · 9 years ago
  22. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  23. 95d44b0 Integration test for parcelables by Christopher Wiley · 9 years ago
  24. 996775a Add SimpleParcelable in C++ and Java by Christopher Wiley · 9 years ago
  25. e2990d6 Test that native services reject null strings by Christopher Wiley · 9 years ago
  26. 82572c5 Enable forgotten Java integration test by Christopher Wiley · 9 years ago
  27. 6026393 Enable integration test for byte arrays by Christopher Wiley · 9 years ago
  28. 56c9bf3 Add support for List<String> by Christopher Wiley · 9 years ago
  29. 389781f Add support for passing binders in C++ by Casey Dahlin · 9 years ago
  30. 8949f83 Test that arrays work in integration test by Christopher Wiley · 9 years ago
  31. d6130f2 Integration test for all primitive types by Christopher Wiley · 9 years ago
  32. de3aacd Make the Java client usable in integration tests by Christopher Wiley · 9 years ago
  33. 521bb61 android.os.IPingResponder -> android.aidl.tests.ITestService by Christopher Wiley · 9 years ago
  34. 130e686 Add Java client for PingResponder service by Christopher Wiley · 9 years ago