Skip to content

Tags: PaystackHQ/paystack-android

Tags

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swap Moshi for GSON to address Type erasure problems in network reque…

…sts (#157)

* Swap Moshi for GSON to address Type erasure problems in network requests

* Add moshi converter factory dependency

* Pass transaction reference and ID to callbacks for exception reporting

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Call `showLoading` on `TransactionCallback` when starting communicati…

…ng with server (#154)

* Call `showLoading()` on
`TransactionCallback` when starting communicating with server

* Bump version to 3.3.1 (23)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AvsState to proguard rules (#152)

v3.3.0-alpha02

Toggle v3.3.0-alpha02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MOB-183 - Fix transaction initialisation using access code. (#150)

* Fix transaction initialisation using access code.

* Call notifyAll on singleton instance object in AuthActivity

* Add tests for initiateTransaction

* Add optional charge parameters to initialize request (#151)

v3.2.0-alpha02

Toggle v3.2.0-alpha02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds a close button to 3DS window (#147)

* Update Android Gradle Plugin to 7.1.3
 - Older versions don't work on ARM computers

* Add close button to 3DS popup

* Update dependencies to fix Jacoco reports

* Correct version name

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
michael-paystack Michael Obi
Add maven central repository

Signed-off-by: Michael Obi <[email protected]>

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash that occurs when PIN authentication is required (#109)

Signed-off-by: Michael obi <[email protected]>

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address verification for authentication for international cards

* WIP: Address Verification card authentication
- Launch verification form when authentication type required is `avs`

Signed-off-by: Michael obi <[email protected]>

* WIP: AVS
- Set test USD card

Signed-off-by: Michael obi <[email protected]>

* WIP: Address verification system
- Submit address to complete charge authentication

Signed-off-by: Michael obi <[email protected]>

* Complete charge with AVS

Signed-off-by: Michael obi <[email protected]>

* Remove test helper code some sample app

Signed-off-by: Michael obi <[email protected]>

* Move mavenCentral repository declaration to project level

Signed-off-by: Michael obi <[email protected]>

* Bump version code to 18

Signed-off-by: Michael obi <[email protected]>

* Revert BASE_URL to https://standard.paystack.co/

Signed-off-by: Michael obi <[email protected]>

* Fix issue where PIN responses caused a crash due to absence of `auth` property

Signed-off-by: Michael obi <[email protected]>

* Handle AVS errors

Signed-off-by: Michael obi <[email protected]>

3.0.19

Toggle 3.0.19's commit message
Bump version name to 3.0.19

Signed-off-by: Michael obi <[email protected]>

v3.0.19-alpha

Toggle v3.0.19-alpha's commit message
return a more descriptive error when parsing an API response fails