Update month and year navigation to use the correct color (6cb28b927ba718cec6794dad9f5e6a64d9ae4b91)
Made some MaterialCalendar related methods/classes public, but still restricted. (431e09264989b6b14b4e0c5b38db4e0f4355e0a1)
Allow RangedDateSelectors with multiples ranges in different months to be shown correctly. (fb23efff45201018d49c66b1ed9c8fff8560d59c)
Speed up calendar performance by only updating certain views when a day is clicked, instead of recreating and redrawing all of them. (b12c5c5b008579d35aab23000f493487d979b257)
Fix the failed test cases in DateStringsTest (2353a290ba605329c81e5ad5aa5d25c4fc955317)
Added placeholder text in text input mode to show date format (6050bd43475aed0448c31e2adcaf01244cdff05d)
Fixed orientation of next/previous month button icons for RTL languages (b82d41fe55e9538509299a1ee90798b29839392c)
Updated text input mode to respect custom theme res id (5bd64f42d3c3a7b54dda2363e7af797ac8134bf0)
A11y
Fixed dropdown list not focusing for editable dropdown menus. (be8fc51596a2a5bbb1f297256c7ae34715bd3660)
TimePicker
Fixed ClassCastException with a Bridge Theme (a4b008e742e7aadd96c99f14f5f9dd3f6836ef39)
Added the ability to switch to text input mode when double tapping the selected number (bad81310d322de879b09431c5e550d31a105786b)
Added content description to button to switch input modes (4fa13416ecb0b7fd47ac52e41ab784cb919cf8ab)
Added setters for the title string (91c972c7f38f5662be39bbb46b9deacfd2b793b9)
Documented hour and minutes ranges (c0be2c0cb16951e38f38cb4716ae979a16cd7248)
Changed positive listener to be an OnClickListener (0aed26b8b7aa5d053c287c99b2d40ad08c420f8a)
Support formatting the numbers depending on the configuration locale (a543032c993738eb9641ca0baf41b480e6d4c56e)
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-alpha03.
Release notes
Sourced from material's releases.
Commits
3178b9d
[Release] Updated mdcLibraryVersion to 1.3.0-alpha03.cf3c091
[Dialog] Added string translations for i18n / l10n23018e1
[Badge] Added string translations for i18n / l10n0845dfe
[Chip] Added string translations for i18n / l10n467bb88
[TextField] Added string translations for i18n / l10n9d1d977
[BottomSheet] Added string translations for i18n / l10nc1a290e
[TimePicker] Added string translations for i18n / l10nd827426
[DatePicker] Update header title strings to match spec9f3feea
[TimePicker] Changed title to use right text appearance attr4aecc09
Removes duplicated gradle-wrapper.jarDependabot 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)