- fea1d0f Repackage protobuf-lite for use by privacysandbox-tools-core by Omar Ismail · 8 weeks ago
- 376e689 Set EventListener before setting adapter by Rishabh Singh · 10 weeks ago
- 5dd0fb3 Remove AndroidxExtension.runApiTasks and rely solely on LibraryType.checkApi by Omar Ismail · 3 months ago
- 82f16f4 Remove add/removeObserverFactory logic from shim by Gavin Corkery · 3 months ago
- 0ea3091 Clean up project references in build.gradle by Aurimas Liutikas · 3 months ago
- ced7f81 Clean up prebuilt dependency declarations by Aurimas Liutikas · 3 months ago
- ba50702 Remove settings of values that are default in AndroidXPlugin by Aurimas Liutikas · 3 months ago
- 465a6ae Clean up project references in build.gradle files by Aurimas Liutikas · 3 months ago
- 158f6a2 Remove uses of path: in build.gradle by Aurimas Liutikas · 3 months ago
- 7795282 Migrate to using = for property setting by Aurimas Liutikas · 3 months ago
- 326002f Update KotlinPoet by Daniel Santiago Rivera · 4 months ago
- 190811e Add EventListener for SandboxedSdkView by Rishabh Singh · 6 months ago
- c6a6dab Add SdkSandboxClientImportanceListenerCompat API by Anton Kulakov · 3 months ago
- 9391a37 Test AIDL generation for return value in callback by Tanuj · 4 months ago
- 610d32a Clean up projects using protobuf plugin by Aurimas Liutikas · 5 months ago
- bc1542e Merge "Migrates from kotlinx-metadata-jvm to kotlin-metadata-jvm" into androidx-main by Louis Pullen-Freilich · 5 months ago
- 0942ff5 Support value companion objects with consts in apicompiler by Tanuj · 5 months ago
- 8cd67b4 Migrates from kotlinx-metadata-jvm to kotlin-metadata-jvm by Louis Pullen-Freilich · 5 months ago
- e1882d8 Add code gen for constants in values by Tanuj · 5 months ago
- 5aa76fa Support interface companion objects with consts in apicompiler by Tanuj · 6 months ago
- 8f35eaa Support bytes as primitives in shim AIDL generation by Tanuj · 5 months ago
- fc51db4 Add code gen for SDK interface constants to apigenerator by Tanuj · 6 months ago
- f998d22 Preserve companion objects in API packager by Tanuj · 6 months ago
- 2e6b1a2 Upgrade to shadow plugin 8.3.1 by Aurimas Liutikas · 6 months ago
- 0d4f147 Ignore directories in API packager. by Tanuj · 6 months ago
- 38d66c3 Merge "Add UI integration tests using shim tools" into androidx-main by Tanuj Dhir · 6 months ago
- 451d630 Add UI integration tests using shim tools by Tanuj · 7 months ago
- 8c545f7 Ensure transitive dependencies pull in compatible kotlin-stdlib by Omar Ismail · 7 months ago
- 32e0600 Add validations preventing objects in API compiler. by Tanuj · 7 months ago
- f9cc4fc Add basic integration tests for shim tools by Tanuj · 7 months ago
- f21a228 Add basic test app by Tanuj · 1 year, 9 months ago
- 7a6aa8e Use KSP1 for all tests in room-compiler and privacysandbox by Kuan-Ying Chou · 7 months ago
- d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 7 months ago
- 7425235c Add shim changes for new SessionObserver APIs by Gavin Corkery · 10 months ago
- 4ef7fa9 Migrate privacysandbox to use ktfmt by Omar Ismail · 9 months ago
- 46aa050 Merge "Run Privacy Sandbox tests with AndroidX Java version." into androidx-main by Treehugger Robot · 11 months ago
- c5d2b45 Merge "Shadow / jarjar Kotlin's Metadata Library into Privacy Sandbox API Generator" into androidx-main by Treehugger Robot · 11 months ago
- b9f5926 Shadow / jarjar Kotlin's Metadata Library into Privacy Sandbox API Generator by Daniel Santiago Rivera · 11 months ago
- f780db8 Move to CommonExtension as BaseExtension is not part of AGP gradle-api. by Omar Ismail · 11 months ago
- 3753ff7 Merge "Remove checks for forbidden methods and properties" into androidx-main by Tanuj Dhir · 11 months ago
- f0b247c Clean up eager creation of test tasks in build.gradle files by Aurimas Liutikas · 11 months ago
- 1c16287 Remove checks for forbidden methods and properties by Tanuj · 11 months ago
- a560c07 Run Privacy Sandbox tests with AndroidX Java version. by Lucas Tenório · 11 months ago
- 4a1fe15 Merge "Upgrade to JDK 21" into androidx-main by Aurimas Liutikas · 11 months ago
- 2212845 Decrease PrivacySandbox code generation version. by Lucas Tenório · 11 months ago
- 4e41da2 Upgrade to JDK 21 by Aurimas Liutikas · 1 year, 3 months ago
- 60fc71c Merge "Add documentation notes for enums" into androidx-main by Tanuj Dhir · 11 months ago
- a702278 Merge "Validate names are not Java keywords" into androidx-main by Lucas Tenório · 11 months ago
- c774261 Add documentation notes for enums by Tanuj · 12 months ago
- 2ef5e1e Validate names are not Java keywords by Tanuj · 12 months ago
- 1e162f0 Set -Xjdk-release for non-android JVM targets by Aurimas Liutikas · 12 months ago
- ab1b4fb Merge "Remove obsolete TODO" into androidx-main by Lucas Tenório · 12 months ago
- a87b5be Remove obsolete TODO by Tanuj · 12 months ago
- 95bd3c9 Use .values instead of .entries for enum converters by Tanuj · 12 months ago
- 3de8545 Allow Bundles in Privacy Sandbox APIs. by Lucas Tenório · 1 year ago
- f1ecced Allow PrivacySandboxCallback to return values. by Lucas Tenório · 1 year ago
- 38faabb Merge "Update kotlinx-metadata-jvm to 0.9.0" into androidx-main by Treehugger Robot · 1 year, 1 month ago
- 281734d Update kotlinx-metadata-jvm to 0.9.0 by Daniel Santiago Rivera · 1 year, 1 month ago
- 903d0fe7 Test code gen for enums in interface methods by Tanuj · 1 year, 1 month ago
- 4ca0e6a Test AIDL code gen for enums in callbacks by Tanuj · 1 year, 1 month ago
- cd997fa Test AIDL code gen for enums in data classes by Tanuj · 1 year, 1 month ago
- d4ecee9 Implement enum code generation in apigenerator by Tanuj · 1 year, 1 month ago
- d607c64 Implement enum code generation in apicompiler by Tanuj · 1 year, 1 month ago
- 71ad660 Validate enum classes in apigenerator by Tanuj · 1 year, 1 month ago
- fea998f Implement enum class parsing in apigenerator by Tanuj · 1 year, 1 month ago
- ae25d61 Implement enum class parsing in apicompiler by Tanuj · 1 year, 1 month ago
- fa6394b Create AnnotatedDataClass and AnnotatedEnumClass by Tanuj · 1 year, 1 month ago
- 2f18d30 Use the new SdkActivityLauncher interfaces in Privacy Sandbox tools. by Lucas Tenório · 1 year, 1 month ago
- ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 2 months ago
- c4720f5 Introduce dedicated Privacy Sandbox Activity libraries. by Lucas Tenório · 1 year, 4 months ago
- d9e02ef Update kotlinx-metadata-jvm to 0.7.0 by Daniel Santiago Rivera · 1 year, 5 months ago
- 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 7 months ago
- ecaf2f6 Stop using android versions of Guava and Protobuf libraries. by Lucas Tenório · 1 year, 7 months ago
- 35c5b6c Close streams correctly when copying AIDL output. by Lucas Tenório · 1 year, 7 months ago
- 5fdc134 Catch uses of @suppress usage in kdoc by Aurimas Liutikas · 1 year, 7 months ago
- a6dec5a Update Kotlinpoet to 1.14.2 by Daniel Santiago Rivera · 1 year, 10 months ago
- 49716db Add windowInputToken parameter to SandboxedUiAdapter by Gavin Corkery · 1 year, 9 months ago
- 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 8 months ago
- 7ef42b6 Extract SDK config that varies downstream to Gradle properties by Alan Viverette · 1 year, 8 months ago
- 72e694f Delete UI library stubs now that it's upstreamed to main. by Lucas Tenório · 1 year, 9 months ago
- d1fb289 Add helpful error for custom SdkActivityLaunchers by Tanuj · 1 year, 10 months ago
- 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 10 months ago
- a903fcc Use wrapper type for SdkActivityLauncher on client by Tanuj Dhir · 1 year, 10 months ago
- 490b33b Merge "Use wrapper type for SdkActivityLauncher on server" into androidx-main by Tanuj Dhir · 1 year, 10 months ago
- ae8eaa4 Merge "Support SdkActivityLauncher as a method parameter" into androidx-main by Tanuj Dhir · 1 year, 10 months ago
- 8c492a3 Use wrapper type for SdkActivityLauncher on server by Tanuj Dhir · 1 year, 10 months ago
- 21c29f4 Support SdkActivityLauncher as a method parameter by Tanuj Dhir · 1 year, 10 months ago
- bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 10 months ago
- 51ad89d Add Dagger's ElementDescriptorsTest to XProcessing by Kuan-Ying Chou · 1 year, 10 months ago
- 40c26dd2 Merge "Fill out KDoc on public APIs and enable API checks" into androidx-main by Tanuj Dhir · 1 year, 10 months ago
- daa2613 Fix UI interfaces in data classes by Tanuj Dhir · 1 year, 10 months ago
- 3f1d1af Fill out KDoc on public APIs and enable API checks by Tanuj Dhir · 1 year, 10 months ago
- 828afe9 Print approval command when goldens don't match by Tanuj Dhir · 1 year, 10 months ago
- 9882790 Forbid services from extending any other interfaces by Tanuj Dhir · 1 year, 10 months ago
- 7349d81 Propagate server job cancellation back to clients. by Lucas Tenório · 1 year, 11 months ago
- 7e9026a Use the main thread by default when invoking non-suspending functions. by Lucas Tenório · 1 year, 11 months ago
- 1c938540 Update Privacy Sandbox tool metadata version. by Lucas Tenório · 1 year, 11 months ago
- f2ae6065 Add test data to test input definition. by Lucas Tenório · 2 years ago
- d5a2e17 Store generated sources from tests in build output. by Lucas Tenório · 2 years ago
- 9a4c62a [GH] use different build tools version for Github by Yigit Boyar · 1 year, 11 months ago