auth0-android-sample
auth0-android-sample copied to clipboard
Bump material from 1.2.1 to 1.7.0 in /00-Login-Kt
Bumps material from 1.2.1 to 1.7.0.
Release notes
Sourced from material's releases.
1.7.0
What's new since 1.6.1
- All new Switch component with a new look! Check out the updated documentation for details.
- New Shape system that is now being used by all components. Learn about the shape system and see how its used in the Material3 theme and components by checking out the updated documentation
- Checkbox has been redesigned and now supports indeterminate and error states! Check out the updated documentation.
- BottomAppBar has been redesigned! Check out the updated documentation
- New Icon Button support has been added including outlined, tonal, and filled variants!
New minimum requirements for your app's project:
- Update to Android Gradle Plugin (AGP) version 7.2.0
- Update to Gradle version 7.3.3
- Update to Java 8 (version 1.8)
- Update to Android Studio Chipmunk, version 2021.2.1
- Update compileSdkVersion and targetSdkVersion to 32
Dependency Updates
Dependency Previous version New version androidx.appcompat 1.5.0-beta01 1.5.0 androidx.core 1.5.0 1.6.0 androidx.test 1.1.0 1.4.0 Android Gradle Plugin (AGP) 4.0.0 7.2.0 Gradle 6.1.1 7.3.3 Java Version 1.7 (7) 1.8 (8) Other highlights
MaterialButton
- Added methods to not toggle checked state on buttons on click (a6011078689521cf0c042e7444c36b6607cedcf9)
- Updated M3 button style to add outlined icon button style (467a2c9f7314cdfd5300594b4e66a70657d5d702)
- Updated M3 button style to add filled tonal icon button style (14578ed68cb296080d511ceb502469903c0ef5d7)
- Updated M3 button style to add filled icon button style (25606cf34addae1420eeba24eec0f90aef06d0d2)
- Fix icon textStart/End alignment with multiline text (b6b895a1e40efbf2e36b2ea5e91bae7bcd0bdb8c)
- Fix icon position with multiline text (19d05000bcc273f781a85ce41530f604fead268e)
Documentation
- Updated typography guidelines to M3 (104a342307c31170494c3dcd2011ca63b182e4b5)
- Added an example to demonstrate how to make bottom sheet dialog in edge-to-edge mode (57a3c989ffdaee252fa00bbe5246f837d18b6a60)
- Updated Snackbar doc regarding CoordinatorLayout (ef2c2fad36d11933d71ea5c9a2826be3119bec17)
- Add status bar / edge-to-edge section to Top App Bar doc (b8e1f978940c218502ee6161d0b3f673299eceb0)
TopAppBar
- Fixed bug in HeaderScrollingViewBehavior that causes child translation Y not to be reset to default if the behavior is changed from an overlapping to non-overlapping behavior in layoutParams.setBehavior (00c62d21c9e21eb595d2d83bddcf6782a9773729)
- Excluded views that are GONE from scroll range calculation (687e73590de5ea219a14a336094002b9d3884af5)
- Fixed collapsing title issue with different fonts (0c341c4e9b9703945ffbf22af0a4158bde41582c)
- Added setLiftOnScrollTargetView() method (d6c435461eece74656db5e2de92944c7ca807439)
A11y
- Made multi-selection Chips announce as Buttons (d4c2c9549051d706d91dcd96ceb79c52e1aedd30)
- Made drawer announce its number of items (b1f7d5bebc298865a25747d2f28050a67b15761d)
TextInputLayout
- Added a new custom length counter field and getters/setters to switch how text length is calculated for the counter. (4ded01ed3ff5f6669080b6330c3d6dce8869cdca)
- Fixed hint is not displayed when expanding space is limited (73cb1b6e78a0e28d157a1b5da061568117c2fa40)
... (truncated)
Commits
355c69dUpdate library version to 1.7.05cb92c8[Snackbar] Made snackbar javadoc more clear of how its dismissing works.c0e24cd[Documentation][Shape] Update documentation7e18ac4[Checkbox] Fixed NPE crash due to layer drawable's constant state issue in AP...ec1663f[CheckBox] Fix a11y announcement for indeterminate state.aaa7646Update library version to 1.7.0-rc012cc8932[Checkbox] Fixed pre 21 issue where the icon did not update its color accordi...a394314[Process] Update AppCompat version to 1.5 stable3af5784[ExposedDropdownMenu] Fixed missing icon activated color.c1e20e2[Docs] Changing the name for the AGP compatibility variable so that the IDE p...- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)