Skip to content

[pull] androidx-main from androidx:androidx-main#1191

Merged
pull[bot] merged 15 commits into
MaxMood96:androidx-mainfrom
androidx:androidx-main
Jun 16, 2026
Merged

[pull] androidx-main from androidx:androidx-main#1191
pull[bot] merged 15 commits into
MaxMood96:androidx-mainfrom
androidx:androidx-main

Conversation

@pull

@pull pull Bot commented Jun 16, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

yschimke and others added 15 commits June 15, 2026 13:59
Remove @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) to make RemoteComposeCreationComposeFlags available for external usage.

Test: ./gradlew :compose:remote:remote-creation-compose:updateApi
Relnote: "Made `RemoteComposeCreationComposeFlags` public."
Bug: 467532762
TAG=agy
CONV=4f462dda-e8a3-4d7b-b8d0-3f41cb0edd66

Change-Id: I1f899d3ca7d8a6ab7dfb8af097c09fcd495bad6a
Remove @SuppressLint("RestrictedApiAndroidX") as the underlying RemoteCompose APIs are now public.

Test: ./gradlew :glance:wear:wear:assemble
Relnote: "N/A"
Bug: 467532762
TAG=agy
CONV=4f462dda-e8a3-4d7b-b8d0-3f41cb0edd66

Change-Id: If286bdc577840fbd2519a2a242c19fa09d0106ce
Supplementing our Deprecation annotations with ReplaceWith annotations
so that we can tell IDE tooling what things should be replaced with.
Its a minor improvement but this makes it a little easier for tooling to
migrate automatically to the replacement APIs.

We should probably do this for other APIs as well but these were the
low hanging fruit I found that were already pointing to their
replacement in docs.

Test: ./gradlew :webkit:webkit:test
Change-Id: Idbb130eb212e379a8b75f7c83b0aa2444c1b172e
All projects have now been migrated to JSpecify, except for icing which is developed externally.

Bug: 326456246
Test: ./gradlew lint
Change-Id: I0f6d56e438267841d50dcc3d1962cfc0d43d2483
Fix two issues with the existing tests:
- We weren't waiting for work posted to the UI thread
to complete before we continued running the remainder
of the tests.
- We were expecting `getDefaultUserAgent` to block
till Chromium startup has completed which is not true
if the relevant Finch experiment
(WebViewFasterGetDefaultUserAgent) is active.

Bug: 522991580
Test: ./gradlew :webkit:integration-tests:orchestrator-tests:instrumentation:connectedCheck
Change-Id: I463170f3936fe8eb643a84e357e745af7bb282fe
* changes:
  Cleanup RestrictedApiAndroidX suppressions in glance/wear
  Make RemoteComposeCreationComposeFlags public
Support indexing the description from all possible four
sources with the priority as following
1. AppFunctionInstruction annotated on property
2. KDoc applied on property (if opt-in)
3. KDoc applied at class' @Property tag (if opt-in)
4. KDoc applied at class' @param tag (if opt-in)

Bug: 487930179
Test: local tests
Change-Id: Ie779c26a9ac3d3566528cbede1378f558f13c957
PiperOrigin-RevId: 932998322
Change-Id: Ibe7ce26f68353c182b32d7ba2d532ed641400de1
This commit modifies the AppFunction compiler processor to conditionally omit the <enabledByDefault> element in generated XML schemas when processing @AppFunctionSignature. This reflects the fact that signatures do not have an implementation and thus the concept of being 'enabled by default' does not apply.

Test: ./gradlew :appfunctions:appfunctions-compiler:test --no-daemon
Relnote: "Omit `enabledByDefault` from generated XML for `AppFunctionSignatures`"
Bug: 501032667
Change-Id: Ie299615ae35eacf4cff5d1ce58e6bae5294962c7
Update documentation and agent skills to use the new androidx-perf.skia.org link.

PiperOrigin-RevId: 933061284
Change-Id: I7a463534554b7fa02c3ee9a54ffffb91a59bf1eb
@pull pull Bot locked and limited conversation to collaborators Jun 16, 2026
@pull pull Bot added the ⤵️ pull label Jun 16, 2026
@pull pull Bot merged commit e95727f into MaxMood96:androidx-main Jun 16, 2026
2 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants