Skip to content

Releases: pace/cloud-sdk-android

7.3.0

06 May 15:10
Compare
Choose a tag to compare

Fixes

  • Fix body models in generated API requests

Internal

  • Introduce tracing identifier for all API requests and communication with PWA
  • Refactor SharedPreferences handling in AuthorizationManager

7.2.1

04 May 08:33
Compare
Choose a tag to compare

Fixes

  • Fix crash in POIKit database converter

7.2.0

04 May 08:32
Compare
Choose a tag to compare

Fixes

  • Generate Pay API 2020-4, which includes removal of enums to prevent the clients from crashing when new values are added

Enhancements

  • Add payment method vendor request
  • Add cofuPaymentMethods field to GasStation entity

Internal

  • Introduce timeouts for PWA communication

7.1.0

04 May 08:32
Compare
Choose a tag to compare

Enhancements

  • Intercept PWA logs and pass all logs to client
  • Add handlers to set user properties, log analytic events and get configurations

Internal

  • Add missing parameter to JS communication
  • Remove token validity check and send the received token to the PWA right away to prevent a possible onTokenInvalid loop

7.0.0

08 Apr 14:42
Compare
Choose a tag to compare

Breaking changes

  • Pass reason and oldToken in the onTokenInvalid callback

Enhancements

  • Implement check for chrome installation and always use it if installed and not deactivated
  • Add convenience method for fueling app
  • Add methods to handle PIN and biometry actions

6.0.0

08 Apr 13:49
Compare
Choose a tag to compare

Breaking changes

  • Implement end session request and add end session endpoint to OIDConfiguration to clear user session on logout

Internal

  • Improve communication with PWA

5.2.0

08 Apr 13:49
Compare
Choose a tag to compare

Enhancements

  • Remove Bintray integration because it will be discontinued
  • Add Maven Central and JitPack as alternative repositories (see the installation section in README)

5.1.1

08 Apr 13:48
Compare
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
Compare
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
Compare
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