Skip to content

Releases: TankerHQ/sdk-android

v2.18.0

08 Jul 09:43
Compare
Choose a tag to compare
  • Internal improvements

v2.17.0

01 Jul 16:25
Compare
Choose a tag to compare

Phone number verification

We added a new verification method, based on a phone number. To use this verification method, an SMS containing a verification code will be sent to the given phone number. See the dedicated guide and the new SMS verification HTTP route.

Note that provisional identities using phone numbers are not available yet, but will be in a future release.

v2.16.0

25 Jun 11:30
Compare
Choose a tag to compare
  • Add forward compatibility for public provisional identities containing hashed email addresses
  • We now make use of okhttp3 to make HTTP requests, it reduces the library size

v2.15.0

11 Jun 13:42
Compare
Choose a tag to compare
  • Improve error handling on unknown local storage

v2.14.0

31 May 10:18
Compare
Choose a tag to compare
  • Add forward compatibility, this version can process group member removals (but not trigger them yet).

v2.13.0

20 May 13:58
Compare
Choose a tag to compare
  • Introduce the IDENTITY_ALREADY_ATTACHED error: this error occurs when a provisional identity is used instead of the permanent one it was attached to.
  • API breakage: attachProvisionalIdentity() and verifyProvisionalIdentity() now throw an IDENTITY_ALREADY_ATTACHED error instead of an INVALID_ARGUMENT when given a provisional identity aleady attached to a permanent one.

v2.12.1

05 May 15:18
Compare
Choose a tag to compare
  • Internal improvements

v2.12.0

22 Apr 16:34
Compare
Choose a tag to compare
  • Internal improvements

v2.11.0

31 Mar 17:03
Compare
Choose a tag to compare
  • Introduce the session token verification feature
  • Errors are not of type TankerException anymore but of a sub-class of that class to facilitate catching of specific errors. TankerException still contains an error code so as not to break existing error handling code. See the API reference for more information.

v2.10.1

19 Mar 13:58
Compare
Choose a tag to compare
  • Fix occasional network error