Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug: b/264018028
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
https://android-review.googlesource.com/2373449
Branch: androidx-main
commit e782987543a9f8ccd485e970ddc74564b24378db
Author: Vighnesh Raut <vighnesh.raut13@gmail.com>
Date: Mon Jan 02 15:27:40 2023
fix: tab row crashes when only 1 tab is added
Bug:
Test: Added unit test
Change-Id: I6381dbac304fc1d69d3708c6655f8b595668e93f
M tv/tv-material/src/androidTest/java/androidx/tv/material/TabRowTest.kt
M tv/tv-material/src/main/java/androidx/tv/material/TabRow.kt
ap...@google.com <ap...@google.com> #4
deleted
ap...@google.com <ap...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.tv:tv-material:1.0.0-alpha04
ap...@google.com <ap...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-main
commit 8b4dc0ded10d67cd5466e2a8046252b39293b393
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Wed Apr 03 18:11:02 2024
Support Selection/DeletionRangeGesture for CoreTextField
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest
Change-Id: I61f617b504000c40eb3ffafdf91a6ed8319c5584
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
https://android-review.googlesource.com/3025754
Branch: androidx-main
commit 8b4dc0ded10d67cd5466e2a8046252b39293b393
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Wed Apr 03 18:11:02 2024
Support Selection/DeletionRangeGesture for CoreTextField
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest
Change-Id: I61f617b504000c40eb3ffafdf91a6ed8319c5584
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
ap...@google.com <ap...@google.com> #7
Project: platform/frameworks/support
Branch: androidx-main
commit 9b74f0014936faf17b34ede561ea85bb067966b9
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Wed Mar 27 14:24:06 2024
Support Selection/DeletionRangeGesture for BasicTextField
Bug:325660505
Test: BasicTextFieldHandwritingGestureTest
Change-Id: Ifbcf5ae9b0f4579f5813d16384c37daf2bd94fbe
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
https://android-review.googlesource.com/3017982
Branch: androidx-main
commit 9b74f0014936faf17b34ede561ea85bb067966b9
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Wed Mar 27 14:24:06 2024
Support Selection/DeletionRangeGesture for BasicTextField
Bug:325660505
Test: BasicTextFieldHandwritingGestureTest
Change-Id: Ifbcf5ae9b0f4579f5813d16384c37daf2bd94fbe
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
ap...@google.com <ap...@google.com> #8
Project: platform/frameworks/support
Branch: androidx-main
commit d74b4abc1ad3fef5a1975b9dec72b849d06a46e1
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Thu Apr 04 14:55:11 2024
Support JoinOrSplit gestures for BTF and BTF2
RelNote: "Introduce ViewConfiguration.HandwritingGestureLineMargin for handwriting gestures.
Support JoinOrSplit gesture for BasicTextField and BasicTextField2"
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest BasicTextFieldHandwritingGestureTest
Change-Id: Ie6e13b41cc82da1fd3c9ecc7ac34c3ff88dfa235
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/TextTestExtensions.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/AndroidTextInputSession.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapter.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/RecordingInputConnection.android.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/CodepointHelpers.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyAdaptingPlatformTextInputModifierNode.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapter.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/TextFieldDecoratorModifier.kt
M compose/foundation/foundation/src/desktopMain/kotlin/androidx/compose/foundation/text/input/internal/DesktopTextInputSession.desktop.kt
M compose/foundation/foundation/src/desktopTest/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapterTest.kt
M compose/foundation/foundation/src/jvmMain/kotlin/androidx/compose/foundation/text/input/internal/CodepointHelpers.jvm.kt
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/restricted_current.txt
M compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/AndroidViewConfiguration.android.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/ViewConfiguration.kt
M compose/ui/ui/src/skikoMain/kotlin/androidx/compose/ui/platform/DefaultViewConfiguration.skiko.kt
https://android-review.googlesource.com/3027864
Branch: androidx-main
commit d74b4abc1ad3fef5a1975b9dec72b849d06a46e1
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Thu Apr 04 14:55:11 2024
Support JoinOrSplit gestures for BTF and BTF2
RelNote: "Introduce ViewConfiguration.HandwritingGestureLineMargin for handwriting gestures.
Support JoinOrSplit gesture for BasicTextField and BasicTextField2"
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest BasicTextFieldHandwritingGestureTest
Change-Id: Ie6e13b41cc82da1fd3c9ecc7ac34c3ff88dfa235
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/TextTestExtensions.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/AndroidTextInputSession.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapter.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/RecordingInputConnection.android.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/CodepointHelpers.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyAdaptingPlatformTextInputModifierNode.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapter.kt
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/TextFieldDecoratorModifier.kt
M compose/foundation/foundation/src/desktopMain/kotlin/androidx/compose/foundation/text/input/internal/DesktopTextInputSession.desktop.kt
M compose/foundation/foundation/src/desktopTest/kotlin/androidx/compose/foundation/text/input/internal/LegacyPlatformTextInputServiceAdapterTest.kt
M compose/foundation/foundation/src/jvmMain/kotlin/androidx/compose/foundation/text/input/internal/CodepointHelpers.jvm.kt
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/restricted_current.txt
M compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/AndroidViewConfiguration.android.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/platform/ViewConfiguration.kt
M compose/ui/ui/src/skikoMain/kotlin/androidx/compose/ui/platform/DefaultViewConfiguration.skiko.kt
ap...@google.com <ap...@google.com> #9
Project: platform/frameworks/support
Branch: androidx-main
commit b465a2073f8972da639b671527ae4c6c553a4e4f
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Tue Apr 09 17:45:27 2024
Support insert gesture for BTF and BTF2
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest BasicTextFieldHandwritingGestureTest
Change-Id: I04410216f3475ea0df3193657d510ee7d56e5df4
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
https://android-review.googlesource.com/3035876
Branch: androidx-main
commit b465a2073f8972da639b671527ae4c6c553a4e4f
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Tue Apr 09 17:45:27 2024
Support insert gesture for BTF and BTF2
Bug: 325660505
Test: CoreTextFieldHandwritingGestureTest BasicTextFieldHandwritingGestureTest
Change-Id: I04410216f3475ea0df3193657d510ee7d56e5df4
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
ap...@google.com <ap...@google.com> #10
Project: platform/frameworks/support
Branch: androidx-main
commit eed7c2ed7a6f48b3e6458258e8cd84b21d65785f
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Tue Apr 09 20:30:19 2024
Support RemoveSpaceGesture for BTF and BTF2
Bug: 325660505
Test: CoreTextFieldHandwritingGesteureTest BasicTextFieldHandwritingGestureTest
Change-Id: If2960ca05d2e876745692bfa2c1059d50e048750
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
https://android-review.googlesource.com/3037818
Branch: androidx-main
commit eed7c2ed7a6f48b3e6458258e8cd84b21d65785f
Author: Haoyu Zhang <haoyuchang@google.com>
Date: Tue Apr 09 20:30:19 2024
Support RemoveSpaceGesture for BTF and BTF2
Bug: 325660505
Test: CoreTextFieldHandwritingGesteureTest BasicTextFieldHandwritingGestureTest
Change-Id: If2960ca05d2e876745692bfa2c1059d50e048750
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/CoreTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/BasicTextFieldHandwritingGestureTest.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/EditorInfo.android.kt
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
ha...@google.com <ha...@google.com> #11
Mark fixed for 1.7 changes. The remaining InsertModeGesture and gesture previews have separate tracking tickets.
na...@google.com <na...@google.com> #12
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
androidx.compose.ui:ui:1.7.0-alpha07
androidx.compose.ui:ui-android:1.7.0-alpha07
androidx.compose.ui:ui-desktop:1.7.0-alpha07
ap...@google.com <ap...@google.com> #13
Project: platform/frameworks/support
Branch: androidx-main
commit f57756087a5a8319764d7530c81e52adccadfed0
Author: Justin Ghan <justinghan@google.com>
Date: Wed Apr 17 13:31:21 2024
Helper method for two rectangle range
Bug: 325660505
Test: BasicTextFieldHandwritingGestureTest
Change-Id: I0c74450971eebb01065546000a7d873ac42a2569
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
https://android-review.googlesource.com/3047198
Branch: androidx-main
commit f57756087a5a8319764d7530c81e52adccadfed0
Author: Justin Ghan <justinghan@google.com>
Date: Wed Apr 17 13:31:21 2024
Helper method for two rectangle range
Bug: 325660505
Test: BasicTextFieldHandwritingGestureTest
Change-Id: I0c74450971eebb01065546000a7d873ac42a2569
M compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/HandwritingGesture.android.kt
Description