Skip to content

Releases: milos192/android-material-chips

v0.2.5-alpha

27 Feb 11:59
Compare
Choose a tag to compare
v0.2.5-alpha Pre-release
Pre-release

Fixing the clear all method.

v0.2.4-alpha

27 Feb 11:02
Compare
Choose a tag to compare
v0.2.4-alpha Pre-release
Pre-release

Adding a clear all method.

v0.2.3-alpha

23 Feb 14:50
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release

The editor action listener now does its thing before dispatching the event. Set the mode to disable that.

v0.2.2-alpha

20 Feb 13:49
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release

Passing the onEditorAction event so that apps can react in their own way when someone presses "done" on they keyboard.

v0.2.1-alpha

17 Jan 17:43
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

Pulling out Chip from the ChipsView.

v0.2.0-alpha

17 Jan 16:44
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Trying to generify the View

v0.1.9-alpha

07 Dec 18:41
Compare
Choose a tag to compare
v0.1.9-alpha Pre-release
Pre-release

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

01 Dec 18:38
Compare
Choose a tag to compare
v0.1.7-alpha Pre-release
Pre-release

Notifying about the deletion of the chip by a listener event even when the deletion was done manually.

v0.1.6-alpha

01 Dec 18:06
Compare
Choose a tag to compare
v0.1.6-alpha Pre-release
Pre-release

Adding the ability to get the current text from the autocomplete view.

v0.1.5-alpha

01 Dec 16:16
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

Returning to the MaterialAutoCompleteTextView implementation for the time being.