marianomartin
bf0d11b4e7
[TimePicker] Changed clock face size to be dynamic
...
PiperOrigin-RevId: 352024053
2021-01-15 17:02:42 -05:00
afohrman
655caeddba
[Motion] Added theming to MaterialFadeThrough transition.
...
PiperOrigin-RevId: 351843861
2021-01-15 17:01:51 -05:00
afohrman
478b4124d2
[Motion] Added theming to MaterialSharedAxis transition.
...
PiperOrigin-RevId: 351841194
2021-01-15 16:59:34 -05:00
haodong
7a9e3f6d89
[ProgressIndicator] Fixed NPE while setting progress in the indeterminate mode after inflation.
...
PiperOrigin-RevId: 351656379
2021-01-14 09:51:52 -05:00
haodong
5910955990
[ProgressIndicator] Fixed the visibility bug in RecyclerView.
...
PiperOrigin-RevId: 351655786
2021-01-14 09:49:54 -05:00
hunterstich
db42490dde
[DatePicker] Fixed incorrect date being selected on scrollable months.
...
Resolves https://github.com/material-components/material-components-android/issues/1973
PiperOrigin-RevId: 351396382
2021-01-12 18:37:48 -05:00
afohrman
15a2307e91
[Motion] Refactored applyThemeValues() and related methods.
...
PiperOrigin-RevId: 351220994
2021-01-11 21:19:11 -05:00
afohrman
8e79c7ea1c
[Motion] Added theming to MaterialFade transition.
...
PiperOrigin-RevId: 351180119
2021-01-11 21:15:56 -05:00
Valentin Slawicek
d15d435093
Automated g4 rollback of changelist 350755495
...
PiperOrigin-RevId: 351144304
2021-01-11 21:10:54 -05:00
haodong
196116ffa4
[ProgressIndicator] Fixed not hidden when committed hiding is interrupted by window hiding (i.e., home button pressed).
...
Resolves https://github.com/material-components/material-components-android/issues/1937
PiperOrigin-RevId: 350789077
2021-01-08 14:15:01 -05:00
haodong
712f5f3c99
[ProgressIndicator] Fixed determinate drawable not fully shown when switched from indeterminate mode for the second time in SDK 19/21/23.
...
PiperOrigin-RevId: 350786230
2021-01-08 14:12:49 -05:00
Mao
8f77050a25
[BottomSheetBehavior] Remove duplicate state from BottomSheetBehavior#getState doc.
...
Resolves https://github.com/material-components/material-components-android/pull/1927
GIT_ORIGIN_REV_ID=50d11909b926457822ab310f1d4316aa0e3a0908
PiperOrigin-RevId: 350785062
2021-01-08 14:08:39 -05:00
haodong
86b70d7bf7
[ProgressIndicator] Fixed indeterminate animation not playing after inflation/being visible in SDK 21.
...
PiperOrigin-RevId: 350783980
2021-01-08 13:51:57 -05:00
Mika
00e33202a5
[DatePicker] Fix NullPointerException on MonthAdapter.updateSelectedState(MonthAda…
...
Resolves https://github.com/material-components/material-components-android/pull/1944
Resolves https://github.com/material-components/material-components-android/issues/1943
GIT_ORIGIN_REV_ID=d02d6307ea08ea505ea6535ce909e7d1b268847b
PiperOrigin-RevId: 350783859
2021-01-08 13:50:58 -05:00
haodong
fdb420f540
[ProgressIndicator] Updated linear indeterminate animation.
...
PiperOrigin-RevId: 350781463
2021-01-08 13:48:00 -05:00
haodong
2163e3d2cb
[ProgressIndicator] Updated circular indeterminate animation.
...
Resolves https://github.com/material-components/material-components-android/issues/1852
PiperOrigin-RevId: 350781191
2021-01-08 13:35:44 -05:00
Valentin Slawicek
a3b8be845a
[Snackbar] Fix last remaining NPE from #917
...
Resolves https://github.com/material-components/material-components-android/pull/1938
GIT_ORIGIN_REV_ID=2b71fd49e19c577ef2caf17ca5a92c3f069b1fe0
PiperOrigin-RevId: 350755495
2021-01-08 10:28:18 -05:00
marianomartin
3e79942871
[DatePicker] Localized numbers in month
...
Resolves https://github.com/material-components/material-components-android/issues/1948
PiperOrigin-RevId: 350567674
2021-01-07 12:10:44 -05:00
marianomartin
bec2de92ac
[DatePicker] Fixed day of week adapter localization for APIs before O
...
Resolves https://github.com/material-components/material-components-android/issues/1948
PiperOrigin-RevId: 350474335
2021-01-07 12:06:34 -05:00
marianomartin
74350dead6
[TimePicker] Fixed numbers glitching on first show of time picker
...
PiperOrigin-RevId: 350417836
2021-01-07 12:05:30 -05:00
marianomartin
76cf0eb07e
[TimePicker] Fixed text input mode to correctly restore state
...
PiperOrigin-RevId: 350349289
2021-01-06 15:34:51 -05:00
cketcham
c15139a5c3
[BottomSheet] Automatically enable insets for ThemeOverlay style
...
Because the BottomSheet could be shown under the navigation bar if it's transparent or translucent, it's best to ensure insets are added. If no insets are added, views can end up behind the navigation bar which prevents any interaction.
PiperOrigin-RevId: 348470697
2021-01-06 13:28:56 -05:00
dniz
4af9eabe8a
[TimePicker] Renamed ThemeOverlay.MaterialComponents.MaterialTimePicker to ThemeOverlay.MaterialComponents.TimePicker to be more consistent with other time picker styles
...
PiperOrigin-RevId: 347692913
2020-12-15 17:49:51 -05:00
haodong
9ccad21510
[ProgressIndicator] Fixed incorrect visibility when used in the recycler view.
...
Resolves https://github.com/material-components/material-components-android/issues/1902
Resolves https://github.com/material-components/material-components-android/issues/1914
PiperOrigin-RevId: 347417506
2020-12-14 15:12:08 -05:00
marianomartin
cbef0d3c1b
[TimePicker] Change text input view to a view stub
...
PiperOrigin-RevId: 347387465
2020-12-14 15:10:26 -05:00
cketcham
c574e9ea23
[BottomSheet] Add flag to opt in to edge to edge behavior rather than only relying on the navigationBarColor
...
PiperOrigin-RevId: 347387288
2020-12-14 15:08:19 -05:00
cketcham
b1812b9a6b
Internal Change
...
PiperOrigin-RevId: 347042445
2020-12-11 14:47:53 -05:00
cketcham
3037cf046c
Automated g4 rollback of changelist 343006492
...
PiperOrigin-RevId: 347038837
2020-12-11 14:45:45 -05:00
leticiars
40e33a772c
[TextInputLayout][a11y] Fixed placeholder text not being properly announced.
...
PiperOrigin-RevId: 346578367
2020-12-09 15:00:22 -05:00
Amr
dd0e697aca
[TextInputLayout] Fix IndexOutOfBoundsException when trying to change end icon
...
Resolves https://github.com/material-components/material-components-android/pull/1788
Resolves https://github.com/material-components/material-components-android/issues/1724
Resolves https://github.com/material-components/material-components-android/issues/1748
PiperOrigin-RevId: 345541684
2020-12-04 09:47:38 -05:00
haodong
e5375fcb69
[ProgressIndicator] Renamed indeterminateAnimationType enums "seamless" and "spacing".
...
PiperOrigin-RevId: 345467359
2020-12-03 14:46:51 -05:00
Valentin Slawicek
ebd3223147
[Snackbar] Fixes remaining NPEs from #917
...
Resolves https://github.com/material-components/material-components-android/pull/1887
GIT_ORIGIN_REV_ID=331d064eb02cb4ff1a2b84f274b8d2c98848e9d4
PiperOrigin-RevId: 345283901
2020-12-03 14:45:59 -05:00
dniz
036cff7c33
[CollapsingToolbarLayout] Updated CollapsingToolbarLayout to support framework android.widget.Toolbar (<Toolbar)
...
PiperOrigin-RevId: 345236307
2020-12-02 15:04:30 -05:00
marianomartin
074ed18255
[TimePicker] Remove hint setting
...
PiperOrigin-RevId: 345071902
2020-12-02 10:07:59 -05:00
marianomartin
9f791574ec
[TimePicker] Use MaterialColors to correctly read CSLs with theme attributes
...
PiperOrigin-RevId: 345068246
2020-12-02 10:00:18 -05:00
raajkumars
aca5bfb6f7
[Bottom Navigation] Extracted common logic from bottom navigation component into navigation package.
...
PiperOrigin-RevId: 345029590
2020-12-02 09:55:26 -05:00
Carsten Hagemann
1f76fcc70f
[Slider] Improve listener documentation, fix #1900
...
Resolves https://github.com/material-components/material-components-android/issues/1900
Resolves https://github.com/material-components/material-components-android/pull/1901
GIT_ORIGIN_REV_ID=70b2b0a1f2bc5798165913cb7dd2e015ff55abdf
PiperOrigin-RevId: 345003325
2020-12-01 09:30:36 -05:00
dniz
7e578e4b13
[Motion] Changed motionPath theme attr format to enum|string
...
PiperOrigin-RevId: 344865393
2020-12-01 09:28:06 -05:00
connieshi
725d78deb5
[i18n] Added or updated string translations for i18n / l10n
...
PiperOrigin-RevId: 344821092
2020-11-30 13:42:11 -05:00
Sasikanth Miriyampalli
890b727dcb
[MaterialTimePicker] Make default theme overlay public
...
Resolves https://github.com/material-components/material-components-android/pull/1892
GIT_ORIGIN_REV_ID=da647ca589d4da3f2cebcfaef422ff7504296f09
PiperOrigin-RevId: 344275691
2020-11-29 11:12:58 -05:00
isabellekim
738cccb433
[Chip] Update javadocs @see methods to match the actual methods.
...
PiperOrigin-RevId: 344160354
2020-11-25 10:28:33 -05:00
haodong
4ab8cb1d4c
[ProgressIndicator] Added sized styles for circular type.
...
PiperOrigin-RevId: 344141496
2020-11-25 10:26:48 -05:00
dniz
5154eeae32
[Motion] Applied easing, duration, and path theme attributes to MaterialContainerTransform
...
Also removed custom dagger container transform config from Catalog so that these motion theme changes are observable
PiperOrigin-RevId: 344118337
2020-11-25 10:25:26 -05:00
Mattia Pagini
2b95793ea6
[BaseTransientBottomBar] Check for nullable AccessibilityService
...
Resolves https://github.com/material-components/material-components-android/issues/1885
Resolves https://github.com/material-components/material-components-android/pull/1888
GIT_ORIGIN_REV_ID=35572a920b4bdd66e416d428c55416df7c498db6
PiperOrigin-RevId: 343873267
2020-11-23 14:41:28 -05:00
haodong
379519765a
[ProgressIndicator] Corrected comments for javadoc.
...
PiperOrigin-RevId: 343570043
2020-11-23 09:07:44 -05:00
dniz
186d5ed023
[Motion] Added easing, duration, and path theme attributes, as well as utilities to read them
...
PiperOrigin-RevId: 343380483
2020-11-20 15:00:13 -05:00
haodong
9d7ae04e0e
[ProgressIndicator] Renamed some attributes.
...
PiperOrigin-RevId: 343299956
2020-11-19 12:33:42 -05:00
haodong
5ff62d3098
[ProgressIndicator] Hided AnimatorDurationScaleProvider from API.
...
PiperOrigin-RevId: 343124032
2020-11-18 16:11:21 -05:00
cketcham
b163458a3a
[BottomSheet] Updates the way BottomSheet handles insets
...
This updates ThemeOverlay styles to prevent drawing a transparent nav bar and updates BottomSheetBehavior and BottomSheetDialog to handle insets correctly so content isn't drawn behind the status bar or navigation bar.
Resolves https://github.com/material-components/material-components-android/issues/1222
Resolves https://github.com/material-components/material-components-android/issues/267
PiperOrigin-RevId: 343006492
2020-11-18 10:40:16 -05:00
Drew Hamilton
c4f7de167f
[ShapeableImageView] Support contentPadding
...
Resolves https://github.com/material-components/material-components-android/pull/1871
GIT_ORIGIN_REV_ID=42b91686512ed77d38f5a70a26cc52157ff4184b
Co-authored-by: ymarian <38727469+ymarian@users.noreply.github.com>
PiperOrigin-RevId: 342906676
2020-11-17 15:52:38 -05:00