Releases: kinecosystem/kin-devplatform-android
1.3.0 - Migration Module and Kin SDK versions updated
Migration module version updated from 1.0.5 to 1.0.8
The following changes have been made to the Migration Module:
- The migration start() method changed to require a public address of the account you wish to migrate.
If you do not have an account (e.g., new account flow), you can use the start() method with an empty or null public address string. - Kin SDK version updated from 1.0.2 to 1.0.4.1
The following changes have been made to Kin SDK:
- Support HTTP POST redirect (GET is automatically supported).
Now, using redirect, Kin Horizon will load-balance requests among all federation nodes. - Kin SDK version number added to the header of all requests sent to Horizon
- Test-net URL updated to be HTTPS instead of HTTP
1.2.2.1 - Fix version number
Bump the version number also in the code.
see migration documentation for more information.
1.2.2 - bug fixes
Bug fixes related to the backup and restore.
see migration documentation for more information.
1.2.1 -Add support for backup and restore - DEPRECATED!
New Features
This version supports backup and restore for a wallet that requires migration.
Now, restoring a backed-up wallet triggers its migration, and the restored wallet cannot become active until it has been migrated successfully.
see migration documentation for more information.
*** Update - this version has been deprecated due to a bug in backup and restore which was fixed in 1.2.2, please use the new version
1.2.0 - Migration Edition
Update some dependencies and test urls
see migration documentation for more information.
1.1.0 - Migration Edition with production urls
Update production urls.
see migration documentation for more information.
1.0 - Migration Edition
Integrates a new module to migrate users from the current blockchain to the Kin blockchain.
This release requires changes to your implementation, see migration documentation for more information.
0.9.1
0.9.0
Kin.start New Callback
SDK start flow has been changed, and now includes a callback that notifies about success or failure.
When updating to the new version, Make sure to postpone all interaction with the SDK until a successful initiating.
Success indication ensures that client logged in correctly and an account was created successfully on Kin blockchain, that will prevent such failure in later phases.
The old start method is deprecated but can still be used, but SDK will raise an error when trying to use some method before SDK is started successfully.
Note: Launching marketplace is not a required step anymore for using the SDK. Custom offers can be submitted even before users open the marketplace UI.
Bug Fixes
- Bug fix - Fix crashes happens due to process restart.
- Bug fix - Fix various cases where balance not updated correctly.
- Bug fix - Fix issues where both custom and OOB offers got “stuck” on the client side and never finished with a success/failure callback.
Stability Fixes
- Fix activity and memory leaks across various screens.
- Fix Transaction History screen crash after activity restart.
- Fix
getOrderConfirmationmethod, return as expected order status and JWT by offer id.