Skip to content

Releases: natario1/Autocomplete

v1.1.0

19 Apr 16:58
dd3681f
Compare
Choose a tag to compare

Any view returned by Presenters that has height = 0 after being measured, will be interpreted as a 'dismiss popup'. This can have side effects if you perform asynchronous loading and your adapter returns 0 items at first.

To avoid this, you can give the root view some minHeight, some vertical padding, or (better) have your adapter return an item (for empty or loading states). Note that you will show an empty popup even when you actually have no data, so you should take care of this.

Fixed a configuration change crash.

v1.0.3

18 Apr 23:25
5a08de3
Compare
Choose a tag to compare
  • Updated dependencies
  • Cancel the popup when height is 0
  • Expose setInputMethodType and setSoftInputType

v1.0.2

01 Sep 14:09
Compare
Choose a tag to compare

Support for Android Oreo, updated dependencies.

v1.0.1

29 May 21:12
Compare
Choose a tag to compare

Fixes a bug with RecyclerViewPresenter not updating its dimensions on dataset changes. This was causing the popup not to be shown with the default popup dimensions.