Releases: TankerHQ/sdk-android
Releases · TankerHQ/sdk-android
v2.18.0
v2.17.0
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
v2.15.0
v2.14.0
v2.13.0
- 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()
andverifyProvisionalIdentity()
now throw anIDENTITY_ALREADY_ATTACHED
error instead of anINVALID_ARGUMENT
when given a provisional identity aleady attached to a permanent one.
v2.12.1
v2.12.0
v2.11.0
- 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.