Releases: moyasar/moyasar-android-sdk
Releases · moyasar/moyasar-android-sdk
v1.0.5
What's Changed
- Fix/redirect to transaction url issue by @mahmoudashrafmohamed in #26
v1.0.4
What's Changed
1 - Enhance Moyasar UI/UX
2 - Fix session is not reset when back button pressed issue
v1.0.3
What's Changed
1 - STC pay integration
2 - Fix issue when reuse same fragment for iteration of payment transaction
3 - Fix dublication issue of icons when using Moyasar with other SDKs
v1.0.2
What's Changed
- Feat/migrate databinding to viewbinding by @mahmoudashrafmohamed in #21
- Feat/apply clean arch enhance code quality by @mahmoudashrafmohamed in #22
Full Changelog: v1.0.1...v1.0.2
Fix crash on some apps
Merge pull request #20 from AbdulazizAlrabiah/FixFragmentRemovalCrash Fix crash that happens on some apps
v1.0.0
Rewrite The SDK (#19) * Setup project * proguard setup * Reuse and setup implemented files and resources Will remove comments later on * Add docs * Setup initial payment fragment * Implement fragment, 3DS webview and integrate with view model * Complete logic flow and integration with example project View is left (Committed temp work) * Modify and finish the UI ✨ * Support error localization * Fix margins * Remove PaymentSheet and reflect required changes * Implement payment auth as a fragment Fragment rather than an activity + Some refactoring * Modify how to initialize payment auth fragment + Enhance loader + Add package id in AndroidManifest (Didn't affect anything but best practice) * Update JVM and Kotlin kotlin '1.9.0' Sometime causes issues with kotlin-kapt * Add maven-publish plugin * Add group id * Add version * Add maven publication * Try diff approach * v1.0.24 * v1.0.25 * Add jitpack url * v1.0.26 * v1.0.27 * v1.0.28 * Increase resolving dependencies timeout * v1.0.29 * v1.0.30 * v1.0.0 * Add config validation * Add readme