1. 3c24949 Verify that strings are properly marshaled from Java to native by Andreas Huber · 7 years ago
  2. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 8 years ago
  3. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 8 years ago
  4. 164f83e Test Java functionality with native client/servers in all supported ABIs by Andreas Huber · 8 years ago
  5. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  6. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  7. 6906410 Merge "Java: Add checked exceptions to methods." by Treehugger Robot · 8 years ago
  8. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  9. cd00b9b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  10. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  11. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  12. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  13. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  14. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  15. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  16. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  17. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  18. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  19. 0752ad5 Add hidl_test_java dependencies in build system. by Steven Moreland · 8 years ago
  20. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  21. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago
  22. 2bb6e1e Adds support for specifying the version of a service to register/lookup. by Andreas Huber · 8 years ago
  23. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  24. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  25. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  26. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  27. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  28. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  29. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  30. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  31. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  32. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  33. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  34. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  35. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  36. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago