Skip to content

e3kit Android Java/Kotlin v0.6.1-beta1

Compare
Choose a tag to compare
@BuddahLD BuddahLD released this 30 Sep 15:42
· 98 commits to master since this release
275d151
  • ethree-kotlin artifact name is deprecated and will be removed starting with v0.6.2-beta1 version;
  • Artifact name has been changed from ethree-kotlin to ethree;
  • Group chats added;
  • Public keys cache added;
  • e3kit enclave module has been added;
  • lookupPublicKeys, encrypt(data/text, LookupResult), decrypt(data/text, VirgilPublicKey) are deprecated (check javadoc to find the new methods);
  • OnCompleteListener, OnResultListener, Completable, Result - are moved to com.virgilsecurity.common package - just let Android Studio re-import them;
  • LookupResult, OnGetTokenCallback - are moved to com.virgilsecurity.android.common;
  • RegistrationException is replaced with EThreeExecption;