pubiqq
|
1dc0e6b490
|
[MaterialTimePicker] Fix AM/PM toggle
Before the CL we set AM/PM selection in the listeners no matter the target view (AM/PM) is being checked or being unchecked. So the order of calling listeners of AM and PM can "revert" the selection, if the callback for being unchecked is called later.
This logic is apparently wrong - we should select AM/PM when they are being unchecked anyways.
Resolves https://github.com/material-components/material-components-android/pull/2791
Resolves https://github.com/material-components/material-components-android/issues/2788
GIT_ORIGIN_REV_ID=018e053394f44d6334827fc3f95406c2937ae582
PiperOrigin-RevId: 458027987
|
2022-07-06 04:51:59 -07:00 |
|
pfthomas
|
a51d1dcb68
|
[MaterialTimePicker][a11y] Update accessibility className used for hour/minute Chips
PiperOrigin-RevId: 436207977
|
2022-03-21 18:53:24 +00:00 |
|
pfthomas
|
47781d58b7
|
[MaterialTimePicker][a11y] Fix TalkBack announcing wrong selection between hour/minute
PiperOrigin-RevId: 432440771
|
2022-03-04 16:52:36 -05:00 |
|
Material Design Team
|
a487c89185
|
Internal change
PiperOrigin-RevId: 412135443
|
2021-11-29 17:35:39 +00:00 |
|
pfthomas
|
c07e5f2c36
|
[TimePicker][a11y] Fix Talkback doesn't announce minutes selection
PiperOrigin-RevId: 408921292
|
2021-11-10 17:00:22 -05:00 |
|
dsn5ft
|
3a57f5d58b
|
[TimePicker] Attempt to fix onDoubleTap() NullPointerException
PiperOrigin-RevId: 404651939
|
2021-10-21 18:54:41 +00:00 |
|
pfthomas
|
228ad853f4
|
[TimePicker][Accessibility] Announce time has changed after clock selection
PiperOrigin-RevId: 402557800
|
2021-10-12 11:41:55 -04:00 |
|
marianomartin
|
bad81310d3
|
[TimePicker] Added the ability to switch to text input mode when double tapping the selected number
PiperOrigin-RevId: 334385102
|
2020-09-29 09:18:23 -07:00 |
|
marianomartin
|
a543032c99
|
[TimePicker] Support formatting the numbers depending on the configuration locale
PiperOrigin-RevId: 327666353
|
2020-08-20 16:47:25 -04:00 |
|
marianomartin
|
84cec15fbd
|
[TimePicker] Fixed Talback support
PiperOrigin-RevId: 322589365
|
2020-07-22 14:24:23 -04:00 |
|
marianomartin
|
3960a13a85
|
[TimePicker] Update toggle constraints on visibility changed
PiperOrigin-RevId: 319082558
|
2020-06-30 16:10:53 -04:00 |
|
marianomartin
|
cd6b062519
|
[TimePicker] Added a TimePicker component
This should be considered a pre-alpha of timepicker.
Try the component today, on the latest snapshot:
https://github.com/material-components/material-components-android/blob/master/docs/using-snapshot-version.md
The initial API offers feature parity with android.app.TimePickerDialog
Resolves https://github.com/material-components/material-components-android/issues/690
PiperOrigin-RevId: 318879238
|
2020-06-29 16:24:46 -04:00 |
|