Releases: pace/cloud-sdk-android
Releases · pace/cloud-sdk-android
5.1.1
Enhancements
- Remove fetching of manifest and location speed check in
isPoiInRange
Fixes
- Return exception instead of last access token in
refreshTokenin 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
4.1.0
Improvements
- Add generated User API
4.0.0
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
- Pass the activity context instead of the application context to the
onCustomSchemeErrorAppCallback
3.1.0
- Adjusted communication with PWAs
3.0.1
- 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
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
- Add endpoint to fetch user info
- Add method to get cached access token
- Add generated POI API models and requests