Releases: pace/cloud-sdk-android
Releases · pace/cloud-sdk-android
21.2.0
Enhancements
- Implement shareFile message handler
21.1.0
Enhancements
- Add function to request CoFu gas stations within visible region
Fixes
- Only enable web contents debugging in debug builds
Internal
- Re-generate pay API 2022-1
21.0.1
Internal
- Add cofu gas station object to gas station
- Add network security config to example apps
21.0.0
Breaking Changes
- Set min SDK version to Android 8
- Add clientId as requirement for SDK setup
Fixes
- Regenerate API files to fix relationship and type generation
- Use git tags instead of GitLab tags to retrieve last tag to construct the snapshot version
- Add suffix to API filenames to avoid filenames that are reserved on Windows
Internal
- Also publish the SDK as snapshot release
- TargetSdk and compileSdk to Android 14
20.1.0
Enhancements
- Add a communication handler to start the navigation to the specified location
Fixes
- Return the correct response in the Google Pay availability check
NOTE: If you want to use Google Pay, please upgrade to this PACE Cloud SDK version.
Internal
- Add Google Pay availability check as util function
- Rename brand id key
20.0.0
Breaking Changes
- Re-implement the local available apps and AppDrawer logic in Jetpack Compose
BREAKING CHANGE: You no longer need to call AppKit.requestLocalApps, AppKit.openApps and AppKit.closeApps yourself. This is now automatically managed by the AppDrawerHost. So just add the AppDrawerHost composable function to your Jetpack Compose layout or the AppDrawerHostView to your view-based layout. See migration guide or documentation for more information.
Fixes
- Add merchantId to request model to fix payment on production
NOTE: If you want to use Google Pay, please upgrade to this PACE Cloud SDK version.
Internal
- Add brand id to gas station
19.1.0
Enhancements
- Implement payment process with Google Pay
Internal
- Add timeout to location functions
19.0.0
Breaking Changes
- Moved and renamed the CdnAPI to PaymentMethodVendorsAPI
- Change POIKit.observe functions to return live gas station response instead of observables
Enhancements
- Add danish localization
18.1.0
Changes
- Add updating distance label to app drawers
- Add GasStation.isOpen function