Skip to content

Releases: processout/processout-android

Release v2.18.0

24 May 09:11
343207e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.17.0...2.18.0

Release v2.17.0

25 Apr 12:22
d1e5d43
Compare
Choose a tag to compare

What's Changed

Release v2.16.0

14 Apr 08:28
3224e0a
Compare
Choose a tag to compare

What's Changed

Release v2.15.0

07 Feb 15:32
a4268bf
Compare
Choose a tag to compare

What's Changed

  • Add Dynamic 3DS2 Message Version and ThirdPartySDKVersion fields for mobile 3DS2 flow. auth by @simeon-kostadinov-cko in #31

Release v2.14.1

07 Sep 10:18
1c87eb5
Compare
Choose a tag to compare

Add card holder name and Contact information for Google Pay flow (#28)

Release v2.14.0

26 Aug 14:24
92a75c0
Compare
Choose a tag to compare
  • Implement incremental authorizations support (#25)
  • Allow Google Pay payload to be accepted (#26)

Release v2.13.1

04 Mar 15:15
4c01b25
Compare
Choose a tag to compare
  • Update Gradle wrapper and Android Gradle Plugin (#23)
  • Migrate dependencies to AndroidX (#24)

Release v2.13.0

17 Jun 12:48
7c5889c
Compare
Choose a tag to compare
  • APMs: Change the way the user is redirected. Methods now return the Uri to client (⚠️ Depending of your integration, this might be a breaking change)

Release v2.12.1

15 May 15:55
ceb6fe4
Compare
Choose a tag to compare
  • Add public constructors for Gateway objects

Release v2.12.0

07 Feb 11:00
4a79b95
Compare
Choose a tag to compare

APM

  • Context should now be passed as a parameter when calling makeAPMToken or makeAPMPayment methods.
    Ex:
p.makeAPMPayment(apmGatewayConfig, "project-id", this); // this refers to the activty itself