Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Releases: PatilShreyas/EasyUpiPayment-Android

EasyUpiPayment-Android v3.0.3

29 Jun 14:03
066a712
Compare
Choose a tag to compare

This release includes patch fixes.

  • Provided <query> in library Manifest for intent and specific UPI packages to support devices having Android 11 and Above.
  • Fix ActivityNotFoundException crash occurring on Android 11 devices due to missing query intents.

EasyUpiPayment-Android v3.0.2

18 Mar 17:45
9558a6f
Compare
Choose a tag to compare
  • Provided <query> in library Manifest to support Android 11 and Above.
  • Library made available from mavenCentral().
  • Moved all classes from com.* package to dev.* package. Make sure to migrate the usage of package imports.

EasyUpiPayment-Android v3.0.1

15 Nov 13:19
Compare
Choose a tag to compare

This release fixes issue #67

Make Payee merchant code as required field. (This will be required parameter from this version as UPI payment will be only processed if payee account is a valid merchant account.)
If this parameter is not provided with EasyUpiPayment Builder then it'll throw IllegalStateException.

EasyUpiPayment-Android v3.0.0

04 Sep 17:17
ac69904
Compare
Choose a tag to compare
  • Moved to symantic versioning from this release.
  • Migrated project codebase to the Kotlin.
  • Changed callback methods from PaymentStatusListener.
  • Introduces a new method in EasyUpiPayment.Builder for setting a specific app for payment.

Visit documentation for more information about the latest version.

EasyUpiPayment-Android v2.2

05 Jun 11:45
dec2f53
Compare
Choose a tag to compare

Features of this release:

  • [#34] - Getting transaction amount from TransactionDetails instance.
    When the transaction is completed then you can retrieve transaction amount as below.
    @Override
    public void onTransactionCompleted(TransactionDetails transactionDetails) {
        transactionDetails.getAmount()
    }
  • [#35] - Implemented system default app chooser to select the UPI app to pay with. In previous versions, it's using custom chooser implemented with BottomSheetDialog.

EasyUpiPayment-Android v2.1

06 Apr 12:42
Compare
Choose a tag to compare

This version fixes

  • App crashing when paying using BHIM UPI app (#21).

EasyUpiPayment-Android v2.0

09 Dec 08:12
78ab930
Compare
Choose a tag to compare

EasyUpiPayment-Android v2.0 is a major release containing new features and bug fixes.

New features:

  • Added support for app-specific payment (#13).
    Now, payment can be done with a specific app like BHIM UPI, PhonePe, AmazonPe, PayTM, etc.

  • Added Sample Demo App (#8).

EasyUpiPayment-Android v1.1

15 Jul 10:05
Compare
Choose a tag to compare

This Release fixes a few bugs and has UI and other minor improvements.

EasyUpiPayment-Android v1.0

03 Jun 08:14
Compare
Choose a tag to compare

This is a stable release with some fixes.

EasyUpiPayment-Android v0.1-beta

30 May 14:11
Compare
Choose a tag to compare

This is the first release.