Skip to content

Releases: maksim88/EasyLogin

Consistent email address handling

23 Jul 19:21

Choose a tag to compare

  • Adds email handling for facebook (by doing a /me request after login)
  • Adds email handling for twitter
  • Fixes facebook scope initialization in the sample (see MainActivity line 60 for more details)

Update Dependencies

05 Jun 10:54

Choose a tag to compare

  • Updates libs to newest versions
  • Adds possibility to use custom gPlus button (by just expecting a View instead of a SignInButton) (for more Info see issue #7)
  • Reduces lib fingerprint by just using the TwitterCore library (before: Twitter)

v0.4

20 Mar 13:43

Choose a tag to compare

slight api sinplifications, gplus conenction state in SP

GooglePlus slight redesign

16 Mar 20:19

Choose a tag to compare

As GoogleApiClient does not react as I expect it to now there is a silentSignIn option to relogin and get the token again.

Adds additional accessToken params

13 Mar 20:45

Choose a tag to compare

Adds nullable username, userid and email to AccessToken

Another fix for JitPack

07 Mar 21:26

Choose a tag to compare

v0.2

adds google-services json file which is needed to build externally

Fix for Jitpack

07 Mar 20:55

Choose a tag to compare

v0.1.1

adds empty secrets file

Initial Release

07 Mar 20:51

Choose a tag to compare

v0.1

Merge branch 'master' of https://github.com/maksim88/EasyLogin