Releases: checkout/frames-android
Releases · checkout/frames-android
Beta release of new Frames SDK.
Beta release with new Frames SDK.
3.1.2 - Analytics updates and bugfix
Added
- New logging events to capture 3DS Webview callbacks, themes values & mobile's default language for PaymentForm and CheckoutAPIClient initialisation.
- Fixed bug for Build issues caused by class conflicts
Updated
- Updated Logging SDK version to 1.0.1
3.1.1 - Added translations for ES, DE, IT
Added:
- Added translations for ES, DE, IT (#79)
- Bug fix for View os NullPointerException on MonthInput (https://github.com/checkout/frames-android/issues/76)
- Added Kotlin Sample App
Updated:
- Change Kotlin, Dokka version to 1.6.10
3.1.0 - Analytics updates and documentation
Added
- New logging event to capture billing form usage
- Support for generating Javadoc and kDocs
Changed
- Updated token requested log event to capture publicKey
- Updated token response log event to capture publicKey and token_id
- Fixed bug related to using incorrect value as correlation id in logging events
- Update README and docs (Issue #66 )
- Introduced
maven-publish
plugin for better integration with jitpack
3.0.1 - French Translations and bug fixes
Added
- French translations for payment form ( #46 )
- Stability improvements for inject data functionality ( Potential fix for #54 )
- Bug fix for #53
3.0.0 Performance Data Collection
Added
- Performance Data Collection
- Bug fix for #51
- Bug fix for #49
Updated
- The minimum Android API version is now 21.
-Volley networking library is replaced with OkHttp. - Breaking API change: replacing VolleyError with generic NetworkError
Bug fixes and resource cleanup
This release includes:
- Clean up of Romanian translations and translation moved from
values-ro_rRO
tovalues-ro
(#41 ) - Remove use of string resource
app_name
(#41 ) - Remove unnecessary declarations from AndroidManifest (#42 )
- Remove unused resources
AndroidX support
This release includes
- AndroidX support (#37)
- Fix issue with launcher icon (#39)
Improved ProGuard config
- updated ProGuard configuration
- added support for release mode (with ProGuard on) into the sample app.
Update ProGuard
- Update ProGuard to not break modified release APK