Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Releases: uport-project/uport-android-sdk

v0.2.0 - ethr-did support

14 Dec 15:38
88d555d
Compare
Choose a tag to compare
* add `:ethr-did` module with support for [resolving `ethr-did`s](https://github.com/uport-project/ethr-did-resolver) 
* move [uport-android-signer](https://github.com/uport-project/uport-android-signer) into this SDK as `:signer` module
* allow multiple root accounts
* add option to delete an account

v0.1.1 - import seed phrases

14 Dec 15:39
01832c2
Compare
Choose a tag to compare
  • add option to import seeds phrases as account
  • [bugfix] default account is updated on first creation

v0.1.0 - default to KeyPair accounts

14 Dec 15:39
2b11656
Compare
Choose a tag to compare
  • default account type is KeyPair
  • updated kethereum to 0.53 , some APIs have changed to extension functions
  • updated uport-android-signer - allows minSDK to be 21
  • renamed Uport.defaultAccount?.proxyAddress to publicAddress

v0.0.2

14 Dec 15:41
7753fc6
Compare
Choose a tag to compare
  • add coroutine support for account creation
  • add getAddress() to Account objects