Skip to content

Releases: what3words/w3w-android-components

3.2.3

04 Jan 11:38
0bb4fbc
Compare
Choose a tag to compare
  • Fixed issues with compose wrapper.

3.2.2

05 Dec 00:30
7df2aaf
Compare
Choose a tag to compare
Merge pull request #73 from what3words/staging

3.2.2

3.2.1

04 Dec 09:30
ff212bd
Compare
Choose a tag to compare
Update README.md

3.2.0

18 Sep 17:16
aba9c98
Compare
Choose a tag to compare

Behaviour Changes

  • Enhanced Rendering Logic for Voice Popups #59

3.1.5

27 Jul 21:22
ffeef88
Compare
Choose a tag to compare

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 in W3WAutoSuggestEditText 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

27 Jul 17:36
d0f1d3a
Compare
Choose a tag to compare

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 in W3WAutoSuggestEditText 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

14 Jun 16:07
65fa5a0
Compare
Choose a tag to compare

Release notes:

  • Updated what3words android wrapper version.
  • Added new apiKey method in W3WAutoSuggestEditText to provide support for custom VoiceProviders.

3.1.2

06 Feb 16:47
5111dec
Compare
Choose a tag to compare

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

13 Dec 17:10
da609ec
Compare
Choose a tag to compare

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.

3.1.0

17 Aug 15:25
23768d5
Compare
Choose a tag to compare
  • New voice icon and UI animations.
  • Fixed issue using did you mean with uppercase letters.
  • Updated dependencies.