Skip to content

Releases: ByteHamster/SearchPreference

Version 2.7.1

15 Feb 10:21
Compare
Choose a tag to compare
  • Hide Keyboard on IME_DONE (by @Sagar0-0)
  • Make it possible to translate accessibility content descriptions (by @ByteHamster)
  • ⚠️ New version schema: Drop the v prefix of the version number:
-implementation 'com.github.ByteHamster:SearchPreference:v2.6.1'
+implementation 'com.github.ByteHamster:SearchPreference:2.7.1'

Version 2.6.2

08 Feb 19:59
Compare
Choose a tag to compare
  • Fix for JitPack creating empty package

Version 2.6.1

08 Feb 19:12
Compare
Choose a tag to compare
  • Fix compilation on JitPack (Java version)

Version 2.6.0

08 Feb 19:01
Compare
Choose a tag to compare
  • Increase touch target size of "clear" and "more" buttons to 48dp to avoid warnings in Google Play Console
  • Upgrade build tools

Version 2.5.1

11 Feb 21:30
Compare
Choose a tag to compare
  • Fix app:textClearHistory and searchConfiguration.setTextClearHistory() (by @david-allison)

Version 2.5.0

23 Dec 11:32
Compare
Choose a tag to compare
  • Make highlight of search results more prominent
  • Fix sometimes letting clicks pass through to calling fragment

Version 2.4.0

18 Aug 17:41
Compare
Choose a tag to compare
  • Support using the library on multiple preference screens with different search history (by @joserebelo)

Version 2.3.0

27 Aug 07:45
Compare
Choose a tag to compare
  • Save clicked preference title instead of typed text in search history (by @BrayanDSO)
  • Make classes easier to extend (by @BrayanDSO)

Version 2.2.1

30 Jul 14:59
fd6a9c2
Compare
Choose a tag to compare

Version 2.2.0

27 Jul 21:52
0e001fe
Compare
Choose a tag to compare
  • Make non-fuzzy search case insensitive (by @BrayanDSO)
  • Make it possible to index and ignore preferences programmatically (by @BrayanDSO)