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