Chips Input Layout Versions Save

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).

2.3

6 years ago

Updates overview:

  • Fixes NullPointerException bug when setting show details on chips to false
  • Includes an OnChipsInputTextChangedListener for listening to text changes on ChipsEditText
  • Includes support for defStyleAttr constructor
  • Includes ability to change input type on ChipsEditText

2.2

6 years ago

New Features:

  • Can use image loading libraries (Glide,Picasso,...) to load chip avatars

Improvements:

  • Fixed hint being cutoff when near the end, now just wraps to next line
  • Reduced dependencies on the concrete class ChipsInputLayout
  • Decoupled certain methods on library internal components

2.1

6 years ago

New Features:

  • Can use image loading libraries (Glide,Picasso,...) to load chip avatars

Improvements:

  • Fixed hint being cutoff when near the end, now just wraps to next line
  • Reduced dependencies on the concrete class ChipsInputLayout
  • Decoupled certain methods on library internal components

2.0

6 years ago

New Features:

  • Can use image loading libraries (Glide,Picasso,...) to load chip avatars

Improvements:

  • Fixed hint being cutoff when near the end, now just wraps to next line
  • Reduced dependencies on the concrete class ChipsInputLayout
  • Decoupled certain methods on library internal components

1.3

6 years ago

You can now set a Typeface to be used by the ChipsInputLayout, and its components, as well as set a ChipChangedObserver in ChipsInputLayout and access ChipDataSource through ChipsInputLayout.

1.2

6 years ago

Now works on GitPack.

1.1

6 years ago

Added maven plugin for GitPack support.

1.0

6 years ago

Contains the full functionality specified in the master branch.