kin-sdk-android
kin-sdk-android copied to clipboard
An SDK for managing KIN on Android.
#### Main purpose (bug/feature/enhancement + description) #### Technical details #### Tests (Unit/Integ) #### Documentation (Source/readme.md)
issues which users run into during Kin wallet backup/restore with respect to QR code: - 1/ user needs to have an email account on the device, in order to save...
#### Main purpose (bug/feature/enhancement + description) Add the option to link account in the Kin SDK In order to support Kinnovation One Wallet efforts, kin-sdks needs to expose the required...
#### Main purpose (bug/feature/enhancement + description) Finish most of the internals of the payment queue and transaction task queue. Finalize also the public api and fix missing stuff #### Technical...
## Not ready yet, waiting for https://github.com/kinecosystem/kin-sdk-android/tree/DP-701_transaction_tasks_queue_manager branch to finish first #### Main purpose (bug/feature/enhancement + description) Revert API that was break due to batch payment #### Technical details *...
Varibale *effectPageType* is defined as the following code snippet: https://github.com/kinecosystem/android-stellar-sdk/blob/51e3ce6a080ff415783a9c6d47e284b6d41ac5b5/android-stellar-sdk/src/main/java/org/stellar/sdk/responses/GsonSingleton.java#L20 But in registerTypeAdapter it use AccountResponse https://github.com/kinecosystem/android-stellar-sdk/blob/51e3ce6a080ff415783a9c6d47e284b6d41ac5b5/android-stellar-sdk/src/main/java/org/stellar/sdk/responses/GsonSingleton.java#L35 @yosriz @OrenZak