Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Releases: AniTrend/material-multi-search

0.1.3

30 Dec 13:53
Compare
Choose a tag to compare
  • Fix: Indicator showing up under a search item currently in focus, allowing the item to be clicked. See commit: 67530a2
  • Fix: Event onItemSelected receiving a AppCompatEditText class name due to toString being called on view instead of text property. See commit: 886d13f
  • New: Replaced default animation duration with configurable styleable attribute. See commits: 6f98492 & 8f0ea77
  • Optimization: Remove redundant edit text view properties which are set programmatically at runtime. See commit: cbb1515

0.1.2

27 Dec 19:17
Compare
Choose a tag to compare
  • Fix: Call onItemSelected when a search item is removed and the selection is changed. See commit: e8a6441
  • Fix: Set selectedSearchItemTab reference to null when it is the only child item in the parent view. See commit: 552bace
  • Optimization: Remove EasingInterpolator library. See commit: 2c513dd
  • Optimization: Moved isSearchMode flag from MultiSearchContainer into MultiSearchPresenter, allowing usecase to update the state of the view. See commit: 310d369
  • Optimization: Removed unused SimpleAniMatorListener contract. See commit: 8b18015

0.1.1

27 Dec 19:18
Compare
Choose a tag to compare

Initial production release