Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Releases: kinecosystem/kin-devplatform-android

1.3.0 - Migration Module and Kin SDK versions updated

22 May 12:52
fc2dced

Choose a tag to compare

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

27 Feb 12:21
f64252f

Choose a tag to compare

Bump the version number also in the code.

see migration documentation for more information.

1.2.2 - bug fixes

26 Feb 10:43
3a27b9d

Choose a tag to compare

Bug fixes related to the backup and restore.

see migration documentation for more information.

1.2.1 -Add support for backup and restore - DEPRECATED!

13 Feb 10:59
0fff8b8

Choose a tag to compare

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

28 Jan 17:56
89de735

Choose a tag to compare

Update some dependencies and test urls

see migration documentation for more information.

1.1.0 - Migration Edition with production urls

23 Jan 13:22
9f684ba

Choose a tag to compare

Update production urls.

see migration documentation for more information.

1.0 - Migration Edition

22 Jan 15:00
7d56d58

Choose a tag to compare

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

09 Jan 11:48
c356cba

Choose a tag to compare

Fix NPE crash in Kin.start found in 0.9.0 version.

0.9.0

08 Jan 08:23
25cd935

Choose a tag to compare

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

20 Dec 13:52
7cea716

Choose a tag to compare

  • Fix activity and memory leaks across various screens.
  • Fix Transaction History screen crash after activity restart.
  • Fix getOrderConfirmation method, return as expected order status and JWT by offer id.