1. a5c2421 GTest test-cases for HIDL safe unions in Java by Nirav Atre · 6 years ago
  2. e7cc033 Make hidl_test_java restricted to /data. by Steven Moreland · 6 years ago
  3. e5549e9 Merge "hidl_test(_java): specify deps w/ TARGET_2ND_ARCH" by Treehugger Robot · 6 years ago
  4. dfc79bd hidl_test(_java): specify deps w/ TARGET_2ND_ARCH by Steven Moreland · 6 years ago
  5. 1efff1a Fix 'ping' for Java. by Steven Moreland · 6 years ago
  6. 366fe77 hidl_test(_java) require dependency. by Steven Moreland · 6 years ago
  7. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  8. ebb9b24 Add missing check to java test. by Steven Moreland · 7 years ago
  9. 2354853 Install 32-bit hidl_test_java_native too by Dan Willemsen · 7 years ago
  10. f89e106 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  11. a23f1ae Optimize array marshaling to copy linear ranges of memory instead of by Andreas Huber · 7 years ago
  12. 9bf5a09 Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  13. d5ba3da Remove module names from LOCAL_ADDITIONAL_DEPENDENCIES by Dan Willemsen · 7 years ago
  14. 4eb9df1 Fix startup race during execution of hidl_test_java. by Andreas Huber · 7 years ago
  15. b8e21fd Use -Werror in system/tools/hidl by Chih-Hung Hsieh · 7 years ago
  16. f334d14 Merge "Remove unused using statements Test: links, compiles" am: 2522af64f0 by Timur Iskhakov · 7 years ago
  17. fd6e603 Remove unused using statements Test: links, compiles by Timur Iskhakov · 7 years ago
  18. df5c4dc configureRpcThreadpool java test am: 34eae6ce5c by Timur Iskhakov · 7 years ago
  19. 34eae6c configureRpcThreadpool java test by Timur Iskhakov · 7 years ago
  20. 7936d0e Merge "Add test for NoSuchElementException in java test." am: a1b227c555 by Steven Moreland · 7 years ago
  21. 3ecd289 Add test for NoSuchElementException in java test. by Steven Moreland · 7 years ago
  22. abc629a Merge "Fix hidl_test_java failure." am: e17d1a9392 am: 404c487ef2 am: cde55a4e8c by Steven Moreland · 7 years ago
  23. e4582d0 Fix hidl_test_java failure. by Steven Moreland · 7 years ago
  24. a9dd99f Merge "Require manifest specification for HIDL devices." am: 0895211ec5 am: 9290ea7fd7 by Steven Moreland · 7 years ago
  25. f9cf33b Require manifest specification for HIDL devices. by Steven Moreland · 7 years ago
  26. 401306e Use String.getBytes().length to determine string length. by Martijn Coenen · 7 years ago
  27. 17456f1 Changed the naming scheme for Treble java libraries (both static and dynamic) by Andreas Huber · 7 years ago
  28. aa57327 Changed the naming scheme for Treble java libraries (both static and dynamic) by Andreas Huber · 7 years ago
  29. a2abe98 Fix IHwBinder.asInterface(...) to respect the interfaceChain and return null by Andreas Huber · 7 years ago
  30. 77641fb Fix IHwBinder.asInterface(...) to respect the interfaceChain and return null by Andreas Huber · 7 years ago
  31. 2593f18 Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  32. 45b331b Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  33. 93a2a08 Cleanup to_string() usage and use toString() instead by Hridya Valsaraju · 7 years ago
  34. 2e4d670 Add test for non-GC'd parcel. by Yifan Hong · 7 years ago
  35. ae588f6 Move IBaz default implementation to hardware/interfaces by Hridya Valsaraju · 7 years ago
  36. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  37. a3e8b23 Fix Return<T> should not be copied. by Yifan Hong · 7 years ago
  38. 3c24949 Verify that strings are properly marshaled from Java to native by Andreas Huber · 7 years ago
  39. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 8 years ago
  40. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 8 years ago
  41. 164f83e Test Java functionality with native client/servers in all supported ABIs by Andreas Huber · 8 years ago
  42. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  43. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  44. 6906410 Merge "Java: Add checked exceptions to methods." by Treehugger Robot · 8 years ago
  45. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  46. cd00b9b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  47. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  48. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  49. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  50. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  51. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  52. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  53. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  54. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  55. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago
  56. 0752ad5 Add hidl_test_java dependencies in build system. by Steven Moreland · 8 years ago
  57. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  58. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago
  59. 2bb6e1e Adds support for specifying the version of a service to register/lookup. by Andreas Huber · 8 years ago
  60. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  61. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  62. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  63. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  64. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  65. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  66. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  67. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  68. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  69. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  70. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  71. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  72. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  73. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago