Releases: PaystackHQ/paystack-android
Releases · PaystackHQ/paystack-android
v3.3.2
What's Changed
- Swap Moshi for GSON to address Type erasure problems in network requests by @michael-paystack in #157
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Call
showLoading
onTransactionCallback
when starting communicating with server by @michael-paystack in #154
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- MOB-148 Added the ability to show loading indicator during processing by @Peter-John-paystack in #146
- Adds a close button to 3DS window by @michael-paystack in #147
- Migrate to checkout endpoints by @michael-paystack in #149
- MOB-183 - Fix transaction initialisation using access code. by @michael-paystack in #150
- Update version name and code by @michael-paystack in #153
- Add AvsState to Proguard rules by @michael-paystack in #152
New Contributors
- @Peter-John-paystack made their first contribution in #121
Full Changelog: v3.1.3...v3.3.0
v3.3.0-alpha02
- Fix transaction initialisation using access code.
- Migrate to checkout endpoints
- Adds a close button to 3DS window
v3.2.0-alpha02
- MOB-148 Added the ability to show loading indicator during processing by @Peter-John-paystack in #146
- Adds a close button to 3DS window by @michael-paystack in #147
Full Changelog: v3.1.2...v3.2.0-alpha02
v3.1.3: Add maven central repository
Signed-off-by: Michael Obi <[email protected]>
v3.1.2
Fixes crash that occurred when PIN authentication was required
v3.1.1
- Implement AVS for international card authentication
Fixes issues with Proguard/R8 obfuscation
Provides a consumer Proguard file that excludes models from obfuscation
v3.0.19-alpha
- Setup a consumer proguard file
- Return a more descriptive error when parsing an API response fails.