Skip to content

Releases: rtchagas/pingplacepicker

Minor improvements

22 Sep 15:43
Compare
Choose a tag to compare
  • Fixed issue #99 by exporting R8 rules to the consumer
  • Bumped libs

Updated Kotlin, Gradle and libs. Breaking change to return places.

10 Aug 20:22
Compare
Choose a tag to compare
  • BREAKING CHANGE: As startActivityForResult() is deprecated now you should configure PING with a PingPlacePicker.OnPlaceSelectedListener callback to receive the selected place.
  • Fixed #96 by updating play-services-location and places dependencies.
  • Updated Kotlin to 1.8.22
  • Updated Gradle to 8.1
  • Bumped all other libs

Updated to Kotlin 1.6

07 Jan 22:16
Compare
Choose a tag to compare

This change might brake your currently implementation.
If you are not planning to migrate to Kotlin 1.6 stay with PING 2.5.0.

  • Fixes issue #89 and #92 by updating Kotlin to v1.6.10 and Koin to v3.1.5.
  • Updated compile and target SDK to 31.
  • Updated all dependencies to latest ones.

Updated to Kotlin 1.5

14 Aug 17:57
Compare
Choose a tag to compare

This change might brake your currently implementation.
If you are not planning to migrate to Kotlin 1.5 stay with PING 2.2.0.

  • Fixes issue #88 by updating Kotlin to v1.5 and Koin to v2.2.3.
  • Updated all dependencies to latest ones.

Update to Kotlin 1.4 and Koin 2.2.0

02 Jan 22:39
Compare
Choose a tag to compare
  • Fixes issue #84 by updating Kotlin to v1.4
  • Fixes wrong layout if target app uses ConstraintLayout 2.0.4
  • Updates Koin to 2.2.2.
  • Updated all dependencies to latest ones.

Minor fix adding custom name to places without name

20 May 23:29
Compare
Choose a tag to compare
Add a name when a custom place doesn't have one

Signed-off-by: Rafael Chagas <[email protected]>

Reduce costs by completely removing Place Details calls

20 May 14:50
Compare
Choose a tag to compare
Completely remove calls for Place Details API

Signed-off-by: Rafael Chagas <[email protected]>

Fix search current location

13 May 10:11
Compare
Choose a tag to compare
Signed-off-by: Rafael Chagas <[email protected]>

Fix CRITICAL issue with nearby searches

11 May 23:52
Compare
Choose a tag to compare

Nearby searches were firing a lot more paid requests than it should.

Now it fires only one /nearbysearch and nothing else.

Fix null pointer when receiving empty LatLngs

30 Mar 02:56
Compare
Choose a tag to compare