Skip to content

Tags: yashpandey06/material-components-android

Tags

1.7.0-alpha03

[Chip] Fix API requirement

PiperOrigin-RevId: 461030541

1.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[TextInputLayout] Fix for TextInputLayout leak via AccessibilityManag…

…er. (material-components#2718)

[TextInputLayout] Fix for TextInputLayout leak via AccessibilityManager.

Adaptation of material-components@673cefc for 1.6

Resolves material-components#2615

1.7.0-alpha02

[Release] Version 1.7.0-alpha02

PiperOrigin-RevId: 450719936

1.6.0

[M3][Color] Updated color harmonization demo

PiperOrigin-RevId: 446199668
(cherry picked from commit dc65df3)

1.6.0-rc01

[Gradle] Changed gradle so that tests run in parallel, preventing Out…

…OfMemory errors

PiperOrigin-RevId: 440899952
(cherry picked from commit e9b04a6)

1.7.0-alpha01

[Build] Bump library version to 1.7.0-alpha01

PiperOrigin-RevId: 441807206

1.6.0-beta01

[TextInputLayout][a11y] Fixed text field's focused rect wrong behavio…

…r when using a11y magnification.

Before, in requestRectangleOnScreen we were setting the text input layout’s rectangle to a specific and constant position, which caused the zoomed in screen to be fixed to the left instead of following the input text as it was typed. We should use the edit text’s rectangle’s position first, then adjust for the text field’s height (which includes the helper/error text), then use that updated rectangle on the super call of the method.

PiperOrigin-RevId: 435402032
(cherry picked from commit dce4419)

1.6.0-alpha03

[Tokens] Ignore NewApi lint check for typography fontFamily.

PiperOrigin-RevId: 430978528

1.6.0-alpha02

[Release] Update library version to 1.6.0-alpha02

PiperOrigin-RevId: 422589497

1.5.0

[Gradle] Replace all jcenter with mavenCentral

https://blog.gradle.org/jcenter-shutdown

PiperOrigin-RevId: 421331758
(cherry picked from commit ad97f01)