Skip to content

1.6.0-beta01

Compare
Choose a tag to compare
@hunterstich hunterstich released this 22 Mar 19:53
· 31 commits to release-1.6 since this release

Dependency Updates

  • No dependency updates

Library Updates

  • Color
    • Deprecated previous apply...() APIs and add overload for activity apply method with no options (8363cde)
    • Iterated on HarmonizedColors and DynamicColors feedback (b70bbc2)
    • Updated dark tone values for ColorRoles. (7b51353)
    • Updated getters/setters naming in the HarmonizedColorsOptions (bfb6086)
    • Fixed formatting and typos for resources harmonization. (d24b3a9)
    • Updated Color dev doc and added new section for Apply dynamic colors using DynamicColorsOptions and Resource Harmonization. (a81a658)
  • NavigationRail
    • Updated documentation to include window inset attributes. (3b2b56e)
    • Fixed bottom padding being applied incorrectly (5173944)
  • TextInputLayout
    • Added class documentation to use TextInputLayout's context to construct the child TextInputEditText. (1085583)
    • Fixed end icon focus in a11y mode when a11y mode is turned on/off after views have been attached. Also added a11y tests. (b9a21f0)
    • Fixed text field's focused rect wrong behavior when using a11y magnification. (a8d8e70)
  • Tokens
    • Upgraded to v0.79. (ccfc0ee)
    • Migrated deprecated motion token generated resources. (91c2530)
    • Removed deprecated font family resource. (6a4fa0b)
    • Added missing palette token generated resources. (e7a691e)
    • Added new shape appearance styles. (a5b78e6)
    • Added lineHeight attr into TextAppearance. (b4d4450)
  • TimePicker
    • Updated accessibility className used for hour/minute Chips (981129f)
    • Updated to give more context on hour/minute selection (380778f)
    • Fixed TalkBack from announcing unavailable action (1b14715)
    • Fixed TalkBack announcing wrong selection between hour/minute (47781d5)
    • Fixed wrong clock item selection (9cdf4c9)
  • Tabs
    • Fixed tabs with padding in fixed mode from scrolling (9c2df28)
  • Slider
    • Added LABEL_VISIBLE to label behavior and added a demo fragment in catalog. (ca8594d)
    • Refined javadocs of thumb radius setters (78b532c)
  • DatePicker
    • Always go edge-to-edge in fullscreen mode (be6050a)
  • Catalog
    • Fixed status bar and action mode glitches in ActionBar demo (ebfb3db)
    • Removed the overflow menu from the bottom app bar demo (52daa6f)
  • Material 3
    • Added additional condition to check dynamic color supported devices (69121c8)
  • NavigationView
    • Fixed navigation view item ripple (cfc307e)
  • TopAppBar
    • Fixed centering logic when title and subtitle are the same (f69e3a0)
  • Other
    • Updated bug report template with more instructions for minimal sample app (a147bca)

Full list of changes

1.6.0-alpha03...1.6.0-beta01