Skip to content

Releases: pace/cloud-sdk-android

5.1.1

08 Apr 13:48

Choose a tag to compare

Enhancements

  • Remove fetching of manifest and location speed check in isPoiInRange

Fixes

  • Return exception instead of last access token in refreshToken in case of error

5.1.0

08 Apr 13:48

Choose a tag to compare

Enhancements

  • Add convenience method for most common URLs
  • Generate new GeoJSON service with new filter possibilities, e.g. onlinePaymentMethod
  • Checks for available apps in a given location is now done on device

5.0.0

08 Apr 13:47

Choose a tag to compare

Breaking changes

  • Rework deep linking setup
  • Add handler for deep linking redirect scheme

Improvements

  • Add zoom level to refresh POIs method
  • Remove fixed POI search box size and add padding to visible region instead
  • Add incremental padding util method
  • Remove ZoomException

4.1.0

08 Apr 13:47

Choose a tag to compare

Improvements

  • Add generated User API

4.0.0

08 Apr 13:46

Choose a tag to compare

Breaking changes

  • Remove passing of initial access token from the PACECloudSDK.setup

Improvements

  • Implement back JS handler
  • Update generated POI API
  • Add generated Pay API
  • Add generated Fueling API
  • Add generated GeoJSON API

3.1.1

01 Feb 09:01

Choose a tag to compare

  • Pass the activity context instead of the application context to the onCustomSchemeError AppCallback

3.1.0

26 Jan 16:32

Choose a tag to compare

  • Adjusted communication with PWAs

3.0.1

25 Jan 10:52

Choose a tag to compare

  • Add possibility to attach additional query params to all requests
  • Extend documentation for custom drawer and add an example to the app

3.0.0

15 Jan 14:32

Choose a tag to compare

Breaking changes

  • Introduce setup for PACECloudSDK
  • Return app object in onOpen callback

Improvements/Fixes

  • Remove old cloud SDK and use the generated apps endpoints for the requests
  • Extend the documentation with authorization via Activity Result API
  • Use manifest description instead of shortName for the first line of the app drawer
  • Fix bug where location LiveData was emitted before location was updated

2.0.5

15 Jan 14:15

Choose a tag to compare

  • Add endpoint to fetch user info
  • Add method to get cached access token
  • Add generated POI API models and requests