This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
Releases: stevdza-san/OneTapCompose
Releases · stevdza-san/OneTapCompose
v1.0.14
v1.0.13
- Dependencies updated
- Renamed Claims.Full_Name to Claims.FULL_NAME
- Added an extra logging information.
v1.0.12
- 'No credentials available' error, is now handled by automatically triggering the Google Account Settings so that the user can login with an existing account if not available.
v1.0.11
- 'OneTapSignInWithGoogleButton' renamed to 'OneTapGoogleButton'.
- Started using Credential Manager underneath, since One-Tap API will eventually be replaced by it.
- Now you get a custom error message when a sign in caller has been blocked, due to increased number of closed sign in dialogs in a row.
v1.0.10
- New SignInWithGoogleButton added, with the help of a @shubhamsinghshubham777
- And a Custom saver for the OneTapSignInState as well.
v1.0.9
- rememberAccount parameter added.
- getUserFromTokenId() function modified. Return type changed to nullable GoogleUser in order to catch an exception and return null in that case.
v1.0.8
- Added getUserFromTokenId() function that allows you to extract a user information from a Google token id.
v1.0.7
Updated Java version to 17.
v1.0.3
Added some extra logging information.
v1.0.2
Added some extra logging information.