Releases: milos192/android-material-chips
Releases · milos192/android-material-chips
v0.2.5-alpha
Fixing the clear all method.
v0.2.4-alpha
Adding a clear all method.
v0.2.3-alpha
The editor action listener now does its thing before dispatching the event. Set the mode to disable that.
v0.2.2-alpha
Passing the onEditorAction event so that apps can react in their own way when someone presses "done" on they keyboard.
v0.2.1-alpha
Pulling out Chip from the ChipsView.
v0.2.0-alpha
Trying to generify the View
v0.1.9-alpha
Eliminating the line spacing, as it only seems to cause unnecessary stretching.
0.1.8 had to be skipped because Gradle kept pulling the old version.
v0.1.7-alpha
Notifying about the deletion of the chip by a listener event even when the deletion was done manually.
v0.1.6-alpha
Adding the ability to get the current text from the autocomplete view.
v0.1.5-alpha
Returning to the MaterialAutoCompleteTextView implementation for the time being.