-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: codedotman/paystack-android
base: master
head repository: PaystackHQ/paystack-android
compare: master
- 10 commits
- 40 files changed
- 3 contributors
Commits on Nov 30, 2022
-
MOB-148 Added the ability to show loading indicator during processing (…
…PaystackHQ#146) - Added a method that provides a loading call back when the SDK is processing - Added implementation for when loading callback should be triggered. - Added sample in the sample activity - updated gradle file to use Maven.
Configuration menu - View commit details
-
Copy full SHA for a0ba7a0 - Browse repository at this point
Copy the full SHA a0ba7a0View commit details
Commits on Jan 18, 2023
-
Adds a close button to 3DS window (PaystackHQ#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
Configuration menu - View commit details
-
Copy full SHA for 2e67f6c - Browse repository at this point
Copy the full SHA 2e67f6cView commit details
Commits on Feb 3, 2023
-
Migrate to checkout endpoints (PaystackHQ#149)
* 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 * Autoclose 3DS window when complete * TEMP: WEB MESSAGE EXPLORATION * Merge master into update-api-endpoints * Fix TransactionManagerTest.kt * Move pusher library version to ext * Change `NO_TRANSACTION` name to `EMPTY_TRANSACTION`
Configuration menu - View commit details
-
Copy full SHA for 61343e5 - Browse repository at this point
Copy the full SHA 61343e5View commit details
Commits on Feb 8, 2023
-
MOB-183 - Fix transaction initialisation using access code. (Paystack…
…HQ#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 (PaystackHQ#151)
Configuration menu - View commit details
-
Copy full SHA for 241f0e8 - Browse repository at this point
Copy the full SHA 241f0e8View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28af0bd - Browse repository at this point
Copy the full SHA 28af0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf27347 - Browse repository at this point
Copy the full SHA bf27347View commit details
Commits on Feb 16, 2023
-
Call
showLoadingonTransactionCallbackwhen starting communicati……ng with server (PaystackHQ#154) * Call `showLoading()` on `TransactionCallback` when starting communicating with server * Bump version to 3.3.1 (23)
Configuration menu - View commit details
-
Copy full SHA for 166b259 - Browse repository at this point
Copy the full SHA 166b259View commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68a4a84 - Browse repository at this point
Copy the full SHA 68a4a84View commit details
Commits on Mar 6, 2023
-
Add
showLoading()toTransactionCallbackdocs (PaystackHQ#155)* Add `showLoading()` to `TransactionCallback` docs * Update README.md Co-authored-by: nathan-paystack <82086670+nathanstasin@users.noreply.github.com> --------- Co-authored-by: nathan-paystack <82086670+nathanstasin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1620c62 - Browse repository at this point
Copy the full SHA 1620c62View commit details
Commits on Mar 29, 2023
-
Swap Moshi for GSON to address Type erasure problems in network reque…
…sts (PaystackHQ#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
Configuration menu - View commit details
-
Copy full SHA for 25a2335 - Browse repository at this point
Copy the full SHA 25a2335View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master