[pull] androidx-main from androidx:androidx-main#1191
Merged
Conversation
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
…ck-fixes" into androidx-main
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
…neration" into androidx-main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )