Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com>
na...@google.com <na...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
Author: Doris Liu <
Link:
Mark AnimatedImageVector and related APIs as stable
Expand for full commit details
Mark AnimatedImageVector and related APIs as stable
Relnote: "AnimatedImageVector suite of APIs are now stable."
Fixes: 261436267
Test: Existing tests pass
Change-Id: I7174b2b38481ddd55dc1550b0247b315dd7ce200
Files:
- M
compose/animation/animation-graphics/api/current.txt
- M
compose/animation/animation-graphics/api/restricted_current.txt
- M
compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/res/AnimatedVectorPainterResources.android.kt
- M
compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/res/AnimatedVectorResources.android.kt
- M
compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/vector/compat/XmlAnimatedVectorParser.android.kt
- M
compose/animation/animation-graphics/src/commonMain/kotlin/androidx/compose/animation/graphics/vector/AnimatedImageVector.kt
Hash: 69d7e041e68c463e7bb24ab0638c0df9ec26045a
Date: Tue Oct 29 11:04:59 2024
Description
The selectedDateMillis setter is internal. So it isn't possible to overrite the selected date.
More info (my message on issue 231704914 ):
Why is it only possible to set a timestamp initially and not overwrite it afterwards? If I use a date picker dialoge and have a cancel button there, then I do not use the selected date, but as soon as the user opens the picker again, the discarded date is still selected. Or should I always recreate the entire pickerstate, but that can't be it...?