1. a5c2421 GTest test-cases for HIDL safe unions in Java by Nirav Atre · 6 years ago
  2. 1efff1a Fix 'ping' for Java. by Steven Moreland · 6 years ago
  3. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  4. ebb9b24 Add missing check to java test. by Steven Moreland · 7 years ago
  5. f89e106 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  6. a23f1ae Optimize array marshaling to copy linear ranges of memory instead of by Andreas Huber · 7 years ago
  7. 9bf5a09 Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  8. 34eae6c configureRpcThreadpool java test by Timur Iskhakov · 7 years ago
  9. 3ecd289 Add test for NoSuchElementException in java test. by Steven Moreland · 7 years ago
  10. e4582d0 Fix hidl_test_java failure. by Steven Moreland · 7 years ago
  11. a2abe98 Fix IHwBinder.asInterface(...) to respect the interfaceChain and return null by Andreas Huber · 7 years ago
  12. 45b331b Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  13. 93a2a08 Cleanup to_string() usage and use toString() instead by Hridya Valsaraju · 7 years ago
  14. 2e4d670 Add test for non-GC'd parcel. by Yifan Hong · 7 years ago
  15. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  16. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 7 years ago
  17. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 7 years ago
  18. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  19. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  20. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  21. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  22. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  23. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  24. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  25. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  26. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  27. 2bb6e1e Adds support for specifying the version of a service to register/lookup. by Andreas Huber · 8 years ago
  28. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  29. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  30. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  31. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  32. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  33. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  34. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago