Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Releases: stevdza-san/OneTapCompose

v1.0.14

06 Aug 06:21
Compare
Choose a tag to compare
  • Localization added.
  • Improved logging.

v1.0.13

21 Jul 07:32
Compare
Choose a tag to compare
  • Dependencies updated
  • Renamed Claims.Full_Name to Claims.FULL_NAME
  • Added an extra logging information.

v1.0.12

16 Feb 14:16
Compare
Choose a tag to compare
  • '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

18 Dec 22:12
Compare
Choose a tag to compare
  • '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

14 Dec 08:32
Compare
Choose a tag to compare
  • New SignInWithGoogleButton added, with the help of a @shubhamsinghshubham777
  • And a Custom saver for the OneTapSignInState as well.

v1.0.9

22 Oct 20:11
Compare
Choose a tag to compare
  • 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

05 Oct 17:59
Compare
Choose a tag to compare
  • Added getUserFromTokenId() function that allows you to extract a user information from a Google token id.

v1.0.7

28 Jul 11:34
Compare
Choose a tag to compare

Updated Java version to 17.

v1.0.3

24 Apr 15:14
Compare
Choose a tag to compare

Added some extra logging information.

v1.0.2

24 Apr 14:53
Compare
Choose a tag to compare

Added some extra logging information.