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