Renamed ThemeOverlay.MaterialComponents.MaterialTimePicker to ThemeOverlay.MaterialComponents.TimePicker to be more consistent with other time picker styles (130993de587400f0a1e46aa0767e0f6b9eb67529)
Changed text input view to a view stub (3a00d7aa9af06aba2ce9f82cf78e240774b9409f)
Removed hint setting (79150873bd2ce7e73429786295f1c081595ff584)
Using MaterialColors to correctly read CSLs with theme attributes (9c9e6c42ba4c2afaa0d7be36844383d2dc15af4a)
Making default theme overlay public (0e04c9d79a471f8f3e6d19998ea1a60673dc8dc7)
Chip
Updated javadocs @see methods to match the actual methods. (3a0de84f21cf7c4000ebf45ebc7d5f1354aaf919)
CollapsingToolbarLayout
Updated CollapsingToolbarLayout to support framework android.widget.Toolbar (<Toolbar) (d568e55c9092fa179d895db46a5a10cf17be4865)
Snackbar
Fixed remaining NPEs from #917 (291486cfbfe828904c053bb9c4223a8e443d2cd1)
TextInputLayout
Fixed placeholder text not being properly announced. (1290f8224f59c0a4defcadfd3dcb1760f5506869)
Fixed IndexOutOfBoundsException when trying to change end icon (963ad14b84a4ae65d480c471ec6139746f02f7a0)
Other
Added or updated string translations for i18n / l10n (39f7d349d0b9cf19b74591879bbf8cde9ade237a)
Fixed typo in TextAppearance.MaterialComponents.TimePicker.Title (c6351c45d6bb65efbfe012fd92c5128ccfb660b2)
Add default style attribute (materialClockStyle) to the time picker theme overlay for the clock face and clock hand, making all colors on the clock customizable. (22467b49943b9ac471c2d1aeaff9c747ced1d42d)
Update title color to be in typography. (7ef5308c142befdfdc4531420f540f8a2e1b18c9)
Increased touch target size of AM/PM toggle (37c7f26793fd76769e9f14386464a68a6df9ec25)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps material from 1.2.0-alpha02 to 1.3.0-beta01.
Release notes
Sourced from material's releases.
Commits
130993d
[TimePicker] Renamed ThemeOverlay.MaterialComponents.MaterialTimePicker to Th...1290f82
[TextInputLayout][a11y] Fixed placeholder text not being properly announced.963ad14
[TextInputLayout] Fix IndexOutOfBoundsException when trying to change end icon291486c
[Snackbar] Fixes remaining NPEs from #91760723fd
[ProgressIndicator] Fixed incorrect visibility when used in the recycler view.3a00d7a
[TimePicker] Change text input view to a view stub77cf940
[ProgressIndicator] Renamed indeterminateAnimationType enums "seamless" and "...d568e55
[CollapsingToolbarLayout] Updated CollapsingToolbarLayout to support framewor...7915087
[TimePicker] Remove hint setting9c9e6c4
[TimePicker] Use MaterialColors to correctly read CSLs with theme attributesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)