1. 6e0e58ba Support SDKs defining interfaces in other packages by Tanuj Dhir · 1 year, 11 months ago
  2. fb27a93 Code generation for nullables by Nicolas Roulet · 1 year, 11 months ago
  3. 038770e AIDL support for nullables by Nicolas Roulet · 2 years ago
  4. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 2 years ago
  5. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 2 years ago
  6. dc55d74 Merge "Parse parameter nullability" into androidx-main by Nicolas Roulet · 2 years ago
  7. 545c573 Parse parameter nullability by Nicolas Roulet · 2 years ago
  8. 62c8408 Fix order of value properties by Nicolas Roulet · 2 years ago
  9. 95642b8 Merge "Restrict usage of internal annotations" into androidx-main by Nicolas Roulet · 2 years ago
  10. d4533f8 Restrict usage of internal annotations by Nicolas Roulet · 2 years ago
  11. dab4f80 Merge changes Iecc07fe7,I6685b8fc into androidx-main by Nicolas Roulet · 2 years ago
  12. 804ad35 Merge changes Ic3e0ea92,I3f096456 into androidx-main by Nicolas Roulet · 2 years ago
  13. d318dcc Code generation for Lists by Nicolas Roulet · 2 years ago
  14. 743ad7d Use SDK Runtime compat library by default in API Compiler. by Lucas Tenório · 2 years ago
  15. ff618da Add type argument parsing for stubs by Nicolas Roulet · 2 years ago
  16. a2a83a8 Add AIDL support for lists by Nicolas Roulet · 2 years ago
  17. 935c68c Add lists to model classes and parse them by Nicolas Roulet · 2 years ago
  18. 1d6f887 Don't trigger code generation if we don't have new files. by Lucas Tenório · 2 years ago
  19. 1f3451a Merge "Move GeneratedPublicApi into tools lib" into androidx-main by Nicolas Roulet · 2 years ago
  20. d6010b4 Move GeneratedPublicApi into tools lib by Nicolas Roulet · 2 years ago
  21. 1f4daf4 Add @JvmDefaultWithCompatibility to applicable interfaces by Julia McClellan · 2 years ago
  22. 38bf50c Merge "Package classes annotated with GeneratedPublicApi" into androidx-main by Nicolas Roulet · 2 years ago
  23. 580b1c1 Merge "Generate stubs for service factories server-side" into androidx-main by Nicolas Roulet · 2 years ago
  24. 46dec51 Package classes annotated with GeneratedPublicApi by Nicolas Roulet · 2 years ago
  25. e7473f0 Generate stubs for service factories server-side by Nicolas Roulet · 2 years ago
  26. e9ffa78c3 Revert "Disable version compatibility check." by Lucas Tenório · 2 years ago
  27. b8a03ab Fix throwable parcelable definition in older AIDL versions. by Lucas Tenório · 2 years ago
  28. d0f448b0 Add option to change code generation for runtime aware SDKs. by Lucas Tenório · 2 years ago
  29. 1e1c73e Fix bug in api compiler that currently doesn't enforce specifying all generated kotlin sources by abz · 2 years, 1 month ago
  30. 6ec40047 Merge "Directory setup for PrivacySandbox ui library." into androidx-main by Mugdha Lakhani · 2 years, 1 month ago
  31. 7bed79b Add support for @PrivacySandboxInterface in data values and callbacks by abz · 2 years, 1 month ago
  32. f17cbd5 Directory setup for PrivacySandbox ui library. by Mugdha Lakhani · 2 years, 1 month ago
  33. 0e181190 Clean up API Compiler by Nicolas Roulet · 2 years, 1 month ago
  34. 03496c8 Add properties to AidlPoet by Nicolas Roulet · 2 years, 1 month ago
  35. 2b2d0c2 Merge "Enforce that compilation doesn't produce warnings" into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  36. 37f56e0 Disable version compatibility check. by Lucas Tenório · 2 years, 1 month ago
  37. ebfa289 Enforce that compilation doesn't produce warnings by Nicolas Roulet · 2 years, 1 month ago
  38. e8e7e95 Merge changes I334c5370,Ife9acdf6 into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  39. dbffc32 Replace hardcoded TODOs with KP placeholders by Nicolas Roulet · 2 years, 1 month ago
  40. 0d51cb7 Propagate parcelled exceptions from SDK to app by Nicolas Roulet · 2 years, 1 month ago
  41. 0410b23 Use compat library when communicating with the sandbox. by Lucas Tenório · 2 years, 1 month ago
  42. 116a4d2 Add version verification checks to API generator. by Lucas Tenório · 2 years, 1 month ago
  43. 414a414 Keep metadata file when packaging SDK descriptors. by Lucas Tenório · 2 years, 1 month ago
  44. 136e6c0 Write code generation metadata in SDK API descriptor. by Lucas Tenório · 2 years, 1 month ago
  45. bfcc9c4 Support @PrivacySandboxInterface shim generation by abz · 2 years, 1 month ago
  46. 8822c6a Fix callback method model validations by Nicolas Roulet · 2 years, 1 month ago
  47. 6de30c8 Refactor code generator classes to be consistent by abz · 2 years, 1 month ago
  48. 78c3597 Add support for passing @PSInterface as a parameter in other interfaces by abz · 2 years, 1 month ago
  49. bc76c2a Add server side code gen for interfaces by abz · 2 years, 1 month ago
  50. c0015fb Merge "Server side codegen for callbacks" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  51. 699d974 Server side codegen for callbacks by Nicolas Roulet · 2 years, 1 month ago
  52. 04e7d5f Merge "Move StubDelegatesGenerator to core lib" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  53. 5ff4394 Merge changes I2660101c,I00e6d5b4 into androidx-main by Treehugger Robot · 2 years, 1 month ago
  54. 74d0568 Move StubDelegatesGenerator to core lib by Nicolas Roulet · 2 years, 1 month ago
  55. 44ed589 Server-side codegen for callbacks by Nicolas Roulet · 2 years, 1 month ago
  56. 399fbc08 Introduce marshalling helper by Nicolas Roulet · 2 years, 1 month ago
  57. a50fdf1 Generate AIDL for interfaces and services that depend on interfaces by abz · 2 years, 1 month ago
  58. a7a21ac Merge "Small cleanup for serverside codegen" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  59. 3c8696d Update shim compiler to accept and validate PrivacySandboxInterface by abz · 2 years, 1 month ago
  60. d3fae65 Small cleanup for serverside codegen by Nicolas Roulet · 2 years, 1 month ago
  61. 6b8ed26 Merge "Fix suspend function server side codegen." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  62. 08a7d6d Merge "Use PrivacySandboxApiPackager in API generation tests." into androidx-main by Lucas Tenório · 2 years, 1 month ago
  63. 6be919e Merge "Implement Privacy Sandbox API Packager." into androidx-main by Lucas Tenório · 2 years, 1 month ago
  64. e412dfa Merge "Add PrivacySandboxInterface annotation" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  65. 7b72664 Fix suspend function server side codegen. by Lucas Tenório · 2 years, 1 month ago
  66. 8b7f97a Use PrivacySandboxApiPackager in API generation tests. by Lucas Tenório · 2 years, 1 month ago
  67. 9c8be63 Implement Privacy Sandbox API Packager. by Lucas Tenório · 2 years, 1 month ago
  68. e0d30a9 Add PrivacySandboxInterface annotation by abz · 2 years, 1 month ago
  69. 1e3940d Skeleton for Privacy Sandbox API Packager. by Lucas Tenório · 2 years, 1 month ago
  70. d28137c Merge "Use the right library type for privacysandbox:tools-core." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  71. 60fb6ab Implement server-side handling of data classes. by Lucas Tenório · 2 years, 1 month ago
  72. 583c801 Implement client-side support for data classes. by Lucas Tenório · 2 years, 1 month ago
  73. a80850c Use the right library type for privacysandbox:tools-core. by Lucas Tenório · 2 years, 1 month ago
  74. 773d603 Merge "Parse callbacks from API Stubs" into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  75. a40d6b5 Parse callbacks from API Stubs by Nicolas Roulet · 2 years, 1 month ago
  76. 42bb71e Use builder extensions in client generator code. by Lucas Tenório · 2 years, 1 month ago
  77. 1b0b93d Move API generator test logic to a base class. by Lucas Tenório · 2 years, 1 month ago
  78. bd734a8 Merge "Add AIDL callback generation" into androidx-main by Lucas Tenório · 2 years, 1 month ago
  79. 3f75780 Merge "Parse SDK defined values from API bytecode stubs." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  80. 1b4f6ec Parse SDK defined values from API bytecode stubs. by Lucas Tenório · 2 years, 1 month ago
  81. f212458 Add AIDL callback generation by Nicolas Roulet · 2 years, 1 month ago
  82. a020126 Add model validations for custom callbacks by Nicolas Roulet · 2 years, 1 month ago
  83. e27af1f Improve AidlPoet with methods parameters and types by Nicolas Roulet · 2 years, 1 month ago
  84. 78e118b Remove return values from AIDL methods by Nicolas Roulet · 2 years, 1 month ago
  85. a4b7035 Migrate AIDL tests to goldens by Nicolas Roulet · 2 years, 1 month ago
  86. 418eedd Add model validations to ApiStubParser by Nicolas Roulet · 2 years, 1 month ago
  87. 3743a6e Merge "Call model validations in ApiParser" into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  88. f82d39f Merge "Generate AIDL files for SDK defined values." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  89. a9bfc78 Call model validations in ApiParser by Nicolas Roulet · 2 years, 1 month ago
  90. fac71b6 Generate AIDL files for SDK defined values. by Lucas Tenório · 2 years, 1 month ago
  91. a595134f Merge "Change manual imports for KotlinPoet placeholders" into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  92. 0837d38 Merge changes Iac17b224,I4a888829 into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  93. 0daf344 Validate ValueProperty types by Nicolas Roulet · 2 years, 1 month ago
  94. 222325b Allow Values as parameters and return types by Nicolas Roulet · 2 years, 1 month ago
  95. 8f235d9 Change manual imports for KotlinPoet placeholders by Nicolas Roulet · 2 years, 1 month ago
  96. 62ec9da Add parsing for custom callbacks by Nicolas Roulet · 2 years, 1 month ago
  97. 2eb6835 Add PrivacySandboxCallback annotation by Nicolas Roulet · 2 years, 2 months ago
  98. 7adc24b Merge "Add validation on model classes" into androidx-main by Nicolas Roulet · 2 years, 1 month ago
  99. 19eae6e Add validation on model classes by Nicolas Roulet · 2 years, 1 month ago
  100. cb8751c Parse annotated values in SDK APIs. by Lucas Tenório · 2 years, 1 month ago