Releases: Teamwork/android-multiautocomplete
Releases · Teamwork/android-multiautocomplete
v0.4.0
Moving the library from Bintray to Maven Central
Given the future discontinuation of the Bintray repo, we have moved multiautocomplete
to Maven Central.
Please follow the instructions in the Download section of the README to update your configuration, and note that the groupId
of the library has changed as following:
implementation 'com.teamwork.multiautocomplete:android-multiautocomplete:0.4.0'
Changelog
No code changes between 0.3.0
and 0.4.0
.
v0.3.0
com.teamwork:android-multiautocomplete:0.3.0
Breaking changes
- Support library dependencies replaced with
androidX
Other changes
- Updated build system dependencies to latest, using target SDK 30
- Some code warnings removed in production code
- Fixed documentation styles and updated Javadocs in artifacts
v0.2.6
Upgrade to latest Gradle plugin and support libraries (27.0.1)
v0.2.5
Delayer: exposes hidden Android API to allow delaying the filtering when the user is typing fast (or deleting text) in order to improve the MultiAutoCompleteEditText
performances.
v0.2.4
Bug fixes:
- OnTokensChangedListener: verify added/removed tokens when
setItems()
is called again with different data.
v0.2.3
MultiAutoComplete release javadoc 0.2.3