Releases: what3words/w3w-android-wrapper
Releases · what3words/w3w-android-wrapper
v4.0.2
v4.0.1
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
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
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
3.2.0
3.1.26
3.1.24
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
getOptimalSampleRatestatic utility method in Microphone.kt class.
3.1.23
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
getOptimalSampleRatestatic utility method in Microphone.kt class.