Skip to content

Releases: ByteHamster/SearchPreference

Version 2.7.3

Choose a tag to compare

@ByteHamster ByteHamster released this 30 Apr 20:42
  • Fix clicking on settings items that do not have a title

Version 2.7.2

Choose a tag to compare

@ByteHamster ByteHamster released this 21 Mar 22:25
  • No changes. This release is identical to 2.7.1, and actually even identical to 2.7.0. This is just to trigger a rebuild on JitPack, which seems to have lost the 2.7.1 release (see #41)

Version 2.7.1

Choose a tag to compare

@ByteHamster ByteHamster released this 15 Feb 10:21
  • 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

Choose a tag to compare

@ByteHamster ByteHamster released this 08 Feb 19:59
  • Fix for JitPack creating empty package

Version 2.6.1

Choose a tag to compare

@ByteHamster ByteHamster released this 08 Feb 19:12
  • Fix compilation on JitPack (Java version)

Version 2.6.0

Choose a tag to compare

@ByteHamster ByteHamster released this 08 Feb 19:01
  • 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

Choose a tag to compare

@ByteHamster ByteHamster released this 11 Feb 21:30
  • Fix app:textClearHistory and searchConfiguration.setTextClearHistory() (by @david-allison)

Version 2.5.0

Choose a tag to compare

@ByteHamster ByteHamster released this 23 Dec 11:32
  • Make highlight of search results more prominent
  • Fix sometimes letting clicks pass through to calling fragment

Version 2.4.0

Choose a tag to compare

@ByteHamster ByteHamster released this 18 Aug 17:41
  • Support using the library on multiple preference screens with different search history (by @joserebelo)

Version 2.3.0

Choose a tag to compare

@ByteHamster ByteHamster released this 27 Aug 07:45
  • Save clicked preference title instead of typed text in search history (by @BrayanDSO)
  • Make classes easier to extend (by @BrayanDSO)