Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android implementation updates #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jun 6, 2023

  1. Android new flow (#2)

    * update build.gradle
    
    - Use implementation over deprecated compile
    - Update compile and target sdk to 28
    - Add additional dependency for Google Pay
    
    * Automatically update AndroidManifest adding required meta-data
    
    * Update android implementation to Google Pay
    
    - Use non-deprecated classes
    - Remove not needed and not used FullWallet stuff
    - Receive allowed card networks from client
    - Receive allowed payment methods from client
    
    * use AndroidX appcompat library, remove useless library
    
    * return card info from GPay to clients
    
    * don't validate gateways on Android
    
    * update package version
    
    * refactor NativePayments.canMakePayments
    
    - Remove it from PaymentRequest
    - Change input to require only required data
    
    * bump version
    
    * refactor NativePayments.canMakePayments
    
    - Remove it from PaymentRequest
    - Change input to require only required data
    
    * add environment to CanMakePayments type
    
    * fix podspec
    
    There are .h/.m files in subdirectories that weren't currently being
    considered when the package is installed as a pod. This fixes it by
    making them accessible.
    
    * add ignore
    
    * update readmi
    
    * update readmi
    
    * Fix import
    
    * Some fixes
    
    * update readmi
    
    * Some fixes
    
    * Update version
    
    * update
    
    * Fix depricatios
    
    * update
    
    * Fix depricatios
    
    * add intermediateSigningKey
    
    * add intermediateSigningKey
    
    * update
    
    * add intermediateSigningKey
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * use array for signatures
    
    * update lib / remove not used
    
    * update lib / remove not used
    
    * 0.7.1
    
    * 0.8.3-1
    
    ---------
    
    Co-authored-by: Valerio Ponte <valerio.ponte@gmail.com>
    litinskii and riso committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b1532e7 View commit details
    Browse the repository at this point in the history