Android Places Ktx Versions Save

Kotlin extensions (KTX) for the Places SDK for Android

v3.1.1

3 months ago

3.1.1 (2024-02-07)

Bug Fixes

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

v3.1.0

5 months ago

3.1.0 (2023-12-09)

Features

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

v3.0.0

6 months ago

3.0.0 (2023-11-07)

Features

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

2 years ago

2.0.0 (2022-03-15)

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

BREAKING CHANGES

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

Change-Id: If646464c26351a41114fb8390734f62f72ed80f9

v1.0.0

2 years ago

1.0.0 (2021-07-20)

Bug Fixes

Features

  • Support bidirectional cancellation for await* calls (#43) (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

3 years ago

0.4.0 (2020-09-16)

Features

v0.3.1

3 years ago

0.3.1 (2020-08-27)

Bug Fixes

  • Silently catch exceptions from offer when channel is closed. (#13) (a6c9a01)

v0.3.0

3 years ago

0.3.0 (2020-08-03)

Features

  • Add DSL for AutocompletePrecition.Builder (#10) (cdb346c)

v0.2.2

3 years ago

v0.2.2

Bug Fixes

  • Add awaitClose() to placeSelectionEvents() (0f56d22)
  • Remove uses-permission declarations in places-ktx library. (5ccd2cb)

Features

  • Adding DSL-style builders. (6363c57)
  • Adding Flow support for getting place selection events. (422c199)
  • Adding places-v3-ktx (7537f1a)
  • Creating places-ktx library and demo application (3eaa711)