kin-android icon indicating copy to clipboard operation
kin-android copied to clipboard

The Kin Android SDK to communicate with the Kin API.

Results 6 kin-android issues
Sort by recently updated
recently updated
newest added

Reverts kinecosystem/kin-android#37

In Kin.java, the getPassthroughAppUserCredentials() function gets called and the values logged, but Agora does not send them with a sign_transaction request on TestNet. **The credentials below are private. 2021-07-16 07:51:22.151...

bug

`operations` should be populated before `schedule`. This line ``` operations[id] = op ``` should be placed before: ``` ioScheduler.schedule ``` The only thing that avoids an asynchronous bug is the...

Fixing typos 1) `setTranferType` is updated to `setTransferType` 2) `testAgoraEncoding_specicFK` is updated to `testAgoraEncoding_specificFK`.

details filed in this issue for the old SDK: * https://github.com/kinecosystem/kin-sdk-android/issues/78 tl;dr * wallet restore uses a QR code * users occasionally screenshot the QR code, and it has all...

enhancement