Releases: pace/cloud-sdk-android
Releases · pace/cloud-sdk-android
7.3.0
7.2.1
7.2.0
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
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
Breaking changes
- Pass
reason
andoldToken
in theonTokenInvalid
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
5.2.0
5.1.1
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
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
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