Skip to content

Releases: what3words/w3w-android-wrapper

v4.0.2

20 Aug 09:48
1d1cb9c

Choose a tag to compare

What's Changed

  • updated consumer-rules.pro by @mani-w3w in #106
  • fix issue with locale on convertTo3wa by @mani-w3w in #107
  • fix issue with locale on W3WAutosuggestOptions by @mani-w3w in #108
  • 4.0.2 by @mani-w3w in #109

Full Changelog: v4.0.1...v4.0.2

v4.0.1

05 Aug 10:44
4abf924

Choose a tag to compare

What's Changed

  • updated Groovy to Kotlin DSL (including maven-push.gradle) by @mani-w3w in #101
  • 4.0.1 by @mani-w3w in #102
  • added QuotaExceededError by @mani-w3w in #103
  • Epic/mt 6920 update mobile wrappers to handle quota exceeded error by @mani-w3w in #104
  • 4.0.1 by @mani-w3w in #105

Full Changelog: v4.0.0...v4.0.1

4.0.0

17 Jun 15:22
95ab9c5

Choose a tag to compare

What's Changed

  • Create W3WTextDatasource interface API implementation by @prosper-w3w in #64
  • Create unit tests for DTO-Domain mappers by @phpduy in #66
  • Fix bug in handling API errors by @prosper-w3w in #68
  • Allow 'lines' attribute in GridSectionResponse to be nullable. by @prosper-w3w in #69
  • Create unit tests for W3WApiTextDatasource by @phpduy in #67
  • Create unit tests for What3Wordsv3Service by @phpduy in #70
  • Fix W3WCircle.toApiString to correctly utilize radius by @phpduy in #71
  • Add unit test for W3WDomainToApiStringExtensions by @phpduy in #72
  • Add unit tests by @phpduy in #73
  • Refactor code to reflect changes in core library by @prosper-w3w in #74
  • Implement W3WVoiceDataSource by @phpduy in #75
  • Rebase on master by @phpduy in #79
  • Implement the get library version method by @phpduy in #84
  • Update autosuggest helper to use W3WApiTextDataSource by @phpduy in #82
  • Update consumer proguard rules by @phpduy in #86
  • Configure Snapshot Releases by @prosper-w3w in #89
  • update core library dependency to snapshot by @mani-w3w in #90
  • Update return type for W3WApiTextDataSource.convertToCoordinates method by @prosper-w3w in #91
  • Update W3WProprietaryLanguage to include nativeName and name properties by @prosper-w3w in #92
  • Implement availableLanguages method in W3WApiVoiceDataSource by @prosper-w3w in #93
  • Delete language-related classes and associated methods by @prosper-w3w in #94
  • Enable API key restriction support in W3WApiTextDataSource by @prosper-w3w in #95
  • Refactor public API data classes to plain classes by @prosper-w3w in #96
  • main thread safe by @mani-w3w in #97
  • implemented isValid TextDataSource by @mani-w3w in #98

Full Changelog: v3.2.2...v4.0.0

3.2.2

03 Apr 13:28
867cba2

Choose a tag to compare

What's Changed

  • Added samplesPerChannel parameter in VoiceProvider initialize methods. by @prosper-w3w in #58
  • Add new send data method in android wrapper voice provider by @prosper-w3w in #60
  • v3.2.1 by @prosper-w3w in #61
  • Update Readme after remove samples by @kaytran2992 in #63
  • fixed mapping because cmn should not be used for traditional chinese by @mani-w3w in #77
  • 3.2.2 by @mani-w3w in #76

Full Changelog: v3.2.1...v3.2.2

3.2.1

16 Jan 12:38
84f7db1

Choose a tag to compare

  • Added new sendData method in VoiceProvider #60

3.2.0

04 Dec 15:09
0ee2459

Choose a tag to compare

  • Updated VoiceProvider interface #58

3.1.26

04 Dec 06:31
caa6cce

Choose a tag to compare

  • Remove samples
  • Mock Voice API
  • upgrade gradle
  • W3W Language enum

3.1.24

27 Jul 19:55
cf56170

Choose a tag to compare

Dependencies

  • Removed Guava dependency.
  • Simplified dependencies management by removing the Gradle version catalogue.
  • Upgraded to the latest version of the what3words Java Wrapper 3.1.18

Bug fixes

  • Addressed the issue with SHA-1 signature processing for SHA-1 restricted API keys.

Other Improvements

  • Resolved deprecation warnings related to Android Package SigningInfo APIs, ensuring compatibility with the latest Android versions.
  • Added getOptimalSampleRate static utility method in Microphone.kt class.

3.1.23

27 Jul 13:19
4e463da

Choose a tag to compare

Dependencies

  • Removed Guava dependency.
  • Simplified dependencies management by removing the Gradle version catalogue.
  • Upgraded to the latest version of the what3words Java Wrapper 3.1.18

Bug fixes

  • Addressed the issue with SHA-1 signature processing for SHA-1 restricted API keys.

Other Improvements

  • Resolved deprecation warnings related to Android Package SigningInfo APIs, ensuring compatibility with the latest Android versions.
  • Added getOptimalSampleRate static utility method in Microphone.kt class.

3.1.22

14 Jun 12:36
11e1759

Choose a tag to compare

New consumer proguard rules
Updated java-wrapper
Data provider added to interface
Updated gradle