Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 78a1a907025414f1855a52635d7da983c56f7e8a
Author: Mihai Popa <popam@google.com>
Date: Wed Aug 12 16:58:08 2020
Deprecate emitView
Relnote: emitView was deprecated. Use AndroidView instead if possible for emitting Views inside Compose. Note that composing Views and ViewGroups directly will not be supported in the future unless these are leafes in the composition tree, case when this can be achieved using AndroidView.
Fixes: 163871221
Change-Id: I29b1e5405077f45e101eacfb26a1ebed85120444
M compose/compose-runtime/src/androidAndroidTest/kotlin/androidx/compose/runtime/AmbientTests.kt
M compose/compose-runtime/src/androidAndroidTest/kotlin/androidx/compose/runtime/EmittableComposer.kt
M ui/ui-android-view/integration-tests/android-view-demos/src/main/java/androidx/ui/androidview/demos/WebComponentActivity.kt
M ui/ui-android-view/src/main/java/androidx/ui/androidview/WebComponent.kt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/integration-tests/ui-core-demos/src/main/java/androidx/compose/ui/demos/viewinterop/ViewInterop.kt
D ui/ui-core/samples/src/main/java/androidx/compose/ui/samples/EmitViewSamples.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/platform/AndroidViewCompatTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/viewinterop/AndroidViewTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/compose/ui/viewinterop/EmitView.kt
https://android-review.googlesource.com/1398689
Branch: androidx-master-dev
commit 78a1a907025414f1855a52635d7da983c56f7e8a
Author: Mihai Popa <popam@google.com>
Date: Wed Aug 12 16:58:08 2020
Deprecate emitView
Relnote: emitView was deprecated. Use AndroidView instead if possible for emitting Views inside Compose. Note that composing Views and ViewGroups directly will not be supported in the future unless these are leafes in the composition tree, case when this can be achieved using AndroidView.
Fixes: 163871221
Change-Id: I29b1e5405077f45e101eacfb26a1ebed85120444
M compose/compose-runtime/src/androidAndroidTest/kotlin/androidx/compose/runtime/AmbientTests.kt
M compose/compose-runtime/src/androidAndroidTest/kotlin/androidx/compose/runtime/EmittableComposer.kt
M ui/ui-android-view/integration-tests/android-view-demos/src/main/java/androidx/ui/androidview/demos/WebComponentActivity.kt
M ui/ui-android-view/src/main/java/androidx/ui/androidview/WebComponent.kt
M ui/ui-core/api/current.txt
M ui/ui-core/api/public_plus_experimental_current.txt
M ui/ui-core/api/restricted_current.txt
M ui/ui-core/integration-tests/ui-core-demos/src/main/java/androidx/compose/ui/demos/viewinterop/ViewInterop.kt
D ui/ui-core/samples/src/main/java/androidx/compose/ui/samples/EmitViewSamples.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/platform/AndroidViewCompatTest.kt
M ui/ui-core/src/androidAndroidTest/kotlin/androidx/compose/ui/viewinterop/AndroidViewTest.kt
M ui/ui-core/src/androidMain/kotlin/androidx/compose/ui/viewinterop/EmitView.kt
Description
No description yet.