Skip to content

Tags: googlemaps/android-places-ktx

Tags

v3.2.0

Toggle v3.2.0's commit message
chore(release): 3.2.0 [skip ci]

# [3.2.0](v3.1.1...v3.2.0) (2024-05-21)

### Features

* adds support for SearchByText and tests ([#253](#253)) ([83fc2e3](83fc2e3))

v3.1.1

Toggle v3.1.1's commit message
chore(release): 3.1.1 [skip ci]

## [3.1.1](v3.1.0...v3.1.1) (2024-02-07)

### Bug Fixes

* sets the correct permissions on PlacesClient.awaitFindCurrentPlace @RequiresPermission annotation ([#231](#231)) ([791ec4f](791ec4f))

v3.1.0

Toggle v3.1.0's commit message
chore(release): 3.1.0 [skip ci]

# [3.1.0](v3.0.0...v3.1.0) (2023-12-09)

### Features

* update to Places SDK v3.3.0 and remove experimental annotations ([#216](#216)) ([29416f3](29416f3))

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](v2.0.0...v3.0.0) (2023-11-07)

### Features

* upgrade to Places 3.2.0 ([#200](#200)) ([daa44aa](daa44aa))

### BREAKING CHANGES

* The upgrade from Places SDK from Android 2.5.0 to 3.2.0 includes a breaking change in Place Autocomplete types filters. See changes in the demo /app folder for migration example. This version also removes the version of the library based on the decommissioned v3 beta.

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.0...v2.0.0) (2022-03-15)

* feat!: Remove function literal with receiver. (#103) ([f4f6061](f4f6061)), closes [#103](#103)

### BREAKING CHANGES

* Removes function literal receiver from await
extensions that don't require it.

Change-Id: If646464c26351a41114fb8390734f62f72ed80f9

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# [1.0.0](v0.4.0...v1.0.0) (2021-07-20)

### Bug Fixes

* Enable multidex ([#44](#44)) ([f05fc22](f05fc22))

### Features

* Support bidirectional cancellation for await* calls ([#43](#43)) ([36b7279](36b7279))

### BREAKING CHANGES

* This alters the signature of all await* calls. Rather
than taking in a fully built request, the new signatures require passing
in a function literal receiver for the request builder object so that
a `CancellableTokenSource` can be provided.

Change-Id: I0372780bd0c96aa3df89c15b5d77855109155532

v0.4.0

Toggle v0.4.0's commit message
chore(release): 0.4.0 [skip ci]

# [0.4.0](v0.3.1...v0.4.0) (2020-09-16)

### Features

* Update Places to 2.4.0 ([#19](#19)) ([8b24c1c](8b24c1c))

v0.3.1

Toggle v0.3.1's commit message
chore(release): 0.3.1 [skip ci]

## [0.3.1](v0.3.0...v0.3.1) (2020-08-27)

### Bug Fixes

* Silently catch exceptions from offer when channel is closed. ([#13](#13)) ([a6c9a01](a6c9a01))

v0.3.0

Toggle v0.3.0's commit message
chore(release): 0.3.0 [skip ci]

# [0.3.0](v0.2.2...v0.3.0) (2020-08-03)

### Features

* Add DSL for AutocompletePrecition.Builder ([#10](#10)) ([cdb346c](cdb346c))