Skip to content

1.2.0-alpha04

Compare
Choose a tag to compare
@pekingme pekingme released this 21 Jan 21:21

Dependency Updates:

  • No dependency updates.

Library Updates:

  • Slider
    • Added getters and setters of colors (3e212ef)
    • Added option to hide label (9ae1494)
    • Added OnFocusChangeListener (7691797)
    • Removed the invoke of requestDisallowInterceptTouchEvent(false) in ACTION_UP (d864118)
    • Removed unnecessary invalidation if the values haven't changed (e38d260)
    • Fixed halo rendering bug (5f631d4, df61bff)
    • Fixed no OnChangeListener fires when value changed with single click, and setting same values will trigger listener event (9bbcd2d)
    • Fixed crash with NullPointerException when set value before laid out (fa4dc3d)
    • Updated Tooltip dimensions to match spec (2098c0b)
  • SeekBar
    • Added missing functionality from SeekBar regarding touch events and value changes (cde09d4)
  • BottomSheet
    • Allowed collapsed bottom sheet to settle to half expanded state on dragging up (67fc0c9)
    • Added an ability to prevent dragging to expand/collapse (5b4ea9c)
    • Removed existing content during each setContentView (6c1b620)
  • TextField
    • Fixed crash when password is clicked and edit text is not focused in TalkBack mode (8ed0ab7)
    • Fixed outlined text fields not taking into account top padding (bf6ece0)
    • Fixed input text not being disguised by default when setting the end icon mode to password_toggle (e624c02)
    • Fixed expanded label not updating if edit text's size is changed programmatically (ffcb46b)
    • Fixed disabled color set for android:textColorHint not being applied on the label (16024fd)
    • Fixed label misalignment in legacy text fields when there is prefix/suffix (338d326)
  • Chip
    • Added CollectionInfos and CollectionItemInfos to ChipGroup and Chip for accessibility (253cdc2)
    • Fixed RTL padding issue (ba8e18e)
  • Selection
    • Added CollectionInfos and CollectionItemInfos to MaterialButtonToggleGroup and MaterialButton for accessibility (4389a18)
  • ShapableImageView
    • Support more types of Drawables (36426fc)
  • DatePicker
    • Added support to start in MaterialTextInputPicker mode (0e6c21d)
  • TabLayout
    • Fixed crash on autoRefresh disabled mediator (07931b6)
    • Fixed backward compatibility issue (17912e0, 3cd591f)
  • Menu
    • Fixed icons get squeezed for API <=21 (c6a554f)
  • MaterialShapeDrawable
    • Fixed shadow paint not updating color while setting shadow color (9f48006)
  • FAB
    • Added support for enabled/disabled state (94cd734)
  • Shrine
    • Updated deprecated volley dependency (870a732)
  • Catalog
    • Fixed strings text of ImageView (1dfc328)
    • Added new thumbnail for entry in the catalog for List (7b0a41d)

Full set of changes: 1.2.0-alpha03...1.2.0-alpha04