Skip to content

Releases: tylersuehr7/chips-input-layout

Some Updates

05 Apr 20:52
536a4a2
Compare
Choose a tag to compare

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

Awesome Stuff

20 Feb 08:45
715fd7a
Compare
Choose a tag to compare

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

Awesome Stuff

20 Feb 08:17
bb75381
Compare
Choose a tag to compare

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

Awesome Stuff!

29 Jan 07:24
bb75381
Compare
Choose a tag to compare

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

Few Cool Features

27 Oct 23:26
7e75180
Compare
Choose a tag to compare

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.

Support for GitPack

18 Oct 22:06
Compare
Choose a tag to compare

Now works on GitPack.

Support for GitPack

18 Oct 21:44
Compare
Choose a tag to compare

Added maven plugin for GitPack support.

Support for GitPack

18 Oct 21:08
Compare
Choose a tag to compare

Contains the full functionality specified in the master branch.