Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PaystackHQ/paystack-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/migrate-api-endpoints
Choose a base ref
...
head repository: PaystackHQ/paystack-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 37 files changed
  • 2 contributors

Commits on Feb 3, 2023

  1. Migrate to checkout endpoints (#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`
    michael-paystack authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    61343e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. 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)
    michael-paystack authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    241f0e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    28af0bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf27347 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. 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)
    michael-paystack authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    166b259 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    68a4a84 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add showLoading() to TransactionCallback docs (#155)

    * Add `showLoading()`  to `TransactionCallback` docs
    
    * Update README.md
    
    Co-authored-by: nathan-paystack <[email protected]>
    
    ---------
    
    Co-authored-by: nathan-paystack <[email protected]>
    michael-paystack and nathanstasin authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1620c62 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. 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
    michael-paystack authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    25a2335 View commit details
    Browse the repository at this point in the history
Loading