Fixed
Status Update
Comments
kl...@google.com <kl...@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
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit cc4b1d827629e497acae32b6bee2408d12f64a4e
Author: Zach Klippenstein <klippenstein@google.com>
Date: Tue Jul 16 13:56:04 2024
Make DelegatableNode.scrollIntoView public again.
Fixes: b/333421581
Test: no behavior change, just removing internal modifier.
Relnote: "Introduced `DelegatableNode.scrollIntoView` to allow making
scroll-into-view requests without a requester."
Change-Id: Ib8b7c2364041abee0ff7f2955f48ca1ca7dc44f1
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/3178464
Branch: androidx-main
commit cc4b1d827629e497acae32b6bee2408d12f64a4e
Author: Zach Klippenstein <klippenstein@google.com>
Date: Tue Jul 16 13:56:04 2024
Make DelegatableNode.scrollIntoView public again.
Fixes:
Test: no behavior change, just removing internal modifier.
Relnote: "Introduced `DelegatableNode.scrollIntoView` to allow making
scroll-into-view requests without a requester."
Change-Id: Ib8b7c2364041abee0ff7f2955f48ca1ca7dc44f1
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
bl...@gmail.com <bl...@gmail.com> #4
Has this not merged yet into the main branch? It seems still internal in 1.7.6.
Description
They were made internal to avoid shipping half-baked in 1.7.