Releases: tylersuehr7/chips-input-layout
Releases · tylersuehr7/chips-input-layout
Some Updates
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
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
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!
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
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
Now works on GitPack.
Support for GitPack
Added maven plugin for GitPack support.
Support for GitPack
Contains the full functionality specified in the master branch.