Skip to content

Releases: Instamojo/instamojo-android-sdk

SMS Permission Removed

03 Apr 08:46
9eed1a7
Compare
Choose a tag to compare

Removed unnecessary permissions

Android 12 compatibility

05 Dec 06:49
d12e176
Compare
Choose a tag to compare

SDK compatibility with android 12 and above

Publish SDK to Nexus Repository

26 Jul 07:11
9b4dbc7
Compare
Choose a tag to compare
Merge pull request #103 from Instamojo/nexus-publish

Changes to publish sdk to nexus

Fix UPI callabck error

04 Feb 13:38
641be96
Compare
Choose a tag to compare
Pre-release

Fix UPI callabck error

Fix crash on card detail screen

11 Aug 16:19
e74a570
Compare
Choose a tag to compare

Fix crash on card detail screen

Improve user experience in Card Details Screen

29 Jan 07:10
11c214a
Compare
Choose a tag to compare

Improve user experience in Card Details Screen

Update Proguard rules

06 Jun 09:16
be79952
Compare
Choose a tag to compare

Update Proguard rules on models class to avoid obsfurcation.

Bump Godel Version

09 Apr 07:05
48b61e9
Compare
Choose a tag to compare
Bump Godel Version Pre-release
Pre-release

FIx for critical crash occurring on previous godel version.

Release 3.0.0

18 Dec 06:20
Compare
Choose a tag to compare

Callback-based SDK interface

  • Now you can initiate a payment by calling SDK method initiatePayment() with the orderID and a callback implementation. Responses for payment are received via callback methods.

Backward incompatible changes

  • Class com.instamojo.android.network.Request has been removed. Use ImojoService interface instead (see sample app)
  • Modifications to model objects that map to API requests/responses

Cleaner code

Minor upgrades

13 Nov 13:33
40672b1
Compare
Choose a tag to compare
Merge pull request #49 from Instamojo/update_dependency_config

Update dependency config