SatoShun
9813cc5666
[MaterialSharedAxis] fix javadoc
...
Resolves https://github.com/material-components/material-components-android/pull/1210
GIT_ORIGIN_REV_ID=04314d6ef1150fc41e125ea6e49a3636413a7282
PiperOrigin-RevId: 307059021
2020-04-17 15:18:58 -04:00
marianomartin
b5533eae6b
Swallow exception setting convex path in MaterialShapeDrawable for pre releases of Q
...
PiperOrigin-RevId: 306874530
2020-04-17 15:17:21 -04:00
connieshi
4fb2375688
Remove AppCompatButton workaround for FloatingToolbar in API 23-25 now that MaterialButton supports android:background.
...
PiperOrigin-RevId: 306841859
2020-04-17 15:10:15 -04:00
marianomartin
cc88816b82
[ProgressIndicator] initial commit
...
ORIGINAL_AUTHOR=pekingme
PiperOrigin-RevId: 306469609
2020-04-14 22:11:45 -04:00
Material Design Team
e802ecaa36
Add documentation to clarify percent units.
...
Otherwise it's pretty ambiguous, a percent logically is out of 100 but this unit is actually a fraction of the height intended to be in range 0-1.
PiperOrigin-RevId: 306281351
2020-04-14 21:37:46 -04:00
hunterstich
d6501c97bc
[Slider] Fix attach/detach behavior when Slider is added in an overlay as part of a Transition.
...
Resolves https://github.com/material-components/material-components-android/issues/1195
A Visibility transition will add Slider to an overlay and then call onAttachToWindow/onDetachFromWindow which looks for an android.R.id.content view, which doen't exist, getting stuck in a loop. This adds an exit strategy for android.R.id.content not being found and fixes Slider in Visibility transitions.
PiperOrigin-RevId: 305886706
2020-04-13 10:21:36 -07:00
Audrius Karosevicius
df84e91819
Automated g4 rollback of changelist 304625391
...
PiperOrigin-RevId: 305727309
2020-04-13 09:47:05 -07:00
connieshi
d3e76d3a61
Alleviate badge being clipped off by calling setClipChildren(false) and setClipToPadding(false) on a tabview's parent.
...
If a long badge is shown on an end tab with a long string, it could still be clipped off. Current workaround is to adjust the badge offset.
Resolves https://github.com/material-components/material-components-android/issues/1168
PiperOrigin-RevId: 305686535
2020-04-13 09:27:58 -07:00
leticiars
2df71d156b
[TextInputLayout] Fixing counter RTL not working for all languages.
...
PiperOrigin-RevId: 305286488
2020-04-09 05:19:45 -07:00
Material Design Team
7a300c134f
Fix MaterialAlertDialog getting dismissed on any MotionEvent.
...
PiperOrigin-RevId: 305275984
2020-04-09 05:14:38 -07:00
hunterstich
a265520e42
[MaterialDatePicker] Update datepicker drawable resources to use material_ prefix.
...
Resolves https://github.com/material-components/material-components-android/issues/1166
PiperOrigin-RevId: 305078908
2020-04-06 13:26:41 -07:00
Material Design Team
e6e9a07f4b
Automated g4 rollback of changelist 305014223
...
PiperOrigin-RevId: 305017071
2020-04-06 12:47:42 -07:00
hunterstich
2ac7fb75df
[MaterialDatePicker] Prefix drawables with mtrl_ to avoid client confliects.
...
Resolves https://github.com/material-components/material-components-android/issues/1166
PiperOrigin-RevId: 305014223
2020-04-06 12:34:43 -07:00
Mygod
aa8042f498
[BottomSheet] Make touch_outside unfocusable
...
Resolves https://github.com/material-components/material-components-android/pull/974
GIT_ORIGIN_REV_ID=682a8b7ac7eb4bcdc238e04c14349b7beb4a8185
PiperOrigin-RevId: 304632071
2020-04-06 12:31:53 -07:00
Audrius Karosevicius
b7d46c4ba9
Automated g4 rollback of changelist 304610560
...
PiperOrigin-RevId: 304625391
2020-04-03 10:11:25 -07:00
Audrius Karosevicius
a6c0c4c53a
[MaterialButton] Save state
...
Resolves https://github.com/material-components/material-components-android/pull/1123
GIT_ORIGIN_REV_ID=56600d14c8bab0932f3b3569c94d548d1c1523f2
PiperOrigin-RevId: 304610560
2020-04-03 10:06:26 -07:00
hunterstich
2a2792d4fb
[Motion] Remove context parameter from MaterialContainerTransform.
...
PiperOrigin-RevId: 304389543
2020-04-03 09:57:54 -07:00
marianomartin
4ad50666b2
[MaterialCardView] Checked icon is being squeezed with useCompatPadding
...
Resolves https://github.com/material-components/material-components-android/issues/795
PiperOrigin-RevId: 304272773
2020-04-03 09:22:16 -07:00
Material Design Team
74921bbbce
Update warning suppressions.
...
PiperOrigin-RevId: 304119651
2020-04-03 09:09:53 -07:00
leticiars
a3d356fdb4
[TextInputLayout] Fixing placeholder not respecting edit text's gravity.
...
Resolves: https://github.com/material-components/material-components-android/issues/1139
PiperOrigin-RevId: 304037224
2020-04-03 08:53:49 -07:00
melaniegoetz
4e28d9c916
Adjust BottomSheet peek height based on insets
...
PiperOrigin-RevId: 303819564
2020-04-03 08:44:46 -07:00
leticiars
236ce314e8
[ExposedDropdownMenu] Adding styles to public.xml
...
Resolves https://github.com/material-components/material-components-android/issues/1141
PiperOrigin-RevId: 303740794
2020-03-30 15:57:05 -04:00
isabellekim
309d71860f
Respect android:background attribute for MaterialButton.
...
PiperOrigin-RevId: 303732939
2020-03-30 15:52:26 -04:00
hunterstich
148938ca84
[Motion] Update MaterialFadeThrough and MaterialFade to use MaterialVisibility and remove context param.
...
This updaes the remaining transitions to compose themselves of two animators instead of two visibility transitions. This also removes the context parameter from MaterialFadeThrough, MaterialFade and MaterialSharedAxis' constructors.
PiperOrigin-RevId: 303332658
2020-03-27 11:40:38 -04:00
leticiars
7879953930
[ExposedDropdownMenu] it should be getInt instead of getResourceId in order to properly read android:inputType
...
PiperOrigin-RevId: 302480767
2020-03-24 11:37:26 -04:00
Material Design Team
b9428363d7
Add nullness annotations to input parameters
...
PiperOrigin-RevId: 301697159
2020-03-24 11:31:35 -04:00
hunterstich
5b07d02c8e
Refactor MaterialSharedAxis to be composed of two animators.
...
Resolves https://github.com/material-components/material-components-android/issues/1047#issuecomment-594966218
PiperOrigin-RevId: 301619025
2020-03-18 17:37:50 -04:00
leticiars
6e72652310
[ExposedDropdownMenu] Fixing width being too small when it's wrap_content.
...
Resolves https://github.com/material-components/material-components-android/issues/1001
PiperOrigin-RevId: 301415436
2020-03-18 17:34:28 -04:00
marianomartin
368b54c0ee
Fix setItemRippleColor links
...
PiperOrigin-RevId: 300799013
2020-03-13 16:01:11 -07:00
isabellekim
b70cc90388
Fix javadoc errors in ExpandableBehavior.
...
PiperOrigin-RevId: 300777345
2020-03-13 13:36:21 -04:00
hunterstich
dce680b91a
Fix BottomSheet java doc lint errors
...
PiperOrigin-RevId: 300605854
2020-03-13 11:13:06 -04:00
connieshi
0687ca80b0
Fix javadocs errors in Chip and ChipDrawable.
...
PiperOrigin-RevId: 300592847
2020-03-13 11:11:29 -04:00
haodong
6d5d939134
[Javadoc] Fixed errors in Slider.java
...
PiperOrigin-RevId: 300572596
2020-03-13 11:09:36 -04:00
isabellekim
358f9a7a3d
Add @deprecated to javadocs for methods and classes marked @Deprecated.
...
PiperOrigin-RevId: 300567533
2020-03-13 11:07:17 -04:00
isabellekim
5ef93e9351
Javadoc updates for BottomNavigationView.
...
PiperOrigin-RevId: 300567464
2020-03-13 11:05:25 -04:00
isabellekim
f90d1cf108
Update javadocs on CircularRevealHelper.
...
PiperOrigin-RevId: 300567339
2020-03-13 11:03:18 -04:00
marianomartin
f90181efef
Fix javadocs errors for DatePicker, Transformation, and FAB
...
PiperOrigin-RevId: 300553804
2020-03-13 11:00:54 -04:00
marianomartin
841fae9258
Fix javadocs issues in Shape package
...
PiperOrigin-RevId: 300547341
2020-03-13 10:57:59 -04:00
connieshi
facc94d1a0
Fix javadoc issues in BadgeDrawable
...
PiperOrigin-RevId: 300421740
2020-03-13 10:54:24 -04:00
hunterstich
fe1651939c
Fix motion java doc lint errors
...
PiperOrigin-RevId: 300415917
2020-03-13 10:52:20 -04:00
leticiars
c86a61c3ba
Updating javadocs for TextInputLayout
...
PiperOrigin-RevId: 300414100
2020-03-13 10:50:34 -04:00
leticiars
b8f00efb55
Updating javadocs for Tooltip
...
PiperOrigin-RevId: 300414090
2020-03-13 10:48:57 -04:00
isabellekim
c30abe9d7a
Update javadocs for Snackbar.
...
PiperOrigin-RevId: 300406441
2020-03-13 10:46:58 -04:00
leticiars
fd848e8aac
[ExposedDropdownMenu] Fixing double click sound when layout is clicked.
...
PiperOrigin-RevId: 299828619
2020-03-09 11:50:08 -07:00
Material Design Team
5213b46edd
[Chip] Support setting checked icon's tint via xml attribute
...
PiperOrigin-RevId: 299429881
2020-03-09 10:45:57 -07:00
leticiars
2bf42a74bb
[TextInputLayout] Calling clear() instead of setting text to null in ClearTextEndIconDelegate so that TalkBack announces that text was cleared.
...
PiperOrigin-RevId: 299417412
2020-03-09 09:39:10 -07:00
leticiars
d1850a3d78
[ExposedDropdownMenu] Implement workaround to inputType=none not working + move MaterialAutoCompleteTextView to textfield/ directory.
...
The alternative to android:editable="false" (which is deprecated) is to set inputType="none", however due to a framework bug that has no effect. This change makes it so it works as expected.
PiperOrigin-RevId: 299411110
2020-03-09 09:36:24 -07:00
melaniegoetz
2a188e507a
Change Theme.MaterialComponents.BottomSheetDialog to use new bottomSheet style
...
Fixes: https://github.com/material-components/material-components-android/issues/1086
PiperOrigin-RevId: 299402955
2020-03-09 09:25:30 -07:00
marianomartin
7e99fcb67d
Fix issue when setting padding and ShapeableImageView background
...
PiperOrigin-RevId: 299359752
2020-03-06 11:39:32 -08:00
isabellekim
6602bf622d
Open access to MaterialColors.
...
Resolves https://github.com/material-components/material-components-android/issues/949
PiperOrigin-RevId: 299343895
2020-03-06 14:34:11 -05:00