Releases: ByteHamster/SearchPreference
Releases · ByteHamster/SearchPreference
Version 2.7.1
- Hide Keyboard on IME_DONE (by @Sagar0-0)
- Make it possible to translate accessibility content descriptions (by @ByteHamster)
⚠️ New version schema: Drop thev
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
- Fix for JitPack creating empty package
Version 2.6.1
- Fix compilation on JitPack (Java version)
Version 2.6.0
- 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
- Fix
app:textClearHistory
andsearchConfiguration.setTextClearHistory()
(by @david-allison)
Version 2.5.0
- Make highlight of search results more prominent
- Fix sometimes letting clicks pass through to calling fragment
Version 2.4.0
- Support using the library on multiple preference screens with different search history (by @joserebelo)
Version 2.3.0
- Save clicked preference title instead of typed text in search history (by @BrayanDSO)
- Make classes easier to extend (by @BrayanDSO)
Version 2.2.1
- Fix JitPack build (by @ov3rk1ll)
Version 2.2.0
- Make non-fuzzy search case insensitive (by @BrayanDSO)
- Make it possible to index and ignore preferences programmatically (by @BrayanDSO)