This project adheres to Semantic Versioning.
- Fix: Indicator showing up under a search item currently in focus, allowing the item to be clicked. See commit: 67530a2
- Fix: Event
onItemSelected
receiving aAppCompatEditText
class name due totoString
being called on view instead oftext
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
- 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 fromMultiSearchContainer
intoMultiSearchPresenter
, allowing usecase to update the state of the view. See commit: 310d369 - Optimization: Removed unused
SimpleAnimatorListener
contract. See commit: 8b18015
Initial production release