kendricku
7c162ef28c
[DatePicker] Fix Talkback issues with the hint text by adding a TtsSpan.TYPE_VERBATIM so that the hints are read as verbatim text by screen readers.
...
PiperOrigin-RevId: 776123945
2025-06-27 16:28:30 +00:00
pfthomas
f4d0f5653a
[MaterialDatePicker] a11y/i18n alignment
...
Resolves https://github.com/material-components/material-components-android/issues/3343
PiperOrigin-RevId: 526657661
2023-04-24 15:30:28 -04:00
pubiqq
619d5a6cad
[DatePicker] Fix time zone when custom text input format is set
...
Resolves https://github.com/material-components/material-components-android/pull/3338
GIT_ORIGIN_REV_ID=bb3760f22753b10608d5bd1b342b5b063b3276bb
PiperOrigin-RevId: 523792669
2023-04-13 09:06:29 -07:00
pfthomas
bcc97bfaf5
[MaterialDatePicker] Fix hint for Korean
...
PiperOrigin-RevId: 520025180
2023-03-28 16:20:46 +00:00
hunterstich
276c1171b0
[DatePicker] Exposed method to set a custom formatter for text input fields.
...
Resolves https://github.com/material-components/material-components-android/issues/3039
PiperOrigin-RevId: 485128314
2022-11-01 05:23:20 -07:00
conradchen
fd40fea461
[Switch] Override switch width set by AppCompat to respect the drawable width
...
PiperOrigin-RevId: 449238028
2022-05-17 14:55:17 -04:00
conradchen
413a047957
[ChipGroup] Fix ChipGroup.getCheckedChipIds() returns wrong state
...
In the Chip implementation, onCheckedChangeListener was called before onCheckedChangeListenerInternal. This causes an issue that in onCheckedChangeListener's callback, the checkable group's checked state is not updated yet, therefore ChipGroup.getCheckedChipIds() will return the outdated checked state.
Fixes this by overriding Chip.setOnCheckedChangeListener to get full control of the execution order between onCheckedChangeListener and onCheckedChangeListenerInternal.
Resolves https://github.com/material-components/material-components-android/issues/2691
PiperOrigin-RevId: 449100861
2022-05-17 11:04:03 -04:00
dsn5ft
9cd794c72f
[Gradle] Remove unit test resources from main library source set and refactor the way test resources are configured/accessed
...
Resolves https://github.com/material-components/material-components-android/issues/1709
PiperOrigin-RevId: 449026115
2022-05-16 16:08:05 -04:00
pfthomas
47868d884e
[DatePicker] Date selector hint incorrectly localized
...
PiperOrigin-RevId: 387066584
2021-07-29 14:28:10 -04:00