Skip to content

Releases: pace/cloud-sdk-android

21.2.0

26 Apr 14:29
Compare
Choose a tag to compare

Enhancements

  • Implement shareFile message handler

21.1.0

20 Feb 10:37
Compare
Choose a tag to compare

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

07 Dec 10:57
Compare
Choose a tag to compare

Internal

  • Add cofu gas station object to gas station
  • Add network security config to example apps

21.0.0

07 Nov 14:34
Compare
Choose a tag to compare

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

09 Aug 14:21
Compare
Choose a tag to compare

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

05 Jul 13:33
Compare
Choose a tag to compare

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

12 Jun 12:20
Compare
Choose a tag to compare

Enhancements

  • Implement payment process with Google Pay

Internal

  • Add timeout to location functions

19.0.0

16 May 16:08
Compare
Choose a tag to compare

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

26 Apr 08:46
Compare
Choose a tag to compare

Changes

  • Add updating distance label to app drawers
  • Add GasStation.isOpen function

18.0.0

31 Mar 11:37
Compare
Choose a tag to compare

Breaking Changes

  • Upgraded dependencies for Android gradle plugin, Kotlin and Compose. Make sure client dependencies are compatible or update them.

Fixes

  • Correctly set webview background color