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

Releases: kinecosystem/kin-sdk-android

Bug Fixes and Stability Improvements

15 Aug 07:08
bc345fd

Choose a tag to compare

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

03 Jul 10:36
d73dd6d

Choose a tag to compare

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

02 Jun 12:46
a92c4ad

Choose a tag to compare

Update test-net url to be https instead of http

21 May 08:29
ad67b8f

Choose a tag to compare

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

20 May 14:58
203217b

Choose a tag to compare

From now on a header with the SDK version will be added to all the requests

Support HTTP POST redirect

07 May 08:46
b27956c

Choose a tag to compare

Add support for HTTP 307 redirect, kin horizon will load balance requests between all federation nodes using redirect

Kin SDK for Android

28 Jan 08:26
27622f8

Choose a tag to compare

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

23 Jan 11:10
0921315

Choose a tag to compare

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

21 Jan 12:45
0dd65b0

Choose a tag to compare

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

20 Dec 13:11
83b874c

Choose a tag to compare

First release of the kin SDK for the kin blockchain.

Known issues:

  • Currently sending a whitelist transaction in the sample app doesn't work.