Skip to content

Releases: rtchagas/pingplacepicker

Minor fixes and improvements

03 Aug 15:41
Compare
Choose a tag to compare
  • Fixed issue #38
  • Improved button clicks to avoid multiple actions.
  • Extended "Select this location" click area.

Added URL signing and minor fixes

26 Jul 00:09
6b7a46e
Compare
Choose a tag to compare
  • Added support for automatic signature in Maps Static API.
  • Now Maps Static API should be enabled in MAPS_API_KEY.
  • Upgraded Places SDK to 2.0.0
    This release switched the entire Places SDK to AndroidX.
  • Minor issues were fixed.

Enable /nearbysearch queries

12 Jul 11:33
Compare
Choose a tag to compare
  • (Costly) Nearby search queries can be enabled by setting the flag enable_nearby_search = true
  • If nearbysearch is enabled, user can set an initial position to PING. The places will be searched according to that position.
  • Geocoding key was renamed to Maps Key. This key must be restricted for both Geocoding and Places API.
  • Set PingPlacePicker.getPlace() as @JvmStatic
  • Updated libraries and fixed Koin initialization.

This release will break current implementations. Please change ping initialization according to the sample project:
https://github.com/rtchagas/pingplacepicker/blob/40e5ab88ce4afacc0853a540e36f1242dd37eaba/sample/src/main/java/com/rtchagas/pingsample/MainActivity.kt#L29

The provided keys also changed:
https://github.com/rtchagas/pingplacepicker#api-keys

Improved autocomplete search results and minor fixes

26 Jun 00:51
0b92acd
Compare
Choose a tag to compare
  • Updated Libraries
  • Added maximum retries when waiting for location.
  • Improved autocomplete search results.
  • Fixed wrong Geocoding API name in methods.

Minor release replacing Dagger by Koin

02 May 14:26
Compare
Choose a tag to compare

Fixed major crash when opening picker

25 Apr 21:54
Compare
Choose a tag to compare
  • Fixed issue #6
    df1e846

  • Updated Android Studio to 3.4

  • Updated many libraries

Minor 1.0.2 release

12 Mar 16:16
Compare
Choose a tag to compare

Fixed layout size for all screens

28 Feb 22:23
Compare
Choose a tag to compare

Now the size of the map in the Place Picker UI will be determined at runtime and will fit all screen sizes.

First PING release

24 Feb 23:51
Compare
Choose a tag to compare

First PING Place Picker release supporting nearby places and geolocations.