Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 9b6c9a5d44f0608a22b096602ffcbb4796443eca
Author: Nader Jawad <njawad@google.com>
Date: Fri Jun 26 15:21:44 2020
Added copy methods to inline classes
Relnote: "Added copy methods to various
inline class types including:
Offset
Size
Radius
Motion
TransformOrigin
Deprecated Size.copy companion object method
favor of instance copy method"
Fixes: 159905651
Test: Added tests to verify copy logic across each
inline class type
Change-Id: Ife2903a0277e051188884cb5d5feefcae8875dd1
M ui/ui-animation-core/src/commonMain/kotlin/androidx/animation/SpringSimulation.kt
A ui/ui-animation-core/src/test/java/androidx/animation/MotionTest.kt
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/androidMain/kotlin/androidx/ui/core/DrawLayerModifier.kt
A ui/ui-core/src/test/kotlin/androidx/ui/core/TransformOriginTest.kt
M ui/ui-geometry/api/0.1.0-dev15.txt
M ui/ui-geometry/api/current.txt
M ui/ui-geometry/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-geometry/api/public_plus_experimental_current.txt
M ui/ui-geometry/api/restricted_0.1.0-dev15.txt
M ui/ui-geometry/api/restricted_current.txt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Offset.kt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Radius.kt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Size.kt
A ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/OffsetTest.kt
A ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/RadiusTest.kt
M ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/SizeTest.kt
M ui/ui-unit/api/0.1.0-dev15.txt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_0.1.0-dev15.txt
M ui/ui-unit/api/restricted_current.txt
M ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/Dp.kt
M ui/ui-unit/src/test/kotlin/androidx/ui/unit/DpTest.kt
https://android-review.googlesource.com/1351652
Branch: androidx-master-dev
commit 9b6c9a5d44f0608a22b096602ffcbb4796443eca
Author: Nader Jawad <njawad@google.com>
Date: Fri Jun 26 15:21:44 2020
Added copy methods to inline classes
Relnote: "Added copy methods to various
inline class types including:
Offset
Size
Radius
Motion
TransformOrigin
Deprecated Size.copy companion object method
favor of instance copy method"
Fixes: 159905651
Test: Added tests to verify copy logic across each
inline class type
Change-Id: Ife2903a0277e051188884cb5d5feefcae8875dd1
M ui/ui-animation-core/src/commonMain/kotlin/androidx/animation/SpringSimulation.kt
A ui/ui-animation-core/src/test/java/androidx/animation/MotionTest.kt
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/androidMain/kotlin/androidx/ui/core/DrawLayerModifier.kt
A ui/ui-core/src/test/kotlin/androidx/ui/core/TransformOriginTest.kt
M ui/ui-geometry/api/0.1.0-dev15.txt
M ui/ui-geometry/api/current.txt
M ui/ui-geometry/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-geometry/api/public_plus_experimental_current.txt
M ui/ui-geometry/api/restricted_0.1.0-dev15.txt
M ui/ui-geometry/api/restricted_current.txt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Offset.kt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Radius.kt
M ui/ui-geometry/src/commonMain/kotlin/androidx/ui/geometry/Size.kt
A ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/OffsetTest.kt
A ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/RadiusTest.kt
M ui/ui-geometry/src/test/kotlin/androidx/ui/geometry/SizeTest.kt
M ui/ui-unit/api/0.1.0-dev15.txt
M ui/ui-unit/api/current.txt
M ui/ui-unit/api/public_plus_experimental_0.1.0-dev15.txt
M ui/ui-unit/api/public_plus_experimental_current.txt
M ui/ui-unit/api/restricted_0.1.0-dev15.txt
M ui/ui-unit/api/restricted_current.txt
M ui/ui-unit/src/commonMain/kotlin/androidx/ui/unit/Dp.kt
M ui/ui-unit/src/test/kotlin/androidx/ui/unit/DpTest.kt
Description
Probably worth to see what we can to in other inlined packedValue based classes