- Initial release.
- Upgraded Android SDK to v1.0.0-beta15
- Improve the README.md
- Adopting new Android SDK result handling
- Updating iOS framework to 10.0.11
- Including AmwalPayWidget to the plugin
- Supporting RefId for the payment request
- Supporting the new AmwalPayWidget
- Adding new Android SDK v1.0.0-beta16
- Supporting new iOS SDK v1.0.12
- Improve arguments validation
- Fixing SSL related security issue in the Android SDK
- Fixing issue with Android Bottom Sheet State
- Fixing issue with Android OTP doesn't send automatically when the user taps on the widget
- Supporting localization for the Android SDK
- Supporting localization for the iOS SDK
- Supporting localization for AmwalPayWidget
- Updating iOS SDK to v1.1.0
- Updating Android SDK to v1.0.0-rc1
- Updating Android SDK to v1.0.0-rc3
- Supporting an option to change the language of the widget explicitly
- Fix language issue in the iOS SDK
- Fix webView issue in Production environment
- Update Android to v1.0.0-rc4
- Hide webView Logs in Production environment
- Update Android to v1.0.0-rc5
- Fixing regressions in Production environment
- Update Android to v1.0.0-rc6
- Adding new phoneNumber feature to support the new AmwalPayWidget
- Update Android to v1.0.0-rc8
- OTP doesn't redirect to transaction status while performing Quest Checkout.
- Used Google's International Phone Number Validation Library.
- Fixed country code caching and validation.
- Show API call error in PhoneNumberScreen.
- Deprecated passed countryCode configuration in favor of the phoneNumber parameter.
- Fix transaction status mirroring to the correct values.
- Now the developers will get a runtime error if the autofill phoneNumber is not valid.
- Update Android to v1.0.0-rc9
- Fix status issue with Android doesn't return error status.
- Added new API changes, now after the payment is done, there is a new return type
TransactionStatus
, which will help developers do better error handling, check Readme for more details.