Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit ebe058fdefff58735a0eebd94bec6f1c78c1bdcc
Author: Matvei Malkov <malkov@google.com>
Date: Tue Jul 21 13:53:47 2020
Add Experimental annotation to material and mark RippleTheme with it.
During API scrub we realised that RippleTheme and API around it might change and it should be experimental.
I've added @ExperimentalMaterialApi annotation and accordingly marked few APIs
Relnote: Added ExperimentalMaterialApi annotation. RippleTheme marked as Experimental
Bug: 161784800
Test: compiles
Change-Id: Ic5fa0382a2f4453e46e0793034d865e9182ec6ba
M ui/ui-material/api/0.1.0-dev16.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev16.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev16.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/androidTest/java/androidx/ui/material/ripple/RippleIndicationTest.kt
A ui/ui-material/src/main/java/androidx/ui/material/ExperimentalMaterialApi.kt
M ui/ui-material/src/main/java/androidx/ui/material/ripple/RippleIndication.kt
M ui/ui-material/src/main/java/androidx/ui/material/ripple/RippleTheme.kt
https://android-review.googlesource.com/1368259
Branch: androidx-master-dev
commit ebe058fdefff58735a0eebd94bec6f1c78c1bdcc
Author: Matvei Malkov <malkov@google.com>
Date: Tue Jul 21 13:53:47 2020
Add Experimental annotation to material and mark RippleTheme with it.
During API scrub we realised that RippleTheme and API around it might change and it should be experimental.
I've added @ExperimentalMaterialApi annotation and accordingly marked few APIs
Relnote: Added ExperimentalMaterialApi annotation. RippleTheme marked as Experimental
Bug: 161784800
Test: compiles
Change-Id: Ic5fa0382a2f4453e46e0793034d865e9182ec6ba
M ui/ui-material/api/0.1.0-dev16.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev16.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev16.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/androidTest/java/androidx/ui/material/ripple/RippleIndicationTest.kt
A ui/ui-material/src/main/java/androidx/ui/material/ExperimentalMaterialApi.kt
M ui/ui-material/src/main/java/androidx/ui/material/ripple/RippleIndication.kt
M ui/ui-material/src/main/java/androidx/ui/material/ripple/RippleTheme.kt
Description
No description yet.