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 a25ef01944bcedc1a7ebcb7eaefbe77222029777
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Wed Aug 05 19:34:34 2020
ProgressIndicator polishing
- Adds backgroundColor parameter for LinearProgressIndicators
- Adds ProgressIndicatorConstants.DefaultProgressAnimationSpec as the default AnimationSpec that can be used when animating progress
- Removes inner padding from CircularProgressIndicator
- Coerces values outside the range 0f..1f into this range, instead of crashing at runtime
Bug: b/161809914
Bug: b/161804677
Bug: b/144797733
Test: ProgressIndicatorTest
Relnote: "Added backgroundColor parameter to LinearProgressIndicator and removed internal padding from CircularProgressIndicator. Added new ProgressIndicatorConstants.DefaultProgressAnimationSpec which can be used as the default AnimationSpec when animating progress between values"
Change-Id: If38b5dd58d052b75c1974031e0974f22808d9776
M ui/ui-foundation/src/commonMain/kotlin/androidx/compose/foundation/ProgressSemantics.kt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ProgressIndicatorDemo.kt
A ui/ui-material/samples/src/main/java/androidx/compose/material/samples/ProgressIndicatorSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ProgressIndicatorTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/ProgressIndicator.kt
https://android-review.googlesource.com/1391856
Branch: androidx-master-dev
commit a25ef01944bcedc1a7ebcb7eaefbe77222029777
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Wed Aug 05 19:34:34 2020
ProgressIndicator polishing
- Adds backgroundColor parameter for LinearProgressIndicators
- Adds ProgressIndicatorConstants.DefaultProgressAnimationSpec as the default AnimationSpec that can be used when animating progress
- Removes inner padding from CircularProgressIndicator
- Coerces values outside the range 0f..1f into this range, instead of crashing at runtime
Bug:
Bug:
Bug:
Test: ProgressIndicatorTest
Relnote: "Added backgroundColor parameter to LinearProgressIndicator and removed internal padding from CircularProgressIndicator. Added new ProgressIndicatorConstants.DefaultProgressAnimationSpec which can be used as the default AnimationSpec when animating progress between values"
Change-Id: If38b5dd58d052b75c1974031e0974f22808d9776
M ui/ui-foundation/src/commonMain/kotlin/androidx/compose/foundation/ProgressSemantics.kt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ProgressIndicatorDemo.kt
A ui/ui-material/samples/src/main/java/androidx/compose/material/samples/ProgressIndicatorSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/ProgressIndicatorTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/ProgressIndicator.kt
Description
API scrub feedback for CircularProgressIndication: