Releases: kinecosystem/kin-sdk-android
Bug Fixes and Stability Improvements
Kin SDK
- Bug fix: Numerous inconsequential errors that should be ignored are logged (see #54) - now fixed
- Bug fix: Building APK with latest Android build tools and ProGuard leads to a crash - now fixed.
Backup and Restore Module
- Improvement: Smaller screens are now supported.
- Improvement: Application name has been added to backup emails.
Optional application ID
Now, you may choose not to provide appID when creating KinClient instance. In that case, The SDK won't append the AppID prefix to the transaction memo. As a rule of thumb, you almost always want to provide your appID.
Add Backup And Restore Module
see Backup And Restore Module documentation for more information.
Update test-net url to be https instead of http
Due to security changes introduced in Android 9 (API level 28), we have changed our test url to be HTTPS instead of HTTP.
Add version header to all requests
From now on a header with the SDK version will be added to all the requests
Support HTTP POST redirect
Add support for HTTP 307 redirect, kin horizon will load balance requests between all federation nodes using redirect
Kin SDK for Android
The Kin SDK for Android makes it easy for developers to integrate Kin in their Android apps and create accounts, execute transactions, check balances and more on the Kin Blockchain
- Changed the tests urls from http to https
- Add security config in order to support some http request for Android 9 in the sample app and in the tests
Kin SDK for Android with production urls
The Kin SDK for Android makes it easy for developers to integrate Kin in their Android apps and create accounts, execute transactions, check balances and more on the Kin Blockchain
Kin SDK for Android
The Kin SDK for Android makes it easy for developers to integrate Kin in their Android apps and create accounts, execute transactions, check balances and more on the Kin Blockchain
Support for the kin blockchain
First release of the kin SDK for the kin blockchain.
Known issues:
- Currently sending a whitelist transaction in the sample app doesn't work.