Skip to content

Releases: mars885/persistent-search-view

1.1.4

27 Oct 21:27
d7f2865
Compare
Choose a tag to compare
  • Exposed the adapster library as a compile classpath dependency. This was done, because the library since the first release had leaked adapster's public API, which caused users to manually include the adapster library in their projects. To preserve backwards-compatibility, now the library exposes adapster as api dependency, which means that users can now remove explicit declaration of that library in their gradle files: #31
  • Migrated the sample module to use ViewBinding to reference views: #28
  • Updated dependencies: #23

1.1.3

16 Aug 13:42
Compare
Choose a tag to compare

1.1.2

08 Dec 21:32
Compare
Choose a tag to compare
  • Fix a bug regarding restoring state on Lollipop APIs: ef21a76
  • Increased target and compile SDK versions: ed01e77
  • Updated kotlin and android gradle plugin versions: 6d8aec8 920e488
  • Updated dependencies: 4c5be2c

1.1.1

24 May 14:58
Compare
Choose a tag to compare
  • Updated Kotlin and Android plugin versions: de91679
  • Fixed issues of third-party dependencies: a619a20
  • Updated targetSdk version to 28: aa77abb

1.1.0

09 Mar 17:20
Compare
Choose a tag to compare
  • 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

1.0.1

09 Sep 01:39
Compare
Choose a tag to compare
  • Updated Kotlin plugin version from the 1.2.51 to the 1.2.61
  • Updated AndroidX libraries from the 1.0.0-beta01 version to the 1.0.0-rc02
  • Updated Adapster library version from the 1.0.0 to the 1.0.3

1.0.0

09 Sep 01:31
Compare
Choose a tag to compare

Initial public release.