Releases: mars885/persistent-search-view
Releases · mars885/persistent-search-view
1.1.5
1.1.4
- Exposed the
adapster
library as a compile classpath dependency. This was done, because the library since the first release had leakedadapster
's public API, which caused users to manually include theadapster
library in their projects. To preserve backwards-compatibility, now the library exposesadapster
asapi
dependency, which means that users can now remove explicit declaration of that library in their gradle files: #31 - Migrated the
sample
module to useViewBinding
to reference views: #28 - Updated dependencies: #23
1.1.3
1.1.2
1.1.1
1.1.0
- Updated third-party dependencies: 8d3f5f0
- Add the ability to hide a voice input button programatically and by using XML attributes: eb78268
- Added the ability to hide a clear input button: 4cf8bd1
- Now when hiding left, input, or right buttons the margins will properly readjust: bb3f0be
- Added the ability to change the gravity of the query input view: 27a9b24
- Fixed dimming bug when the suggestions are disabled: e4a2607 69d33fd