Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 5a76cc6d5319032461cef3c3b114c7f7aa71d3d5
Author: Zach Klippenstein <klippenstein@google.com>
Date: Mon Apr 08 13:19:12 2024
Make new scrollIntoView API internal for 1.7.
This API was introduced in aosp/2928741, with the new name
(s/bring/scroll), with the intention of completely renaming all BIV apis
and stabilizing in 1.7. However, this had to be put on hold, and so this
api isn't ready to ship in 1.7.
Bug: b/333421581
Fixes: b/332900232
Test: n/a
Relnote: "Removed `DelegatableNode.scrollIntoView` for the 1.7 release
since we didn't have time to finish stabilizing the rest of the
related API surface. This function will be re-introduced in 1.8"
Change-Id: I6cf6120f4cb0b4fbb4fbaff7bf57793b854da202
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/relocation/ScrollIntoViewRequester.kt
https://android-review.googlesource.com/3031936
Branch: androidx-main
commit 5a76cc6d5319032461cef3c3b114c7f7aa71d3d5
Author: Zach Klippenstein <klippenstein@google.com>
Date: Mon Apr 08 13:19:12 2024
Make new scrollIntoView API internal for 1.7.
This API was introduced in aosp/2928741, with the new name
(s/bring/scroll), with the intention of completely renaming all BIV apis
and stabilizing in 1.7. However, this had to be put on hold, and so this
api isn't ready to ship in 1.7.
Bug:
Fixes:
Test: n/a
Relnote: "Removed `DelegatableNode.scrollIntoView` for the 1.7 release
since we didn't have time to finish stabilizing the rest of the
related API surface. This function will be re-introduced in 1.8"
Change-Id: I6cf6120f4cb0b4fbb4fbaff7bf57793b854da202
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/relocation/ScrollIntoViewRequester.kt
ju...@google.com <ju...@google.com> #3
@klippenstein once you are certain this is fixed, lets remove the Release-Critical - Compose 1.7 hotlist please. thank you!
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.foundation:foundation:1.7.0-alpha07
androidx.compose.foundation:foundation-android:1.7.0-alpha07
androidx.compose.foundation:foundation-desktop:1.7.0-alpha07
Description
Had planned to fully stabilize for 1.7, but got interrupted and didn't have bandwidth. Can't go stable in current shape, it's very half-baked.
This should block release.