Releases: what3words/w3w-android-components
Releases · what3words/w3w-android-components
3.2.5
What's Changed
- Update README.md by @mani-w3w in #76
- Change from hide to dismiss for bottomSheetDialog by @kaytran2992 in #77
- Increase library wrapper version to 3.2.1 by @kaytran2992 in #78
- Update ReadMe after remove samples by @kaytran2992 in #79
- kotlin dsl by @mani-w3w in #80
- 3.2.5 by @mani-w3w in #81
- 3.2.5 by @mani-w3w in #82
Full Changelog: 3.2.3...3.2.5
3.2.3
3.2.2
3.2.1
3.2.0
3.1.5
Dependencies
- Streamlined dependencies management by removing the Gradle version catalogue.
- Removed unused dependencies across all modules.
- Upgraded what3words Android wrapper version to 3.1.23.
API changes
- Added
microphone
method inW3WAutoSuggestEditText
for custom microphone configuration. This allows you to pass custom configurations and fine-tune the microphone functionality according to your specific needs. - Extensibility: To offer more flexibility and enable easier customization, we have marked
W3WAutoSuggestPicker
as an open class. You can now extend and build upon its functionality to create even more tailored user experiences.
3.1.4
Dependencies
- Streamlined dependencies management by removing the Gradle version catalogue.
- Removed unused dependencies across all modules.
- Upgraded what3words Android wrapper version to 3.1.23.
API changes
- Added
microphone
method inW3WAutoSuggestEditText
for custom microphone configuration. This allows you to pass custom configurations and fine-tune the microphone functionality according to your specific needs. - Extensibility: To offer more flexibility and enable easier customization, we have marked
W3WAutoSuggestPicker
as an open class. You can now extend and build upon its functionality to create even more tailored user experiences.
3.1.3
3.1.2
Release notes:
- Fixed issue with W3WAutosuggestEditText if no style is set.
- Updated dependencies java-wrapper and android-wrapper.
- Refactor to use the new interface What3WordsAndroidWrapper instead of API implementation.
- Added the possibility to use GridLayoutManager on the SuggestionPicker.
- Removed dependency for voice permission.
- Minor bug fixing
3.1.1
What's new:
-
Added support for Jetpack Compose
-
New Jetpack Compose Sample app, to help our partners on how to use our android components when using Jetpack Compose.
-
New voice UI/UX flow for pop-up and full-screen listening modes.
-
Fix UI issues.
-
Using Gradle catalog for dependency handling.