Fixed
Status Update
Comments
je...@google.com <je...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 03da1e41b1a80255f502fe91b35e3e8f5c3af530
Author: Ralston Da Silva <ralu@google.com>
Date: Mon Jul 13 16:58:06 2020
Add Modifier.FocusObserver
Add a modifier that allows a parent composable to observe the focus state of it's child.
Bug: 160924455, 160923326
Relnote: Added a modifier to observe focus state change.
Test: Launched demo app
Change-Id: I05866104c323317f41f43ce1c286236b7e344d4b
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/DelegatingLayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/InnerPlaceable.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/LayoutNode.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/LayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusModifier2.kt
A ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusObserverModifier.kt
A ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/ModifiedFocusObserverNode.kt
https://android-review.googlesource.com/1362061
Branch: androidx-master-dev
commit 03da1e41b1a80255f502fe91b35e3e8f5c3af530
Author: Ralston Da Silva <ralu@google.com>
Date: Mon Jul 13 16:58:06 2020
Add Modifier.FocusObserver
Add a modifier that allows a parent composable to observe the focus state of it's child.
Bug: 160924455, 160923326
Relnote: Added a modifier to observe focus state change.
Test: Launched demo app
Change-Id: I05866104c323317f41f43ce1c286236b7e344d4b
M ui/ui-core/api/0.1.0-dev15.txt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_0.1.0-dev15.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/DelegatingLayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/InnerPlaceable.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/LayoutNode.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/LayoutNodeWrapper.kt
M ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusModifier2.kt
A ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/FocusObserverModifier.kt
A ui/ui-core/src/commonMain/kotlin/androidx/ui/core/focus/ModifiedFocusObserverNode.kt
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 16da8beff7b64d52156e207e34a4c2b26580f437
Author: Jelle Fresen <jellefresen@google.com>
Date: Thu Oct 22 12:06:39 2020
Remove localToGlobal from GestureScope
It was intended to be used when interacting with the InputDispatcher
directly, but that one is internal. That makes localToGlobal a loaded
gun pointing at your feet, because there literally is no correct usage.
Fixes: 171462785
Test: ./gradlew compose:ui:ui-test:cC
Relnote: "Removed GestureScope.localToGlobal"
Change-Id: I15299ffe7f0119020089ca9f2256508f56424b8e
M compose/ui/ui-test/api/current.txt
M compose/ui/ui-test/api/public_plus_experimental_current.txt
M compose/ui/ui-test/api/restricted_current.txt
M compose/ui/ui-test/src/androidAndroidTest/kotlin/androidx/compose/ui/test/gesturescope/PositionsTest.kt
M compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/GestureScope.kt
https://android-review.googlesource.com/1474154
Branch: androidx-master-dev
commit 16da8beff7b64d52156e207e34a4c2b26580f437
Author: Jelle Fresen <jellefresen@google.com>
Date: Thu Oct 22 12:06:39 2020
Remove localToGlobal from GestureScope
It was intended to be used when interacting with the InputDispatcher
directly, but that one is internal. That makes localToGlobal a loaded
gun pointing at your feet, because there literally is no correct usage.
Fixes: 171462785
Test: ./gradlew compose:ui:ui-test:cC
Relnote: "Removed GestureScope.localToGlobal"
Change-Id: I15299ffe7f0119020089ca9f2256508f56424b8e
M compose/ui/ui-test/api/current.txt
M compose/ui/ui-test/api/public_plus_experimental_current.txt
M compose/ui/ui-test/api/restricted_current.txt
M compose/ui/ui-test/src/androidAndroidTest/kotlin/androidx/compose/ui/test/gesturescope/PositionsTest.kt
M compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/GestureScope.kt
Description
Jelle> "everything that you need inputdispatcher for is already present in gesturescope