Releases: rtchagas/pingplacepicker
Releases · rtchagas/pingplacepicker
Minor improvements
Updated Kotlin, Gradle and libs. Breaking change to return places.
- BREAKING CHANGE: As
startActivityForResult()
is deprecated now you should configure PING with aPingPlacePicker.OnPlaceSelectedListener
callback to receive the selected place. - Fixed #96 by updating
play-services-location
andplaces
dependencies. - Updated Kotlin to 1.8.22
- Updated Gradle to 8.1
- Bumped all other libs
Updated to Kotlin 1.6
Updated to Kotlin 1.5
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
- 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
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
Completely remove calls for Place Details API Signed-off-by: Rafael Chagas <[email protected]>
Fix search current location
Signed-off-by: Rafael Chagas <[email protected]>
Fix CRITICAL issue with nearby searches
Nearby searches were firing a lot more paid requests than it should.
Now it fires only one /nearbysearch and nothing else.